[Zope-dev] zope (with cmf) instance being frequently restarted by signal SIGSEGV(11)

Dieter Maurer dieter at handshake.de
Fri May 28 14:57:50 EDT 2004


Richard Ettema wrote at 2004-5-28 11:28 +0100:
>I have a cmf site that has begun restarting frequently and at random 
>intervals for no apparent reason. This first occurred about 2 weeks ago 
>for about 2-3 days with the instance being restarted every 15 mins at 
>worst. This problem disappeared as quickly as it had appeared.
>
>2-3 days  ago this same problem reappeared but with the site sometimes 
>being restarted 10 times in a 15 minute period. I can find no sequence 
>of url calls or any common reason for this to be occurring. The only 
>thing I could find was the following entry appearing in the event log 
>matching the times I have witnessed the instance restarting via top.
>
>ERROR(200) zdaemon Process 25606 terminated by signal SIGSEGV(11)

Let your operating system write core files (usually disabled,
read the manual page for "ulimit").
Analyse the resulting core file with "gdb".

-- 
Dieter



More information about the Zope-Dev mailing list