[asterisk-users] 'Asterisk is not thread safe' message

Tilghman Lesher tilghman at mail.jeffandtilghman.com
Wed Oct 29 19:53:20 CDT 2008


On Wednesday 29 October 2008 19:10:49 joe mcguckin wrote:
> I recently built Asterisk from scratch on Ubuntu (Ubuntu
> 4.2.3-2ubuntu7). Everything seemed to build ok, but when I start
> Asterisk, I get the message:
>
>      Warning! Asterisk is not thread safe.
>
> Is this anything to be concerned about? How can I make it go away? Is
> there an alternative threading library I can link against?

It's a very serious error, in that Asterisk detected that your mutexes are
not recursive.  They need to be recursive-enabled, or locking will simply not
work correctly.

-- 
Tilghman



More information about the asterisk-users mailing list