Hi, Thank you for the suggestion. Unfortunately, I still have this problem when I call the reactor.callFromThread(reactor.stop). I have this problem with: OS: Ubuntu 10.04 WX (python-wxgtk2.8): 2.8.10.1-0ubuntu1.2 Twisted: 10.0.0-2ubuntu2 Python: 2.6.5 Here is some output from gdb: ----------------------------- (gdb) run test.py Starting program: /usr/bin/python test.py [Thread debugging using libthread_db enabled] Started to connect. [New Thread 0x7fffe8dc1710 (LWP 31902)] [New Thread 0x7fffe85c0710 (LWP 31903)] -Output from the server here -At this time, I try to close the program. It just sits there, and after a few seconds, Ubuntu prompts me to force quit. [Thread 0x7fffe85c0710 (LWP 31903) exited] [Thread 0x7fffe8dc1710 (LWP 31902) exited]
Program terminated with signal SIGKILL, Killed. The program no longer exists. ----------------------------- Thank you. > -----Original Message----- > From: [email protected] > Sent: Mon, 15 Nov 2010 23:12:09 -0500 > To: [email protected] > Subject: Re: [Twisted-Python] wxReactor Issues > > On Mon, 2010-11-15 at 19:28 -0800, RSGames Support wrote: >> Hi, >> I have created a simple demo (one .py file) to show the problem without >> the entire application. You can download it here: http://bit.ly/a2TTlT > > And, if you switch reactor.stop() with > reactor.callFromThread(reactor.stop) you still have the problem? What ____________________________________________________________ FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop! Check it out at http://www.inbox.com/earth _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
