[Twisted-Python] wxReactor Issues

Itamar Turner-Trauring itamar at itamarst.org
Sun Nov 14 14:02:56 EST 2010


On Sun, 2010-11-14 at 09:28 -0800, RSGames Support wrote:
> Hi,
> Well, I close the application (by clicking the X). Then a few seconds later, Ubuntu comes up with a dialog asking me if I want to force quit the application. gdb reports the following when I force quit: Program terminated with signal SIGKILL, Killed.

That's *not* "crashing", that's "not exiting". The SIGKILL is coming
from the forced kill. So the real issue is, it's not exiting, and it's
not exiting because, as you say, there's still threads running. Does
your program start/use any threads itself?




More information about the Twisted-Python mailing list