[issue35484] Segmentation fault due to faulthandler on Solaris

2019-08-08 Thread Jakub Kulik
Jakub Kulik added the comment: Oh, thanks for the catch, it most likely is. -- resolution: -> duplicate stage: -> resolved status: open -> closed ___ Python tracker ___

[issue35484] Segmentation fault due to faulthandler on Solaris

2019-08-07 Thread Peter Edwards
Peter Edwards added the comment: This is likely a duplicate of issue 21131 -- nosy: +peadar ___ Python tracker ___ ___

[issue35484] Segmentation fault due to faulthandler on Solaris

2018-12-13 Thread Jakub Kulik
Jakub Kulik 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)

[issue35484] Segmentation fault due to faulthandler on Solaris

2018-12-13 Thread Jakub Kulik
Change by Jakub Kulik : Added file: https://bugs.python.org/file47994/reproduce.py ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue35484] Segmentation fault due to faulthandler on Solaris

2018-12-13 Thread Jakub Kulik
New submission from Jakub Kulik : When running tests on Solaris (amd64) I noticed that one test in test_faulthandler.py fails with the segmentation fault. I have attached program reproducing this issue and its core stack trace. Program runs entirely with *Ending* printed as well and