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 liuxu1005, vstinner
Date 2020-01-10.17:21:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578676868.22.0.91546127834.issue39241@roundup.psfhosted.org>
In-reply-to
Content
I have no clue. Try to attach a debugger and try to inspect the Python frames. You can use gdb with python-gdb.py for that, for example. Or play with faulthandler, especially faulthandler.dump_traceback_later().
History
Date User Action Args
2020-01-10 17:21:08vstinnersetrecipients: + vstinner, liuxu1005
2020-01-10 17:21:08vstinnersetmessageid: <1578676868.22.0.91546127834.issue39241@roundup.psfhosted.org>
2020-01-10 17:21:08vstinnerlinkissue39241 messages
2020-01-10 17:21:08vstinnercreate