This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kulikjak
Recipients kulikjak
Date 2018-12-13.15:38:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544715488.9.0.788709270274.issue35484@psf.upfronthosting.co.za>
In-reply-to
Content
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 segfaults somewhere in the sys.exit() during deallocation. 

Problem doesn't appear when chain variable is set to False or if faulthandler is unregistered. Also, this bug appears only with --enable-optimizations on, but probably it just doesn't manifest itself in non optimized build (or on sparc).

I am not sure how to diagnose it more so I am at least reporting this issue.
History
Date User Action Args
2018-12-13 15:38:08kulikjaksetrecipients: + kulikjak
2018-12-13 15:38:08kulikjaksetmessageid: <1544715488.9.0.788709270274.issue35484@psf.upfronthosting.co.za>
2018-12-13 15:38:08kulikjaklinkissue35484 messages
2018-12-13 15:38:08kulikjakcreate