Using executeShell in multiple thread causes access violation error

Gomen via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Mar 16 11:27:18 PDT 2017


On Sunday, 19 July 2015 at 13:41:19 UTC, ketmar wrote:
> On Fri, 17 Jul 2015 22:53:55 +0000, Minas Mina wrote:
>
>> bump
>
> sorry, i was wrong about GC non-calling. yet we still need more 
> info: how long it works before crashing, how much threads it 
> runs, how many "git clone" commands were ok before crach, what 
> DMD version are you using, and *full* source code that 
> reproduces crash, preferably without needing to clone 100500 
> repositories. ;-)
>
> seems that you hit a bug in runtime or compiler, so we need as 
> much info as you can provide to localize the bug.

I encounter this error all the time with my project - 
https://github.com/beast-lang/compiler just compile compiler and 
testsuite and run testsuite


More information about the Digitalmars-d-learn mailing list