[Issue 2160] New: spawnvp P_NOWAIT issue
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jun 21 15:05:12 PDT 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2160
Summary: spawnvp P_NOWAIT issue
Product: D
Version: 1.030
Platform: PC
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: dave.akers at gmail.com
If using either std.c.process or std.process spawnvp does not handle P_NOWAIT
correctly. How ever to check this i loaded msvcrt.dll and used _spawnvp from
there and it worked correctly. Not sure how or what caused this. But it is
deffently an issue it is an old function that is obslite but i like it because
it is easy to use and cleaner than CreateProcess...
-Dave
--
More information about the Digitalmars-d-bugs
mailing list