[Bug 254995] pthread_cond_timedwait() returns EDEADLK

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri May 7 06:37:01 UTC 2021


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

--- Comment #7 from nkoch at demig.de ---
After fork I do reset some environment variables, reset realtime priority
(which is raised in the parent process) and call signal() and sigprocmask()
before execve(). I also have two atfork-handlers running in child context to
close critical file handles.
But could that influence the parent process?

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


More information about the freebsd-threads mailing list