[Zope] zope is selfrestarting: can't uninstall a product!
Dieter Maurer
dieter at handshake.de
Thu Sep 15 15:08:41 EDT 2005
daniele wrote at 2005-9-15 11:12 +0200:
>....
>I went to events.log and found that before the
>"Shutting down with error code 1" lines
Apparently, something in your Zope decides there is time for
an "exit(1)".
I would attack this situation with a C level debugger:
Attach to the running Zope process.
But a breakpoint on the C function "exit".
Let Zope continue to run...
When the something thinks it were time for "exit",
you will enter the debugger and can analyse what
this bad something is...
--
Dieter
More information about the Zope
mailing list