[Zope] Re: python TTW script kills zope

Evan Simpson evan@4-am.com
Wed, 23 Jul 2003 10:50:20 -0500


Gilles Lenfant wrote:
> I noticed a strange behaviour in an old Zope 2.3.3 that's raised by this
> simple Python script (run by a Manager)

Older versions of PythonScripts sometimes generated incorrect stack 
sizes for the compiled bytecode.  With older versions of Python, this 
silently corrupted memory or caused segfaults.  With newer versions of 
Python...

> assertion "STACK_LEVEL() <= f->f_stacksize" failed: file "Python/ceval.c",

...you get this.

Cheers,

Evan @ 4-am