Re: gaim problem : Fatal error 'Spinlock called when not threaded

From: Simon L. Nielsen <simon_at_FreeBSD.org>
Date: Tue, 7 Sep 2004 21:14:51 +0200
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

Received on Tue Sep 07 2004 - 18:42:02 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:10 UTC