www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 11180] New: Launching a process from a Windows GUI process using std.process.spawnProcess always fails

reply d-bugmail puremagic.com writes:
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



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: -------
Oct 05 2013
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=11180




Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/24255bd0b7c8bc1da539bcd088a998a101062493


https://github.com/D-Programming-Language/phobos/commit/e69f4dc793553d34ff7a849bf7439e007234dd93




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