Gilad Ben-Yossef <[EMAIL PROTECTED]> writes:

> Can you please post the link command used to generate the binary? did
> you remember to lni libpthread? because if you didn't you're using the
> standart fork/exec instead of the thread aware ones from libpthread
> and this explains what you're seeing.

Had libpthread not been linked in at all I suspect the linker would
have complained about pthread_create().

Nevertheless, checking that everything is sane about the linkage (e.g
the order of linking), as Gilad suggested will be useful.

-- 
Oleg Goldshmidt | [EMAIL PROTECTED]

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to