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 vstinner
Recipients docs@python, eric.araujo, vstinner
Date 2011-05-30.13:52:08
SpamBayes Score 0.00014495505
Marked as misclassified No
Message-id <1306763528.71.0.828631335819.issue12209@psf.upfronthosting.co.za>
In-reply-to
Content
> dumping the traceback on CPython crashes?

faulthandler is no more specific to crashes: you can dump the tracebacks while Python is running using a signal or an explicit call to faulthandler.dump_traceback().
History
Date User Action Args
2011-05-30 13:52:08vstinnersetrecipients: + vstinner, eric.araujo, docs@python
2011-05-30 13:52:08vstinnersetmessageid: <1306763528.71.0.828631335819.issue12209@psf.upfronthosting.co.za>
2011-05-30 13:52:08vstinnerlinkissue12209 messages
2011-05-30 13:52:08vstinnercreate