digitalmars.D.bugs - [Issue 2160] New: spawnvp P_NOWAIT issue
- d-bugmail puremagic.com (19/19) Jun 21 2008 http://d.puremagic.com/issues/show_bug.cgi?id=2160
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 digitalmars.com
ReportedBy: dave.akers 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
--
Jun 21 2008








d-bugmail puremagic.com