[Zope-dev] Python 2.1.2 causes Error code 6?

Dieter Maurer dieter@handshake.de
Mon, 28 Jan 2002 20:52:14 +0100


Chris Withers writes:
 > A routine move to Python 2.1.2 this morning has resulted in one of our Zope
 > instances continually dying with the following:
 > 
 > zdaemon: Mon Jan 28 13:45:45 2002: Aiieee! 18724 exited with error code: 6
 > 
 > Some questions:
 > 
 > 1. What does Error Code 6 mean?
Signal 6, SIGABRT (ABORT), used by the C runtime function "abort"

  Probably a failing assertion. Check standard error.
  You may find some hints.


Dieter