[issue19878] PyFile_DecUseCount() SIGSEGV

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

[issue19878] PyFile_DecUseCount() SIGSEGV

2013-12-03 Thread Matthew Bergin
Changes by Matthew Bergin mber...@coresecurity.com: -- type: - crash ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19878 ___ ___ Python-bugs-list

[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,