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

Dave Malcolm report at bugs.python.org
Wed Oct 13 23:53:25 CEST 2010


Dave Malcolm <dmalcolm at redhat.com> added the comment:

> About SIGBUS: I don't know this signal. Is it used on Linux? If not, on 
> which OS is it used?
Yes, IIRC typically you'll only see it on RISC CPUs that require instructions to be word-aligned; you typically see it if the program counter jumps to a broken address; the SIGBUS happens when the CPU tries to fetch the code.

----------

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


More information about the Python-bugs-list mailing list