[Zope] Zope threads dying continuosly
Dieter Maurer
dieter at handshake.de
Fri Nov 21 17:10:00 EST 2003
Tim Edwards wrote at 2003-11-21 13:15 +1100:
> ...
> Now the server stays up and running, but the demon manager seems to be
> continually killing and restarting the processes.
The manager does not kill the process. It just observes that it has
been killed and restarts it...
> I'm running it with the -D option as well and this is the error message line
> it spits out as it restarts:
> 2003-11-21T13:13:11 ERROR(200) zdaemon Process 25703 terminated by signal
> SIGKILL(9)
You operating system killed your Zope. If you are lucky, it logged
a message to "/var/log/messages" (or whereever it puts log messages
in your system).
This may happen, when the C stack overflows or the OS has
some resource problems.
--
Dieter
More information about the Zope
mailing list