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/22273] Improper assert in Linux posix_spawn implementation


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.

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