Binary package “python-faulthandler” in ubuntu bionic

Display the Python backtrace on a crash

 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.