8 Feb
2006
8 Feb
'06
6:20 p.m.
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