gaim problem : Fatal error 'Spinlock called when not threaded

Simon L. Nielsen simon at FreeBSD.org
Tue Sep 7 13:42:02 PDT 2004


On 2004.09.07 21:08:17 +0200, Bjoern Hillebrand wrote:

> I am using FreeBSD 5.3 ( build yesterday with the lastest source ) and 
> compiled gaim from the ports.
> 
> It compiles without any problems. The problem occurs when i want to 
> start it :
> 
> ---- start
> 
> > gaim
> Fatal error 'Spinlock called when not threaded.' at line 83 in file 
> /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0)
> Abort (core dumped)

AFAIR that happens when you link against multiple different threading
libraries.  Either recompile the programs/libraries or add something
like the following to /etc/libmap.conf :

libc_r.so.5             libpthread.so.1
libc_r.so               libpthread.so
libkse.so.1             libpthread.so.1
libkse.so               libpthread.so

-- 
Simon L. Nielsen
FreeBSD Documentation Team
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20040907/110ff2ac/attachment.bin


More information about the freebsd-current mailing list