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 vstinner
Recipients AxelArnoldBangert, vstinner, xtreak
Date 2019-02-01.11:20:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549020003.95.0.80067683102.issue35875@roundup.psfhosted.org>
In-reply-to
Content
You should try to get a traceback where the crash occurs using faulthandler:
https://pythondev.readthedocs.io/debug_tools.html#faulthandler

Other ways to get more info in case of a crash:
https://pythondev.readthedocs.io/crash.html
History
Date User Action Args
2019-02-01 11:20:05vstinnersetrecipients: + vstinner, xtreak, AxelArnoldBangert
2019-02-01 11:20:03vstinnersetmessageid: <1549020003.95.0.80067683102.issue35875@roundup.psfhosted.org>
2019-02-01 11:20:03vstinnerlinkissue35875 messages
2019-02-01 11:20:03vstinnercreate