[Zope] Problem starting Zope 2.6

Douglas Perry doug@safety.com
Fri, 13 Dec 2002 17:57:09 -0500


I ended up getting the binary release. I'll try this again some other time.

-----Original Message-----
From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of
Dieter Maurer
Sent: Friday, December 13, 2002 4:38 PM
To: doug@safety.com
Cc: zope@zope.org
Subject: Re: [Zope] Problem starting Zope 2.6


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

_______________________________________________
Zope maillist  -  Zope@zope.org
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 )