[Zope-dev] [BUG] Python 2.1.2 & Zope 2.4.1

2002-01-27 Thread Olivier Deckmyn

Hi,

I decided to upgrade my Python 2.1.1 to Python 2.1.2 (in order to gently
move to 2.5 later).

My Zope instances were working quite finebut...randomly I got a core
dump (!) and the following message in logs :

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


Bug seems to appear when playing with ZCatalog (CMF sites could'nt even
render a page) and Python scripts ?

After some hours of researches, I have a (dirty, really) fix :

I had to modify Python sources and hack line 687 in ceval.c  : I removed
it...
Then recompile and it seems to work. I know this is dirty, and my Zope my
crash later.

PLEASE CHECK and HELP !

This looks like a major serious bug to me.

Cheers,

Olivier.


___
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 )



Re: [Zope-dev] [BUG] Python 2.1.2 & Zope 2.4.1

2002-01-27 Thread Olivier Deckmyn

> This has been explained recently (--> mailing list archives, probably
> through Google search for "f_stacksize").

I did, without a great success.

>
> Summary, you need to upgrade Zope, too!

If only I could...

You can't make your customer migrate their Zope version in 2hours. Our
servers are hosting dozens of website for dozens of customer.
Moving to a newer Zope is not just a matter of installing a new version...

For example, we have a CMF site that will only work with Zope 2.4.1. We
tried to migrate to CMF 1.2 or Zope 2.4.3, without success (crashes,
security machinery misteries, etc.).
CMF is still too dark to manipulate it as we would wish.

>
> Viele Grüße
> Dieter


___
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 )



Re: [Zope-dev] [BUG] Python 2.1.2 & Zope 2.4.1

2002-01-28 Thread Olivier Deckmyn

> Please, please, please, don't propagate dodgy and incorrect fixes like
> the above (removing the assertion). The assertion is in the code for a
> very, very good reason.

I obviously know this !! But couldn't find another way to have my servers
restart this sunday.

I just regret that this problem was not warned anywhere clearly. I must not
be the only one that have had seen this happen !

But I know it now :-)

Anyway, many thanx to every one who gave help.


Olivier.


___
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 )