[Bug libc/838] fork in a signal handler after a malloc
drepper at redhat dot com
sourceware-bugzilla@sourceware.org
Tue Sep 27 05:46:00 GMT 2005
------- Additional Comments From drepper at redhat dot com 2005-09-27 05:45 -------
The problem is that the signal from the child arrives before the parent has time
to finish the atfork work. This causes a deadlock. I added some code to the
mainline version to prevent this.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
http://sourceware.org/bugzilla/show_bug.cgi?id=838
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the Glibc-bugs
mailing list