[issue19879] imageop: bug in error handler

2013-12-03 Thread Matthew Bergin
Matthew Bergin added the comment: Sweet, I will check it out -- ___ Python tracker <http://bugs.python.org/issue19879> ___ ___ Python-bugs-list mailing list Unsub

[issue19879] imageop: bug in error handler

2013-12-03 Thread Matthew Bergin
Matthew Bergin added the comment: I am going to test it against 2.7 a little later on this afternoon. I typically host all of the code I write at https://github.com/levle but atm the github repo I use to host the project is private. Once I work out some of the kinks I will set it to Public

[issue19878] bz2.BZ2File.__init__() cannot be called twice

2013-12-03 Thread Matthew Bergin
Matthew Bergin added the comment: I was fuzzing the interpreter otherwise it would init itself -- ___ Python tracker <http://bugs.python.org/issue19878> ___ ___

[issue19878] PyFile_DecUseCount() SIGSEGV

2013-12-03 Thread Matthew Bergin
Changes by Matthew Bergin : -- type: -> crash ___ Python tracker <http://bugs.python.org/issue19878> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue19879] PyCFunction_NewEx() SIGABRT

2013-12-03 Thread Matthew Bergin
New submission from Matthew Bergin: [level@ fuzz]# cat PyCFunction.py # # PyCFunction_NewEx crach poc (sigabrt) # import imageop imageop.rgb82rgb(u"%J8CBej >uFBi-",True,8.36) imageop.grey2grey(None,5,u"CRi") [level@ fuzz]# gdb --args python PyCFunction.py GNU gdb (GDB) R

[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