Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 May 2021 06:37:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        threads@FreeBSD.org
Subject:   [Bug 254995] pthread_cond_timedwait() returns EDEADLK
Message-ID:  <bug-254995-13406-NzOHMXVWPu@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-254995-13406@https.bugs.freebsd.org/bugzilla/>
References:  <bug-254995-13406@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254995

--- Comment #7 from nkoch@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?

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254995-13406-NzOHMXVWPu>