On Thursday May 09, 2002 08:37 pm, Matt Feifarek wrote: > I'm having trouble stopping (and therefore restarting) webkit on my debian > box. > > I'm running python2.2, and the release webware 0.7. > > Here's what happens if I run the AppServer manually: > > Shutdown Called Thu May 9 20:23:03 2002 > ThreadedAppServer: Shutting Down > Shutting down the AppServer > Application is Shutting Down > Application has been succesfully shutdown. > AppServer has been shutdown > Unhandled exception in thread: > Traceback (most recent call last): > File "/usr/lib/python2.2/threading.py", line 423, in __bootstrap > self.__stop() > File "/usr/lib/python2.2/threading.py", line 432, in __stop > self.__block.notifyAll() > File "/usr/lib/python2.2/threading.py", line 242, in notifyAll > self.notify(len(self.__waiters)) > File "/usr/lib/python2.2/threading.py", line 224, in notify > me = currentThread() > TypeError: 'NoneType' object is not callable
I also see this traceback occasionally when I'm running WebKit in a shell on Linux and stop it by pressing Ctrl-C. It only happens about 10% of the time. I don't know why it happens. Matt, it might be worth posting to comp.lang.python and asking if there's some reason why this message would appear. Maybe someone familiar with Python's threading module can answer. - Geoff _______________________________________________________________ Hundreds of nodes, one monster rendering program. Now that's a super model! Visit http://clustering.foundries.sf.net/ _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
