Michael Best <[EMAIL PROTECTED]> wrote:
>
> I have had Zope 2.0.1, Zope 2.1.6 and Zope 2.2.4 running on Solaris 2.6
> and inexplicably, every so often (no definiate amount of time) the Zope
> dies.
>
> Any ideas?
>
> ----------
> A typical entry from STUPID_LOG is:
> 2000-12-07T18:23:22 ERROR(200) zdaemon zdaemon: Thu Dec 7 11:23:22
> 2000: Aiieee! 17564 exited with error code: 11
> ----------
Error code 11 is almost certainly a SEGFAULT, which would typically
mean a pointer bug in a "C" extension. Can you arrange to get a
core file created, and use xdb/gdb to figure out what code was running
when the bug juice squirted?
At a higher level, what add-on products are you using with Zope?
Tres.
--
===============================================================
Tres Seaver [EMAIL PROTECTED]
Digital Creations "Zope Dealers" http://www.zope.org
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
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 )