STINNER Victor <vstin...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue37720>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to