On Wed, 15 Dec 2010 12:51:54 +0100
Andi Kleen <andi@firstfloor.org> wrote:
I came across the following links,
http://sourceware.org/bugzilla/show_bug.cgi?id=4737
https://www.opengroup.org/austin/docs/austin_445.txt
which seem to suggest that fork() is not async-safe due to malloc and the
fork handlers. But a direct fork syscall by-passing glibc should be safe.
Thanks
Suzuki
--