[Issue 11736] segfault combining std.parallelism.parallel and std.process.executeShell

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Jan 29 01:42:03 PST 2015


https://issues.dlang.org/show_bug.cgi?id=11736

Szymon Gatner <szymon.gatner at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |szymon.gatner at gmail.com

--- Comment #2 from Szymon Gatner <szymon.gatner at gmail.com> ---
Also affected by this but found that replacing std.process.executeShell() with
deprecated std.process.system() does not cause crash so I suspect it probably
has to do with executeShell() capturing process output?

Im on Win7 x64, using DMD 2.066.1

--


More information about the Digitalmars-d-bugs mailing list