Python 2.1.2 and Zope 2.4.x?
On January 4th, the Zope news mentioned a Python 2.1.2 would be released fixing potential crashing problems with Zope 2.4.x. Late last week I installed the release version of this new Python and now some of my scripts are causing the following error: Python/ceval.c:687: failed assertion `STACK_LEVEL() <= f->f_stacksize' I thought this ceval problem was what it was supposed to fix, not exacerbate! I've tried rebuilding both Zope 2.4.1 and 2.4.3 with Python 2. 1.2 and it hasn't helped. In case it matters this is under Solaris 8 Intel. The news letter didn't say that a new version of Zope would be needed for the new Python, is that the case? Is anyone else seeing this problem? Cheers, Marc
installing python 2.1.2 is not the complete fix. zope 2.4.3 and earlier have a separate bug which is fixed in CVS, the fix is in the 2.5 betas after beta3 (i think). Zope 2.4.4 (publication date not yet determined) will have the fix as well. jens On Monday, January 21, 2002, at 01:54 , Marc St-Jean wrote:
On January 4th, the Zope news mentioned a Python 2.1.2 would be released fixing potential crashing problems with Zope 2.4.x.
Late last week I installed the release version of this new Python and now some of my scripts are causing the following error: Python/ceval.c:687: failed assertion `STACK_LEVEL() <= f->f_stacksize'
I thought this ceval problem was what it was supposed to fix, not exacerbate! I've tried rebuilding both Zope 2.4.1 and 2.4.3 with Python 2. 1.2 and it hasn't helped. In case it matters this is under Solaris 8 Intel.
The news letter didn't say that a new version of Zope would be needed for the new Python, is that the case? Is anyone else seeing this problem?
Cheers, Marc
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
I Installed/compiled Python 2.1.2 on a Debian box last week. Then installed a Zope 2.4.3 an a Zope 2.5b4 (source distribs) on it. I did not notice any problem. Please tell us what script/DTML/opreation raises that crash. ----- Original Message ----- From: "Marc St-Jean" <marc@qcc.ca> To: <zope@zope.org> Sent: Monday, January 21, 2002 7:54 PM Subject: [Zope] Python 2.1.2 and Zope 2.4.x?
On January 4th, the Zope news mentioned a Python 2.1.2 would be released fixing potential crashing problems with Zope 2.4.x.
Late last week I installed the release version of this new Python and now some of my scripts are causing the following error: Python/ceval.c:687: failed assertion `STACK_LEVEL() <= f->f_stacksize'
I thought this ceval problem was what it was supposed to fix, not exacerbate! I've tried rebuilding both Zope 2.4.1 and 2.4.3 with Python 2. 1.2 and it hasn't helped. In case it matters this is under Solaris 8 Intel.
The news letter didn't say that a new version of Zope would be needed for the new Python, is that the case? Is anyone else seeing this problem?
Cheers, Marc
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Gilles Lenfant -
Jens Vagelpohl -
Marc St-Jean