Lines Matching refs:fault
11 This module contains functions to dump Python tracebacks explicitly, on a fault,
13 install fault handlers for the :const:`SIGSEGV`, :const:`SIGFPE`,
18 The fault handler is compatible with system fault handlers like Apport or the
19 Windows fault handler. The module uses an alternative stack for signal handlers
23 The fault handler is called on catastrophic cases and therefore can only use
61 Enable the fault handler: install handlers for the :const:`SIGSEGV`,
67 The *file* must be kept open until the fault handler is disabled: see
78 Disable the fault handler: uninstall the signal handlers installed by
83 Check if the fault handler is enabled.
157 Example of a segmentation fault on Linux with and without enabling the fault
163 Segmentation fault
168 Fatal Python error: Segmentation fault
173 Segmentation fault