This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/19429] syslog unusable after fork from a multi-threaded program


https://sourceware.org/bugzilla/show_bug.cgi?id=19429

--- Comment #2 from Derek Snider <derek at idirect dot com> ---
Just to add to this, through debugging this issue I've noticed that it seems
that the fork() call can be interrupted by a signal handler before it
completes.  I would expect that an operation such as fork() should ignore
signals, no?  I didn't think that I would have to block signals myself before
calling fork() and restore them afterwards.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]