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? _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
