With Oracle as well Re: [Zope-dev] More signal 11 restarts....

Dieter Maurer dieter@handshake.de
Fri, 7 Dec 2001 22:20:59 +0100


=?iso-8859-1?Q?Dario_Lopez-K=E4sten?= writes:
 > Well, sorry to disapoint everybody, but we have the same signal 11 restarts
 > here.
 > ...
 > Also, for the record we usually get a bunch of these quite often:
 > 
 > 2001-11-04T09:04:33 ERROR(200) ZServer uncaptured
 >   python exception, closing channel <zhttp_channel connected
 >   XXX.XXX.XXX.XXX:2181 at fb4edc channel#: 2286 requests:4>
 >   (socket.error:(32, 'Broken pipe')
 > 
 > [/usr/local/zope/dist/Zope-2.4.1/ZServer/medusa/asynchat.py|initiate_send|21
 > 4] [/usr/local/zope/dist/Zope-2.4.1/ZServer/medusa/http_server.py|send|414]
 > [/usr/local/zope/sw/Python2.1.1/lib/python2.1/asyncore.py|send|330])
 > 
 > 
 > We were seeing the same error (asyncore.py|send|330, etc) on solaris.
They should be harmless:

  They happen when the client closes the connection before
  ZServer delivered the full response.

  However, many people reporting about crashes also reported about
  these error messages. Maybe, the Pyton socket module lacks
  a "Py_INCREF" for this kind of error?


Dieter