[Zope] Hourly restarts of Zope

Michel Pelletier michel@digicool.com
Thu, 16 Dec 1999 10:16:49 -0500


> -----Original Message-----
> From: Jason Abate [mailto:jason@hostway.net]
> Sent: Wednesday, December 15, 1999 10:17 PM
> To: zope@zope.org
> Subject: [Zope] Hourly restarts of Zope
> 
> 
> 
> I've noticed an odd Zope behavior while experimenting with the
> __setstate__() method.  Zope is being restarted every hour 
> (5:05 past the
> hour, to within a several seconds).  I've scoured my machine 
> for any cron
> job that might be causing this but haven't found any.  Is 
> this a known Zope
> behavior?  

Nope?

> Any idea of what else might cause this?

Are you calling Persistent.__setstate__(self, state) in your setstate
method?  If you don't call it, the persistent machinery would probably
be very unhappy, and since it's written in C, might core dump... just an
idea.

-Michel