Re: Using executeShell in multiple thread causes access violation error

2017-03-16 Thread Gomen via Digitalmars-d-learn
On Sunday, 19 July 2015 at 13:41:19 UTC, ketmar wrote: On Fri, 17 Jul 2015 22:53:55 +, 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 c

Re: Using executeShell in multiple thread causes access violation error

2015-07-19 Thread ketmar via Digitalmars-d-learn
On Fri, 17 Jul 2015 22:53:55 +, 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

Re: Using executeShell in multiple thread causes access violation error

2015-07-17 Thread ZombineDev via Digitalmars-d-learn
On Monday, 13 July 2015 at 09:46:26 UTC, Minas Mina wrote: I have written a script that visits all directories in the current directory and executes a command. In my case, "git pull". When running the script serially, everything is fine. All git repositories are pulled. But I'd like to pull

Re: Using executeShell in multiple thread causes access violation error

2015-07-17 Thread Minas Mina via Digitalmars-d-learn
bump