On Thu, Mar 06, 2008 at 09:45:15PM -0600, Marko, Shaun wrote:
> In short, if a process creates a thread, joins
> the thread, then forks a child process which creates a thread, the
> child's attempt to create a thread will cause the program to dump core
> with the following error message.

fork and pthread should not be mixed. You can and normally should only
assume that the current thread is present in the child.

Joerg
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to