Date: Sat, 05 Mar 2005 17:07:20 -0500 From: Joe Marcus Clarke <marcus@marcuscom.com> To: Andriy Gapon <avg@icyb.net.ua> Cc: freebsd-gnome@freebsd.org Subject: Re: gimp-2.2.4,1 on freebsd 5.2.1 causes grief with libc_r Message-ID: <1110060440.79031.16.camel@shumai.marcuscom.com> In-Reply-To: <4229C072.3000108@icyb.net.ua> References: <4229C072.3000108@icyb.net.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-t1KsdM36EVkLV1j3AY5B Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2005-03-05 at 16:21 +0200, Andriy Gapon wrote: > I am not sure why this happens and how it should be, but I have observed > the following with gimp-2.2.4,1 just built from ports with default > options on freebsd 5.2.1 - it coredumps as soon as I try "Open" or "Save > as" menu option. Top of stack trace is: This is due to the fact that gnome-vfs is threaded, and has a file chooser plug-in that will be dynamically loaded by Gimp. >=20 > (gdb) bt > #0 0x490070a9 in _atomic_lock () from /usr/lib/libc_r.so.5 > #1 0x49007074 in _spinlock_debug () from /usr/lib/libc_r.so.5 > #2 0x4900cf74 in _mutex_cv_lock () from /usr/lib/libc_r.so.5 > #3 0x4900ce09 in _mutex_cv_unlock () from /usr/lib/libc_r.so.5 > #4 0x49011f1e in _pthread_cond_wait () from /usr/lib/libc_r.so.5 > #5 0x4901207e in pthread_cond_wait () from /usr/lib/libc_r.so.5 > #6 0x48c26f35 in pthread_cond_wait () from /lib/libc.so.5 > #7 0x48f24286 in giop_recv_buffer_get () from > /usr/local/lib/libORBit-2.so.0 > #8 0x48f27fd4 in ORBit_small_invoke_stub () from > /usr/local/lib/libORBit-2.so.0 > #9 0x48f27e35 in ORBit_small_invoke_stub_n () from > /usr/local/lib/libORBit-2.so.0 >=20 > frames 6 and 5 looked suspicious to me, I've also noticed that gimp-2.2 > executable is linked only with libc.so and none of the thread libs, > while libORBit-2.so is linked with libc_r.so. > So I have rebuilt gimp executable specifically linking it with libc_r in > addition to all the other libs and it fixed the problem. Gimp is linked to libpthread under 5.3, and does not crash when opening or saving files. >=20 > I understand that 5.2.1 at this moment may not be well supported, > it would be nice to fix this problem in the port, but at least I'll > share my experience. I found a bug in the port where gimp was not being linked to PTHREAD_LIBS in the non-GNOME case. I've fixed it in 2.2.4_1,1. Update your port, and try again. Joe >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-t1KsdM36EVkLV1j3AY5B Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBCKi2Yb2iPiv4Uz4cRAsIlAJ91/qSQQjfEtxy4K8qjbx3LpPlcpQCeM6GK 7bMeQ1qYYAfBH/mwrJBJtJw= =wKLB -----END PGP SIGNATURE----- --=-t1KsdM36EVkLV1j3AY5B--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1110060440.79031.16.camel>