Re: Fork and crashing problems

2016-02-02 Thread James Darnley
On 2016-02-02 15:53, Achim Gratz wrote: > James Darnley gmail.com> writes: >>> 0 [main] sh 10684 fork: child -1 - forked process 7812 died > unexpectedly, retry 0, exit code 0xC005, >> errno 11 > > Well, that exit code is ACCESS_VIOLATION... if you are sure it's not BLODA > related and it

Re: Fork and crashing problems

2016-02-02 Thread Achim Gratz
James Darnley gmail.com> writes: > > Well, that exit code is ACCESS_VIOLATION... if you are sure it's not BLODA > > related and it fails only intermittently and always with a different > > program, I'd run a memory test. > > Do you mean something like Memtest86? Yes, or maybe your BIOS has a

Fork and crashing problems

2016-02-02 Thread James Darnley
Hello. I know that fork issues are usually related to the BLODA programs. I don't think I have any installed. At least I couldn't find any of the listed programs in Windows' remove programs dialog. However I still get intermittent crashes when running things like make or configure scripts.

Re: Fork and crashing problems

2016-02-02 Thread Achim Gratz
James Darnley gmail.com> writes: > > 0 [main] sh 10684 fork: child -1 - forked process 7812 died unexpectedly, retry 0, exit code 0xC005, > errno 11 Well, that exit code is ACCESS_VIOLATION... if you are sure it's not BLODA related and it fails only intermittently and always with a different