Date: Wed, 3 May 2006 05:30:58 +0200 From: Jean-Yves Lefort <jylefort@FreeBSD.org> To: rainer.alves@gmail.com Cc: ports@freebsd.org, gnome@FreeBSD.org Subject: Re: Gaim broken after Glib 2.10 upgrade Message-ID: <20060503053058.f0fe8138.jylefort@FreeBSD.org> In-Reply-To: <20060503052027.bac523d3.jylefort@FreeBSD.org> References: <445810BE.9090304@gmail.com> <20060503052027.bac523d3.jylefort@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--Signature=_Wed__3_May_2006_05_30_58_+0200_vnLKWmJQj/441n/O Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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: >=20 > > After updating Gnome to 2.14 and Glib to 2.10, GAIM is now broken and=20 > > segfaults whenever I try to establish a connection. Rebuilding all gaim= =20 > > 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=3D0x0) at command.c:60 >=20 > 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. --=20 Jean-Yves Lefort jylefort@FreeBSD.org http://lefort.be.eu.org/ --Signature=_Wed__3_May_2006_05_30_58_+0200_vnLKWmJQj/441n/O Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEWCPyyzD7UaO4AGoRAjLGAJwOb7MKtnkvGls2AlCC7UVIeQSYNACbB4+v FO7NDH5Q7TQ6V+ysEOqwltc= =PIDj -----END PGP SIGNATURE----- --Signature=_Wed__3_May_2006_05_30_58_+0200_vnLKWmJQj/441n/O--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060503053058.f0fe8138.jylefort>