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
64 Enable the fault handler: install handlers for the :const:`SIGSEGV`,
70 The *file* must be kept open until the fault handler is disabled: see
81 Disable the fault handler: uninstall the signal handlers installed by
86 Check if the fault handler is enabled.
160 Example of a segmentation fault on Linux with and without enabling the fault
166 Segmentation fault
171 Fatal Python error: Segmentation fault
176 Segmentation fault