[Twisted-Python] spawnProcess - reapProcess not retrying on failures

Justin Mazzola Paluska jmp at editshare.com
Wed Sep 3 06:53:05 MDT 2014


On 09/02/2014 09:50 AM, exarkun at twistedmatrix.com wrote:
>>>
>>> I dig deeper and I found out that since I was using
>>> reactor.run(installSignalHandlers=False)  _SIGCHLDWaker was not
>>> installed.
>>>
>>> I have switched to using just reactor.run() and the process is now 
>>> killed.
>>
>> Without my workaround, I continue to have the problem with the 
>> gtk2reactor.
>
> Have you reported this bug?

No, not yet since I don't have a 100%-reliable test case since it's 
mostly related to races between the child process, the parent process, 
and signal handling.  However, if that's not required, I'd love to get 
it in the system.
     --Justin




More information about the Twisted-Python mailing list