This is probably caused by the assertion error raised by Python 2.1.2 in the case of a miscomputed stack size. See my previous message. Dieter Maurer wrote:
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
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )