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

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11736

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P3  |P2
   Severity|normal  |critical

--


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

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11736

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P2  |P3

--


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

2015-01-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11736

Szymon Gatner szymon.gat...@gmail.com changed:

   What|Removed |Added

 CC||szymon.gat...@gmail.com

--- Comment #2 from Szymon Gatner szymon.gat...@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

--


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

2014-02-11 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11736


Jared Miller ja...@economicmodeling.com changed:

   What|Removed |Added

   Keywords||industry
 CC||ja...@economicmodeling.com


--- Comment #1 from Jared Miller ja...@economicmodeling.com 2014-02-11 
14:00:52 PST ---
Also affecting me.

OSX 10.8.5 (DMD 2.063.2, 2.064.2) - segfault
Debian 7.3 (DMD 2.063.2) - works correctly

Related (regression? dup?): #2 or #11341.

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