[Zope-dev] Zope/Python crashing

2002-05-17 Thread Ahsan Imam
Hello, I was going through the zope archive mail and saw message posted by Matthew T. Kromer regarding crashing problems with Python 2.1.2. It instructed to increase the #define PyTrash_UNWIND_LEVEL from 50 500. I just downloaded python 2.1.3. Do I still have to edit the object.h file

Re: [Zope-dev] Zope/Python crashing

2002-05-17 Thread Matthew T. Kromer
Ahsan Imam wrote: Hello, I was going through the zope archive mail and saw message posted by Matthew T. Kromer regarding crashing problems with Python 2.1.2. It instructed to increase the #define PyTrash_UNWIND_LEVEL from 50 500. I just downloaded python 2.1.3. Do I still have to edit

Re: [Zope-dev] Zope/Python crashing

2002-05-17 Thread Dario Lopez-Kästen
From: Ahsan Imam [EMAIL PROTECTED] I just downloaded python 2.1.3. Do I still have to edit the object.h file before I compile it. no, 2.1.3 includes bugfixes that specifically address those issues. /dario ___ Zope-Dev maillist - [EMAIL

[Zope-dev] Zope process killed

2002-05-17 Thread Roché Compaan
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. I climbed into the python debugger and found the

Re: [Zope-dev] Zope process killed

2002-05-17 Thread Anthony Baxter
=?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