Source: faulthandler Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Miriam Ruiz , Build-Depends: debhelper (>= 9), dh-python, python-all-dev, python-setuptools, Standards-Version: 3.9.8 Homepage: https://faulthandler.readthedocs.io/ Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/faulthandler.git Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/faulthandler.git Testsuite: autopkgtest-pkg-python Package: python-faulthandler Architecture: any Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, Provides: ${python:Provides}, Description: 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.