[issue35484] Segmentation fault due to faulthandler on Solaris

Jakub Kulik report at bugs.python.org
Thu Dec 13 10:44:47 EST 2018


Jakub Kulik <kulikjak at gmail.com> added the comment:

The exact failing test is test_register_chain().

Output of this failed test (as expected for segmentation fault):

======================================================================
FAIL: test_register_chain (test.test_faulthandler.FaultHandlerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "xxx/Python-3.7.1/Lib/test/test_faulthandler.py", line 708, in test_register_chain
    self.check_register(chain=True)
  File "xxx/Python-3.7.1/Lib/test/test_faulthandler.py", line 686, in check_register
    self.assertEqual(exitcode, 0)
AssertionError: -11 != 0

----------

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


More information about the Python-bugs-list mailing list