[Zope] Zope=ZEO connection

Dieter Maurer dieter at handshake.de
Wed Feb 8 13:20:01 EST 2006


Dennis Allison wrote at 2006-2-7 18:18 -0800:
> ...
>What sort of Zope failure can cause this sort of behavior?  What's the 
>best approach to get more information to localize the failure.

A crash presented to Zope as a fatal signal (usually "SIGSEGV"
or "SIGBUS").

Reconfigure your Linux account running Zope to write
core files ("ulimit -Sc 100000"). With a bit of luck
you will get a core file written in case of such crashes.
Look into the core with GDB. Note, that the value "100000"
might not be big enough to get a complete core file.
GDB may have problems to really understand incomplete ones.


-- 
Dieter


More information about the Zope mailing list