[issue44466] faulthandler should indicate if the fault happened in garbage collection

Pablo Galindo Salgado report at bugs.python.org
Sun Jun 20 18:59:12 EDT 2021


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

faulthandler has no access to the C-stack so it cannot see the gc_collect_main() as gdb does.

----------
nosy: +pablogsal

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


More information about the Python-bugs-list mailing list