[Bug 254995] pthread_cond_timedwait() returns EDEADLK

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 5 17:36:03 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254995

--- Comment #6 from Konstantin Belousov <kib at FreeBSD.org> ---
After fork, in the child, there is only one thread, which is the copy of the
thread
issued the fork syscall.

Do you issue any threading calls after fork but before exec?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-threads mailing list