This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jeffdharper
Recipients jeffdharper
Date 2012-07-04.17:29:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341422953.77.0.576650378209.issue15251@psf.upfronthosting.co.za>
In-reply-to
Content
I've attached a script that crashes the Python interpreter.  

I can get the crash to occur under Windows Vista with this version of Python:

C:\tmp\remote>c:\Python27\python.exe
Python 2.7.1 Stackless 3.1b3 060516 (release27-maint, Jan  1 2011, 13:04:37) [MSC v.1500 32 bit (Intel)] on win32

Also, I got it to segfault under Ubuntu Linux:

jharper@ubuntu:~$ uname -a
Linux ubuntu 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:29 UTC 2011 i686 GNU/Linux
jharper@ubuntu:~$ python
Python 2.6.6 (r266:84292, Sep 15 2010, 15:52:39) 
[GCC 4.4.5] on linux2

Note, when I commented out the line, "pprint(code_args)", the script generated a SystemError exception instead of crashing.
History
Date User Action Args
2012-07-04 17:29:13jeffdharpersetrecipients: + jeffdharper
2012-07-04 17:29:13jeffdharpersetmessageid: <1341422953.77.0.576650378209.issue15251@psf.upfronthosting.co.za>
2012-07-04 17:29:13jeffdharperlinkissue15251 messages
2012-07-04 17:29:12jeffdharpercreate