On 01:38 pm, j...@editshare.com wrote:
FWIW, looking at your original code, you may also want to call your
Deferreds in a reactor.callLater. I learned the hard way that if you
callback a Deferred from processEnded and the callback spawns another
process, your process will still be Twisted's process table even though
it's dying.
----------
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?
Jean-Paul
_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python