[issue39853] Segmentation fault with urllib.request.urlopen and threads

STINNER Victor report at bugs.python.org
Mon Mar 23 14:57:54 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39853>
_______________________________________


More information about the Python-bugs-list mailing list