[Zope] Problem starting Zope 2.6
Dieter Maurer
dieter@handshake.de
Fri, 13 Dec 2002 22:37:51 +0100
Douglas Perry writes:
> I've compiled Zope 2.6 from source (RH 7.2) and I can't get it to run. I
> used python 2.1.3 to compile it. Zdaemon will spawn processes but those
> processes will send signal 11. See error log below:
>
>
> ------
> 2002-12-11T21:40:55 INFO(0) zdaemon Started subprocess: pid 2405
> ------
> 2002-12-11T21:40:56 ERROR(200) zdaemon Process 2405 terminated by signal
> SIGSEGV(11)
Try to start Zope without daemon (I do not (yet) know, how to do
this, as it almost surely changed for Zope 2.6 (which I do not yet use).
If it crashed, too, with a SIGSEGV, you may run it in a debugger (gdb)
and see where the segmentation violation happens.
You may need a new gdb installation to have a chance (older
GDB versions had big difficulties to analyse multi-threaded
applications, such a Zope).
Dieter