[Bug libc/22273] Improper assert in Linux posix_spawn implementation
schwab@linux-m68k.org
sourceware-bugzilla@sourceware.org
Thu Oct 12 14:20:00 GMT 2017
https://sourceware.org/bugzilla/show_bug.cgi?id=22273
--- Comment #9 from Andreas Schwab <schwab@linux-m68k.org> ---
Killing the child between args.err = 0 and exec is not a problem, that can be
considered a successful spawn, and the caller will eventually call wait and
note the signal (if he is interested in it). In fact, I think any signal that
happens between fork and exec should be relayed to the caller to figure out, as
if spawn was successful.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list