[issue37720] Crash of python3.7 with virt-manager
STINNER Victor
report at bugs.python.org
Tue Jul 30 06:19:45 EDT 2019
STINNER Victor <vstinner at redhat.com> added the comment:
Try to run virt-manager with faulthandler enabled to get the Python traceback where the bug occurs:
PYTHONDEVMODE=1 virt-manager --no-fork
I expect that the bug comes from a third-party C extension (no part of Python standard library). My notes to debug a Python crash:
https://pythondev.readthedocs.io/debug_tools.html
----------
nosy: +vstinner
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37720>
_______________________________________
More information about the Python-bugs-list
mailing list