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