Re: [Zope-dev] Zope process killed
=?ISO-8859-1?Q?Roch=E9?= Compaan wrote When I try to view or delete a particular folder the Zope process (on Zope 2.4.3) suddenly gets killed with this message in the log:
python2.1: Python/ceval.c:695: eval_code2: Assertion `(stack_pointer - f->f_valuestack) <= f->f_stacksize' failed.
You should be running 2.4.4 or 2.5.1. This is a known bug in 2.4.3. (It only shows up under python 2.1.3 or later - earlier versions of python silently corrupt memory). Anthony -- Anthony Baxter <anthony@interlink.com.au> It's never too late to have a happy childhood.
You should be running 2.4.4 or 2.5.1. This is a known bug in 2.4.3. (It only shows up under python 2.1.3 or later - earlier versions of python silently corrupt memory).
it actually showed up under 2.1.2, but that had bugs of its own in this area ;-) cheers, Chris
You should be running 2.4.4 or 2.5.1. This is a known bug in 2.4.3. (It only shows up under python 2.1.3 or later - earlier versions of python silently corrupt memory).
it actually showed up under 2.1.2, but that had bugs of its own in this area ;-)
It very nice to hear that I can simply upgrade and my problem will go away :) And it did! Just thought I'd mention this since I didn't find anything in the collector about it. -- Roché Compaan Upfront Systems http://www.upfrontsystems.co.za
participants (3)
-
Anthony Baxter -
Chris Withers -
Roché Compaan