digitalmars.D.bugs - [Issue 12012] New: Error when call std.process.executeShell
- d-bugmail puremagic.com (22/22) Jan 27 2014 https://d.puremagic.com/issues/show_bug.cgi?id=12012
- d-bugmail puremagic.com (11/11) Jan 27 2014 https://d.puremagic.com/issues/show_bug.cgi?id=12012
- d-bugmail puremagic.com (10/10) Jan 28 2014 https://d.puremagic.com/issues/show_bug.cgi?id=12012
- d-bugmail puremagic.com (12/12) Jan 28 2014 https://d.puremagic.com/issues/show_bug.cgi?id=12012
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 puremagic.com ReportedBy: dvshapkin mail.ru "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: -------
Jan 27 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12012 Vladimir Panteleev <thecybershadow gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |thecybershadow gmail.com 02:39:30 EET --- Can you compile with -g, run under a debugger, and post the stack trace of the segmentation fault? -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 27 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12012 Could you write the exact command to create a dump? I'm not familiar with the debugger. Error which I wrote only occurs when compiling whith ldc2. When compiling with DMD all okay. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 28 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12012 Vladimir Panteleev <thecybershadow gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID 16:11:30 EET --- Please submit LDC bugs to the LDC developers: http://wiki.dlang.org/Reporting_LDC_issues -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 28 2014