Closed GoogleCodeExporter closed 8 years ago
And then it occurred to me to:
A) run without -d
B) actually check the other bugs.
This is essentially a dupe of #32. Sorry.
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.4/threading.py", line 442, in __bootstrap
self.run()
File "/usr/lib/python2.4/threading.py", line 422, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/local/web-shell/webshell.py", line 1230, in proc_thread
(fds, fd2sid) = self.proc_getalive()
File "/usr/local/web-shell/webshell.py", line 1023, in __call__
r = self.orig(*l)
File "/usr/local/web-shell/webshell.py", line 1220, in proc_getalive
self.proc_bury(sid)
File "/usr/local/web-shell/webshell.py", line 1158, in proc_bury
self.proc_waitfordeath(sid)
File "/usr/local/web-shell/webshell.py", line 1144, in proc_waitfordeath
del self.session[sid]['fd']
KeyError: 'fd'
Original comment by kyberneticist@gmail.com
on 18 Sep 2007 at 1:22
Thanks for submitting anyway!
Original comment by mre...@gmail.com
on 19 Sep 2007 at 5:45
Original issue reported on code.google.com by
kyberneticist@gmail.com
on 18 Sep 2007 at 1:14