[issue31301] Python 2.7 SIGSEGV

2017-09-03 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +serhiy.storchaka resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue31301] Python 2.7 SIGSEGV

2017-09-03 Thread Jakub Wilk
Jakub Wilk added the comment: Thanks, I can reproduce the crashes with Python 2.7.9. The first commit that fixes them is 5d7d26c403d86e9525820d872eb3e331dbc31750, so I believe this is duplicate of issue25388. -- ___ Python tracker

[issue31301] Python 2.7 SIGSEGV

2017-09-03 Thread Cody Sixteen
Cody Sixteen added the comment: c@debian:~/tools/afl/afl-2.50b/out_python/crashes$ ls -la total 160 drwx-- 2 c c 4096 Aug 31 00:23 . drwx-- 5 c c 4096 Sep 3 09:04 .. -rw--- 1 c c 29352 Aug 28 16:14 id:00,sig:11,src:00,op:havoc,rep:32 -rw--- 1 c c 62917 Aug 28 17:08

[issue31301] Python 2.7 SIGSEGV

2017-09-01 Thread Jakub Wilk
Jakub Wilk added the comment: I can't reproduce it here: Python 2.7.13 (default, Jan 19 2017, 14:48:08) [GCC 6.3.0 20170118] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import ast >>> s =

[issue31301] Python 2.7 SIGSEGV

2017-08-29 Thread Cody Sixteen
New submission from Cody Sixteen: During one fuzzing session I found that python2.7 will crash when parsing the file (attached). Maybe you will find it useful. -- components: Build files: py27-sigsegv.zip messages: 300981 nosy: cody priority: normal severity: normal status: open