Hi Ivo, If you run across any situation in which you can make the problem reliably happen, it would be extremely helpful. Ivo van der Wijk wrote:
On Fri, Mar 08, 2002 at 01:28:39PM +0100, Ivo van der Wijk wrote:
On Tue, Mar 05, 2002 at 04:49:47PM +0100, Stefano Noferi wrote:
Hi,
With zope 2.4.4b1 and python 2.1.2 my system auto-restart (crash) running python script again.. It's the Restricted Python problem resolved?
I also still experience instabilities with 2.4.4b1/2.1.2. No coredumps, no traces in stupid.log or detail.log - I'm quite lost here..
Matt's crash howto doesn't help either.
Also, I did recompile my pythonscripts (using the external method below), this does NOT solve the problem!
def recompile_ps(self): metatype='Script (Python)' for name,script in self.ZopeFind(self, search_sub=1, obj_metatypes=[metatype]): print "recompiling",name try: script.ZPythonScript_edit( script._params, script._body ) except: pass return "OK"
(this code is not mine btw :)
Ivo
-- Chris McDonough Zope Corporation http://www.zope.org http://www.zope.com "Killing hundreds of birds with thousands of stones"