diff options
Diffstat (limited to 'python/python-faulthandler/README')
-rw-r--r-- | python/python-faulthandler/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/python-faulthandler/README b/python/python-faulthandler/README new file mode 100644 index 0000000000000..39dbcfd55385a --- /dev/null +++ b/python/python-faulthandler/README @@ -0,0 +1,7 @@ +python-faulthandler (Display the Python traceback on a crash) + +Fault handler for SIGSEGV, SIGFPE, SIGABRT, SIGBUS and SIGILL signals: +display the Python traceback and restore the previous handler. + +Import the module and call faulthandler.enable() to enable the fault +handler. |