Bug 17130 - can't connect to jabber with telepathy-gabble-0.7.7
Summary: can't connect to jabber with telepathy-gabble-0.7.7
Status: RESOLVED FIXED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: gabble (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-13 23:19 UTC by bouleetbil
Modified: 2008-08-20 06:54 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
gabble crash log (30.77 KB, application/octet-stream)
2008-08-13 23:19 UTC, bouleetbil
Details
empathy log (7.61 KB, text/plain)
2008-08-14 02:40 UTC, bouleetbil
Details

Description bouleetbil 2008-08-13 23:19:52 UTC
Created attachment 18275 [details]
gabble crash log

Hi,
I use empathy 0.23.4, telepathy-glib 0.7.13, libtelepathy 0.3.3 and telepathy-mission-control-4.67
With telepathy-gabble-0.7.7 I can't connect to jabber with telepathy-gabble-0.7.6 all works fine. I've the same error with cahoba

I read this tip for debug http://live.gnome.org/Empathy/Debugging 
The log of gabble is attached

I don't know if you want an other informations
Comment 1 Guillaume Desmottes 2008-08-14 02:26:08 UTC
Thanks for your bug report.
Could you provide a stack trace of the crash please?
Comment 2 bouleetbil 2008-08-14 02:40:19 UTC
Created attachment 18278 [details]
empathy log

Hi
The log from empathy.
Comment 3 bouleetbil 2008-08-14 03:34:34 UTC
I forget i've tested "Irc" and "Msn" that work fine.
Comment 4 Simon McVittie 2008-08-14 03:41:42 UTC
Are you using a development version of GLib, like 2.17?
Comment 5 bouleetbil 2008-08-14 04:11:28 UTC
I use the glib 2.16.5
Comment 6 bouleetbil 2008-08-17 09:56:43 UTC
Hi,
It's the same bug : http://bugs.freedesktop.org/show_bug.cgi?id=16963
as you thinking but not necessary to use glib 2.17 with the glib 2.16.5 i've the same error.
And this the patch : 
--- old-telepathy-gabble/src/presence-cache.c	2008-08-05 07:18:44.578811391 +0100
+++ new-telepathy-gabble/src/presence-cache.c	2008-08-05 07:18:44.618813891 +0100
@@ -297,7 +297,7 @@
     G_SIGNAL_RUN_LAST,
     0,
     NULL, NULL,
-    g_cclosure_marshal_VOID__POINTER, G_TYPE_NONE, 1, DBUS_TYPE_G_UINT_ARRAY);
+    g_cclosure_marshal_VOID__BOXED, G_TYPE_NONE, 1, DBUS_TYPE_G_UINT_ARRAY);
   signals[NICKNAME_UPDATE] = g_signal_new (
     "nickname-update",
     G_TYPE_FROM_CLASS (klass),

solve the problem

thanks for all
Comment 7 Simon McVittie 2008-08-18 05:46:49 UTC
Already fixed upstream and in Debian, then. I'll leave this bug open until we do a release with the fix.
Comment 8 Simon McVittie 2008-08-20 06:54:06 UTC
Fixed released in 0.7.8 (previously backported in Debian as 0.7.7-2).


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.