[Twisted-Python] mainloop exception
Using conch: exarkun@pyramid:~$ exit logout Traceback (most recent call last): File "/usr/local/bin/conch", line 32, in ? run() File "/home/exarkun/projects/python/Twisted/twisted/scripts/conch.py", line 176, in run reactor.run() File "/home/exarkun/projects/python/Twisted/twisted/internet/default.py", line 123, in run self.mainLoop() File "/home/exarkun/projects/python/Twisted/twisted/internet/default.py", line 134, in mainLoop self.doIteration(t) --- <exception caught here> --- File "/home/exarkun/projects/python/Twisted/twisted/internet/default.py", line 439, in doSelect [], timeout) exceptions.ValueError: I/O operation on closed file Connection to twistedmatrix.com closed. Reproducable, but not on every run on conch. I am using connection sharing (conch --noshell --fork), python2.3b1+, current CVS HEAD of Twisted. The process controlling the shared connection survives the exception. Jp -- A sad spectacle. If they be inhabited, what a scope for misery and folly. If they be not inhabited, what a waste of space. -- Thomas Carlyle, looking at the stars
participants (1)
-
Jp Calderone