[Zope] Zope restarting -- is it same as recently discovered problem?

Dieter Maurer dieter@handshake.de
Mon, 9 Apr 2001 21:57:51 +0200 (CEST)


Ron Bickers writes:
 > 2001-04-06T21:31:50 ERROR(200) zdaemon zdaemon: Fri Apr  6 17:31:50 2001:
 > Aiieee! 16895 exited with error code: 11
This is a segmentation violation.

Using "ulimit -c 20000", you let Linux generate a "core" file
(see the "bash" documentation for details about "ulimit").
You can then use "gdb" to see, where the segmentation violation
occurs.

If you are lucky, the problem will soon be hashed out.


Dieter