Jakub Kulik <kulik...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue35484>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to