[Issue 11180] New: Launching a process from a Windows GUI process using std.process.spawnProcess always fails
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Oct 5 23:40:11 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11180
Summary: Launching a process from a Windows GUI process using
std.process.spawnProcess always fails
Product: D
Version: D2
Platform: All
OS/Version: Windows
Status: NEW
Keywords: pull
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: nobody at puremagic.com
ReportedBy: thecybershadow at gmail.com
--- Comment #0 from Vladimir Panteleev <thecybershadow at gmail.com> 2013-10-06 09:40:09 EEST ---
std.process attempts to make the unset standard handles inheritable, which
always fails and causes the exception "Failed to make stdin stream inheritable
by child process".
https://github.com/D-Programming-Language/phobos/pull/1618
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list