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
Thanks for your bug report. Could you provide a stack trace of the crash please?
Created attachment 18278 [details] empathy log Hi The log from empathy.
I forget i've tested "Irc" and "Msn" that work fine.
Are you using a development version of GLib, like 2.17?
I use the glib 2.16.5
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
Already fixed upstream and in Debian, then. I'll leave this bug open until we do a release with the fix.
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.