Re: Fork errors in python2.7 on 64-bit Cygwin

2015-02-01 Thread Andrey Repin
Greetings, Michael Wild! >>> * Trying to run a shell command from Python fails 50% of the time >>> with: address space needed by 'cygz.dll' (0x45) is already >>> occupied. >> >> Such a low address on 64bit is an indication of an image intercept >> and/or BLODA in my experience. >> > Thanks fo

Re: Fork errors in python2.7 on 64-bit Cygwin

2015-02-01 Thread Michael Wild
On Sun, Feb 1, 2015 at 3:06 PM, Achim Gratz wrote: > Michael Wild writes: >> * Trying to run a shell command from Python fails 50% of the time >> with: address space needed by 'cygz.dll' (0x45) is already >> occupied. > > Such a low address on 64bit is an indication of an image intercept > and/

Re: Fork errors in python2.7 on 64-bit Cygwin

2015-02-01 Thread Achim Gratz
Michael Wild writes: > * Trying to run a shell command from Python fails 50% of the time > with: address space needed by 'cygz.dll' (0x45) is already > occupied. Such a low address on 64bit is an indication of an image intercept and/or BLODA in my experience. > * rebase -si only shows an aste

Fork errors in python2.7 on 64-bit Cygwin

2015-02-01 Thread Michael Wild
Dear all I know, this is topic everybody is fed up with and that it has been discussed ad nauseum. Still, I can't figure out what's going on... Here the symptoms: * Trying to run a shell command from Python fails 50% of the time with: address space needed by 'cygz.dll' (0x45) is already occup