[Zope] RE: Zope 2.4.3 crashing continually - asyncore replacement?

Richard Jones richard@bizarsoftware.com.au
Thu, 13 Dec 2001 09:30:22 +1100


On Thursday 13 December 2001 9:13 am, Jin Choi wrote:
> It's not segfaulting. Running the start script with "-Z ''", it gives me:
> Traceback (most recent call last):
>    File "/export/home/local/Zope-2.4.3-solaris-2.6-sparc/z2.py", line
> 774, in ?
>      asyncore.loop()
>    File "/usr/local/stow/Python-2.1.1/lib/python2.1/asyncore.py", line
> 194, in l\
> oop
>      poll_fun (timeout, map)
>    File "/usr/local/stow/Python-2.1.1/lib/python2.1/asyncore.py", line
> 86, in po\
> ll
>      r,w,e = select.select (r,w,e, timeout)
> select.error: (4, 'Interrupted system call')
>
> I can trigger this by closing and attempting to reopen my Oracle
> connection.


Hrm - I've seen something about an asyncore replacement floating around one 
of these zope lists... maybe it's to blame... does anyone know anything about 
it?


    Richard