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 Anne Archibald, Manjusaka, vstinner
Date 2020-03-23.18:57:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584989874.54.0.717680214198.issue39853@roundup.psfhosted.org>
In-reply-to
Content
Try to get the gdb traceback (C call stack).

You may also try: python3 -X faulthandler urllib_segfault.py.

But I expect a crash in Python finalization, where there is no Python frame and so empty traceback.
History
Date User Action Args
2020-03-23 18:57:54vstinnersetrecipients: + vstinner, Manjusaka, Anne Archibald
2020-03-23 18:57:54vstinnersetmessageid: <1584989874.54.0.717680214198.issue39853@roundup.psfhosted.org>
2020-03-23 18:57:54vstinnerlinkissue39853 messages
2020-03-23 18:57:54vstinnercreate