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 mi
Recipients cstratak, mi, vstinner
Date 2017-06-06.20:19:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496780387.38.0.882120124981.issue30345@psf.upfronthosting.co.za>
In-reply-to
Content
I rebuilt my python-3.6.1 with the path (https://github.com/python/cpython/commit/d05f7fdf6cf77724bd3064fb5a0846ef5cfe0c88) and tried debugging again -- same problem:

% gdb7121 /opt/bin/python3.6
...
(gdb) r SCRIPT.py
Thread 1 received signal SIGSEGV, Segmentation fault.
...
(gdb) py-bt
Python Exception <type 'exceptions.ValueError'> Variable 'func_obj' not found.: 
Error occurred in Python command: Variable 'func_obj' not found.
History
Date User Action Args
2017-06-06 20:19:47misetrecipients: + mi, vstinner, cstratak
2017-06-06 20:19:47misetmessageid: <1496780387.38.0.882120124981.issue30345@psf.upfronthosting.co.za>
2017-06-06 20:19:47milinkissue30345 messages
2017-06-06 20:19:47micreate