On 8/11/06, Adriaan Misc <[EMAIL PROTECTED]> wrote:
Under Gnome gimp dumps core on saving an image.--------error message -------- gimp:/usr/local/lib/libgthread-2.0.so.1000.3: undefined symbol 'pthread_mutex_trylock' lazy binding failed! (script-fu:16248): LibGimpBase-WARNING **: script-fu: wire_read(): error [1] + Segmentation fault gimp (core dumped) -------- end of error message ---------- Logged on the same box as another user with the standard Fvwm desktop, gimp doesn't show this behaviour. System information: Binary snapshot: of 2006-8-3 12:41 OpenBSD 4.0-beta (GENERIC) #1055: Thu Aug 3 11:39:24 MDT 2006 [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC. Binary snapshot packages from 2006-8-4 08:40
[snip] Still the same error in gnome, upon saving an image in gimp (gimp started from a gnome terminal) ---error message-- gimp:/usr/local/lib/libgthread-2.0.so.1000.3: undefined symbol 'pthread_mutex_trylock' lazy binding failed! (script-fu:12730): LibGimpBase-WARNING **: script-fu: wire_read(): error [1] + Segmentation fault gimp (core dumped) ---- end of error message --- Environment : $ dmesg | head -n2 OpenBSD 4.0-beta (GENERIC) #1057: Sun Aug 13 19:20:29 MDT 2006 [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC Gnome and gimp binary snapshot from 2006-8-10 09:38 Some info about the library: $ ls -l /usr/local/lib/libgthread-2.0.so.1000.3 -rwxr-xr-x 1 root bin 14946 Aug 7 03:05 /usr/local/lib/libgthread-2.0.so.1000.3 $ strings /usr/local/lib/libgthread-2.0.so.1000.3 | grep -n pthread_mutex_trylock 10:pthread_mutex_trylock 77:pthread_mutex_trylock I am not a programmer but running a cross reference with "ld" on the library shows a similar "undefined reference" $ ld --cref /usr/local/lib/libgthread-2.0.so.1000.3 2>&1 | grep pthread_mutex_trylock /usr/local/lib/libgthread-2.0.so.1000.3: undefined reference to `pthread_mutex_trylock' pthread_mutex_trylock /usr/local/lib/libgthread-2.0.so.1000.3 ==Adriaan==
