[qmtest] PATCH: Robustify executable.py

Stefan Seefeld stefan at codesourcery.com
Thu Jul 21 02:12:31 UTC 2005


Mark Mitchell wrote:
> This patch fixes a bug in TimeoutExecutable; in particular, when os.fork 
> threw an exception, TimeoutExecutable still tried to kill the child 
> process.
> 
> This situation showed up for me on Cygwin, where, for some reason, 
> calling os.fork results in:
> 
> C:\cygwin\bin\python2.4.exe (3076): *** unable to remap 
> C:\cygwin\bin\cygssl-0.9.7.dll to same address as parent(0x18CA0000) != 
> 0x18CB0000
> 
> Does anyone know how to avoid this problem?

I believe this can be dealt with by calling the 'rebaseall' utility;
at least I managed to get over similar messages that way.

Regards,
		Stefan



More information about the qmtest mailing list