[Python-Dev] Need help in debugging the python core (original) (raw)
Victor Stinner victor.stinner at gmail.com
Fri Sep 2 13:47:15 EDT 2016
- Previous message (by thread): [Python-Dev] Need help in debugging the python core
- Next message (by thread): [Python-Dev] Need help in debugging the python core
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Oh, I forgot to mention that it would help to get the Python traceback on the crash. Try faulthandler: add faulthandler.enable() at the beginning of your program. https://docs.python.org/dev/library/faulthandler.html
Maybe I should write once tools to debug such bug :-)
Victor
- Previous message (by thread): [Python-Dev] Need help in debugging the python core
- Next message (by thread): [Python-Dev] Need help in debugging the python core
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]