Date: Wed, 03 May 2006 00:31:39 -0400 From: Joe Marcus Clarke <marcus@marcuscom.com> To: Jean-Yves Lefort <jylefort@freebsd.org> Cc: ports@freebsd.org, gnome@freebsd.org, rainer.alves@gmail.com Subject: Re: Gaim broken after Glib 2.10 upgrade Message-ID: <1146630699.21212.12.camel@gyros> In-Reply-To: <20060503053058.f0fe8138.jylefort@FreeBSD.org> References: <445810BE.9090304@gmail.com> <20060503052027.bac523d3.jylefort@FreeBSD.org> <20060503053058.f0fe8138.jylefort@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 2006-05-03 at 05:30 +0200, Jean-Yves Lefort wrote: > On Wed, 3 May 2006 05:20:27 +0200 > Jean-Yves Lefort <jylefort@FreeBSD.org> wrote: > > > On Tue, 02 May 2006 23:09:02 -0300 > > Rainer Alves <rainer.alves@gmail.com> wrote: > > > > > After updating Gnome to 2.14 and Glib to 2.10, GAIM is now broken and > > > segfaults whenever I try to establish a connection. Rebuilding all gaim > > > dependecies didn't help. > > > > > > [...] > > > > > > [Switching to Thread 0x82502e0 (LWP 100113)] > > > 0x286cb9d7 in g_slice_alloc () from /usr/local/lib/libglib-2.0.so.0 > > > (gdb) bt > > > #0 0x286cb9d7 in g_slice_alloc () from /usr/local/lib/libglib-2.0.so.0 > > > #1 0x286cbdd9 in g_slist_prepend () from /usr/local/lib/libglib-2.0.so.0 > > > #2 0x286ce18c in g_strsplit () from /usr/local/lib/libglib-2.0.so.0 > > > #3 0x28eae47d in msn_command_from_string (string=0x0) at command.c:60 > > > > You have found yet another gaim hole. The argument passed to > > msn_command_from_string() is null, but that function does not accept a > > null string. I suggest you alert both the gaim people and the FreeBSD > > port maintainer. > > Actually, after reading some more it appears that this backtrace is > bogus; the string passed to msn_command_from_string() should be the > same as the string passed to msn_cmdproc_process_cmd_text(), which is > not null. Yep, but I still haven't found the cause of the crash. It might help to get full glib symbols, but it would be better to report this to the Gaim authors. Joe -- PGP Key : http://www.marcuscom.com/pgp.asc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1146630699.21212.12.camel>