[issue19878] PyFile_DecUseCount() SIGSEGV

2013-12-03 Thread Ned Deily
Ned Deily added the comment: Sorry, the Python 2.6 series is now officially retired. As of 2.6.9, "All official maintenance for Python 2.6, including security patches, has ended." If you can reproduce the problem with a currently supported version of Python, such as Python 2.7.6 or 3.3.3, pl

[issue19878] PyFile_DecUseCount() SIGSEGV

2013-12-03 Thread Matthew Bergin
Changes by Matthew Bergin : -- type: -> crash ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue19878] PyFile_DecUseCount() SIGSEGV

2013-12-03 Thread Matthew Bergin
New submission from Matthew Bergin: [level@ fuzz]# cat pyfile.py import bz2 obj = bz2.BZ2File('/tmp/fileName') obj.__init__("fileName") obj.__reduce__ [level@ fuzz]# gdb --args python pyfile.py GNU gdb (GDB) Red Hat Enterprise Linux (7.2-60.el6_4.1) Copyright (C) 2010 Free Software Foundation, In