Re: error with python

2011-07-31 Thread Dima Pasechnik
On 1 August 2011 09:27, Neusbeer wrote: > got a strange error with python. > Can anybody give me a clue for what to do? That's a typical fork failure. Rebase, if this happens on a regular basis. (if it just happened once, you were unlucky, as on Windows 7 cygwin's fork can fail

error with python

2011-07-31 Thread Neusbeer
got a strange error with python. Can anybody give me a clue for what to do? /home/Hacking/Frameworks/Imunity canvas/exploitutils.py:916: DeprecationWarning: os.popen2 is deprecated. Use the subprocess module. p=os.popen2(command) 2 [main] python2.6 6568 L:\cygwin\bin\python2.6.exe

remapping error with python fork

2011-01-23 Thread Johannes Müller
Hi, On a Win 7 64Bit System I use CYGWIN_NT-6.1-WOW64 1.7.7(0.230/5/3). Working with python I get errors reporting that cygwin was not able to remap zlib or time DLL. The error occures only from time to time on one script I develop when it calls fork. In response I invoked rebaseall. Right now