[Issue 13753] src/std/process.d: _spawnvp is broken
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Nov 19 13:56:03 PST 2014
https://issues.dlang.org/show_bug.cgi?id=13753
--- Comment #2 from Danny Milosavljevic <danny.milo at gmail.com> ---
Created attachment 1455
--> https://issues.dlang.org/attachment.cgi?id=1455&action=edit
Patch to make _spawnvp less bad
checks waitpid() return value, does not magically put the caller into a new
process. Does not properly handle EINTR.
--
More information about the Digitalmars-d-bugs
mailing list