This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author The Compiler
Recipients The Compiler, vstinner
Date 2017-07-23.20:50:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500843052.8.0.470240287459.issue30998@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2017-07-23 20:50:52The Compilersetrecipients: + The Compiler, vstinner
2017-07-23 20:50:52The Compilersetmessageid: <1500843052.8.0.470240287459.issue30998@psf.upfronthosting.co.za>
2017-07-23 20:50:52The Compilerlinkissue30998 messages
2017-07-23 20:50:52The Compilercreate