https://d.puremagic.com/issues/show_bug.cgi?id=12012

           Summary: Error when call std.process.executeShell
           Product: D
           Version: D2
          Platform: x86_64
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from Dmitry <[email protected]> 2014-01-27 08:50:44 PST ---
"Error of segmentation (core dumped)" occurs
when run this code:

import std.process;

void main(string[] args) {
    auto res = executeShell("ls");
}

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

Reply via email to