[issue8863] Display Python backtrace on SIGSEGV, SIGFPE and fatal error

Antoine Pitrou report at bugs.python.org
Wed Oct 20 10:08:47 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

> I don't think that a command line option and an environment variable
> is pratical for an OS distributor.

Environment variables are probably the most practical for OS vendors,
since they can simply set them in /etc/profile.d (Mandriva does that
with PYTHONDONTWRITEBYTECODE :-/).

If it's an env variable, though, it should be clear that it's
CPython-specific, so I'm not sure how to call it.
CPYTHONNOSEGFAULTHANDLER?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8863>
_______________________________________


More information about the Python-bugs-list mailing list