>>> =?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 <[EMAIL PROTECTED]> It's never too late to have a happy childhood. _______________________________________________ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
