classification
Title: Segfault provoked by generators and exceptions
Type: crash Stage:
Components: Interpreter Core Versions: Python 2.4, Python 2.3, Python 2.2.3
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: amajorek, amaury.forgeotdarc, awaters, eric_noyau, klaas, loewis, mwh, nnorwitz, tim_one
Priority: normal Keywords:

Created on 2008-06-17 06:56 by amajorek, last changed 2008-06-17 07:24 by amaury.forgeotdarc. This issue is now closed.

Messages (2)
msg68303 - (view) Author: Aldona Majorek (amajorek) Date: 2008-06-17 06:56
Copy of issue 1579370

Programs using generators, exceptions and threads could crash.
I was not able to make plain python program to crash, but python program
embedded in C++ crashed very reliably. 

No more crashes after applying patch from 2.5 version stopped helped.

I verified that bug and patch on python 2.4.3.

Looking at the source code in svn, the same but lurks in latest 2.3 and
2.2 (since generators were introduced).
msg68305 - (view) Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) Date: 2008-06-17 07:24
This is right, but there won't be any more 2.4 release.

Either apply the patch to your local copy of the sources,
or simply upgrade to 2.5.
History
Date User Action Args
2008-06-17 07:24:47amaury.forgeotdarcsetstatus: open -> closed
nosy: + amaury.forgeotdarc
resolution: out of date
messages: + msg68305
2008-06-17 06:56:35amajorekcreate