Issue #11393: The fault handler handles also SIGABRT

This commit is contained in:
Victor Stinner 2011-04-01 12:13:55 +02:00
parent bc6a4db66d
commit d727e23243
5 changed files with 45 additions and 17 deletions

View file

@ -502,8 +502,9 @@ These environment variables influence Python's behavior.
If this environment variable is set, :func:`faulthandler.enable` is called
at startup: install a handler for :const:`SIGSEGV`, :const:`SIGFPE`,
:const:`SIGBUS` and :const:`SIGILL` signals to dump the Python traceback.
This is equivalent to :option:`-X` ``faulthandler`` option.
:const:`SIGABRT`, :const:`SIGBUS` and :const:`SIGILL` signals to dump the
Python traceback. This is equivalent to :option:`-X` ``faulthandler``
option.
Debug-mode variables