Error code 11 !!???
Hi, My Zope 2.5.1 box (FreeBSD) often crashes with this in the console log... 2002-06-17T18:11:13 ERROR(200) zdaemon zdaemon: Mon Jun 17 18:11:13 2002: Aiieee! 53066 exited with error code: 11 This happens in an untimely manner when searching in a ZWiki ! Then It restarts... Any idea ? Thanks in advance. --Gilles
What Python version? If you're not running Python 2.1.3, try to upgrade to it... On Mon, 2002-06-17 at 14:29, Gilles Lenfant wrote:
Hi,
My Zope 2.5.1 box (FreeBSD) often crashes with this in the console log...
2002-06-17T18:11:13 ERROR(200) zdaemon zdaemon: Mon Jun 17 18:11:13 2002: Aiieee! 53066 exited with error code: 11
This happens in an untimely manner when searching in a ZWiki !
Then It restarts...
Any idea ?
Thanks in advance.
--Gilles
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Chris, We're already running zope with Python 2.1.3... ----- Original Message ----- From: "Chris McDonough" <chrism@zope.com> To: "Gilles Lenfant" <gilles@objectis.net> Cc: <zope@zope.org> Sent: Monday, June 17, 2002 8:29 PM Subject: Re: [Zope] Error code 11 !!???
What Python version? If you're not running Python 2.1.3, try to upgrade to it...
On Mon, 2002-06-17 at 14:29, Gilles Lenfant wrote:
Hi,
My Zope 2.5.1 box (FreeBSD) often crashes with this in the console log...
2002-06-17T18:11:13 ERROR(200) zdaemon zdaemon: Mon Jun 17 18:11:13 2002: Aiieee! 53066 exited with error code: 11
This happens in an untimely manner when searching in a ZWiki !
Then It restarts...
Any idea ?
Thanks in advance.
--Gilles
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
this is probably the "tiny thread stack size on freebsd" crash bug in python2.1.x that is still awaiting a final fix from the python people... http://www.zope.org/Members/matt/StabilityHOWTO says... """ Other problems exist, often related to specific systems. Sometimes, there is a workaround, sometimes there is not. For example, the following list of conditions are known problems on some systems: • FreeBSD threads default to a 64K stack size, causing stack overflow in Zope when more than 64K is required. Known solution is to modify Python's Python/thread_pthreads.h file to alter thread initialization to include a larger stack. (See the zope-dev mailing list archives for January 4, 2002) . """ jens On Monday, June 17, 2002, at 02:51 , Gilles Lenfant wrote:
Chris,
We're already running zope with Python 2.1.3...
----- Original Message ----- From: "Chris McDonough" <chrism@zope.com> To: "Gilles Lenfant" <gilles@objectis.net> Cc: <zope@zope.org> Sent: Monday, June 17, 2002 8:29 PM Subject: Re: [Zope] Error code 11 !!???
What Python version? If you're not running Python 2.1.3, try to upgrade to it...
On Mon, 2002-06-17 at 14:29, Gilles Lenfant wrote:
Hi,
My Zope 2.5.1 box (FreeBSD) often crashes with this in the console log. ..
2002-06-17T18:11:13 ERROR(200) zdaemon zdaemon: Mon Jun 17 18:11:13 2002: Aiieee! 53066 exited with error code: 11
This happens in an untimely manner when searching in a ZWiki !
Then It restarts...
Any idea ?
Thanks in advance.
--Gilles
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Chris McDonough -
Gilles Lenfant -
Jens Vagelpohl