[Zope-dev] Zope keeps crashing on me!

Dave Blasby dblasby@refractions.net
Thu, 10 Feb 2000 20:11:10 -0700


Zope keeps crashing on me.  It started happening after I installed the
ZOracle Product. I upgraded to Zope-2.1.4 but it still keeps crashing
one me.  
Here's a trace:
Traceback (innermost last):
  File "/opt/local/Zope-2.1.4/z2.py", line 583, in ?
    asyncore.loop()
  File "/opt/local/Zope-2.1.4/ZServer/medusa/asyncore.py", line 107, in
loop
    poll_fun (timeout)
  File "/opt/local/Zope-2.1.4/ZServer/medusa/asyncore.py", line 55, in
poll
    (r,w,e) = select.select (r,w,e, timeout)
select.error: (4, 'Interrupted system call')

Any ideas?
It happens very often immediately after an external method completes,
but it also happens in other cases like when you press the "change"
button while editing a DTML file.