October 06, 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@puremagic.com
        ReportedBy: thecybershadow@gmail.com


--- Comment #0 from Vladimir Panteleev <thecybershadow@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: -------
October 09, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11180



--- Comment #1 from github-bugzilla@puremagic.com 2013-10-08 21:45:58 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/24255bd0b7c8bc1da539bcd088a998a101062493 std.process: Fix spawnProcess in Windows GUI programs (issue #11180)

https://github.com/D-Programming-Language/phobos/commit/e69f4dc793553d34ff7a849bf7439e007234dd93 Merge pull request #1618 from CyberShadow/std-process-gui-spawnprocess

std.process: Fix spawnProcess in Windows GUI programs (issue #11180)

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------