[Issue 12012] New: Error when call std.process.executeShell
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jan 27 08:50:46 PST 2014
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: nobody at puremagic.com
ReportedBy: dvshapkin at mail.ru
--- Comment #0 from Dmitry <dvshapkin at mail.ru> 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: -------
More information about the Digitalmars-d-bugs
mailing list