[Zope-dev] Problems with ZServer

Pavlos Christoforou pavlos@gaaros.msrc.sunysb.edu
Tue, 27 Apr 1999 00:39:39 -0400 (EDT)


I am running the latest version of ZServer and occasionally ZServer
crashes with the following traceback:

Unhandled exception in thread:
Traceback (innermost last):
  File "/home/pavlos/Zope-1.10.2-src/ZServer/PubCore/ZServerPublisher.py",
line 97, in __init__
    response._finish()
  File "/home/pavlos/Zope-1.10.2-src/ZServer/HTTPResponse.py", line 209,
in _finish
    self.stdout.close()
  File "/home/pavlos/Zope-1.10.2-src/ZServer/HTTPResponse.py", line 235,
in close
    self._channel.push(CallbackProducer(self._channel.done))
  File "/home/pavlos/Zope-1.10.2-src/ZServer/HTTPServer.py", line 307, in
push
    if send: self.initiate_send()
  File "/home/pavlos/Zope-1.10.2-src/ZServer/medusa/asynchat.py", line
199, in initiate_send
    self.refill_buffer()
  File "/home/pavlos/Zope-1.10.2-src/ZServer/medusa/asynchat.py", line
174, in refill_buffer
    p = self.producer_fifo.first()
  File "/home/pavlos/Zope-1.10.2-src/ZServer/medusa/asynchat.py", line
246, in first
    return self.list[0]
IndexError: list index out of range


Any ideas?

Pavlos