[issue31719] [2.7] test_regrtest.test_crashed() fails on s390x

STINNER Victor report at bugs.python.org
Mon Oct 9 03:56:03 EDT 2017


STINNER Victor <victor.stinner at gmail.com> added the comment:

For the records, test_regrtest.test_crashed() uses faulthandler._sigsegv() in the master branch. This function calls raise(SIGSEGV) directly, rather than trying to read from NULL (address 0).

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31719>
_______________________________________


More information about the Python-bugs-list mailing list