python-faulthandler

Display the Python backtrace on a crash
  https://faulthandler.readthedocs.io/
  0
  no reviews



Fault handler for SIGSEGV, SIGFPE, SIGBUS and SIGILL signals: it displays the Python backtrace and restores the previous handler. It allocates an alternate stack for this handler, if signaltstack() is available, to be able to allocate memory on the stack, even on stack overflow.