[issue30998] faulthandler: Show C stacktrace

Florian Bruhin report at bugs.python.org
Sun Jul 23 16:50:52 EDT 2017


New submission from Florian Bruhin:

While faulthandler's output is already quite useful when dealing with crashes in C libraries, it'd be much more useful when it could also show a low-level C/C++ stack.

glibc has functions to do that: https://www.gnu.org/software/libc/manual/html_node/Backtraces.html

Windows seems to have something similar too: https://stackoverflow.com/a/5699483/2085149

----------
components: Library (Lib)
messages: 298914
nosy: The Compiler, haypo
priority: normal
severity: normal
status: open
title: faulthandler: Show C stacktrace
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30998>
_______________________________________


More information about the Python-bugs-list mailing list