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 xdegaye
Recipients Alex.Willmer, terry.reedy, vstinner, xdegaye, yan12125
Date 2016-05-15.10:20:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463307649.02.0.668793910808.issue26934@psf.upfronthosting.co.za>
In-reply-to
Content
root@generic_x86:/data/local/tmp # python
Python 3.6.0a0 (default:eee959fee5f5+, May 14 2016, 13:43:41) 
[GCC 4.9 20150123 (prerelease)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import faulthandler
>>> faulthandler._read_null() 
Segmentation fault
History
Date User Action Args
2016-05-15 10:20:49xdegayesetrecipients: + xdegaye, terry.reedy, vstinner, Alex.Willmer, yan12125
2016-05-15 10:20:49xdegayesetmessageid: <1463307649.02.0.668793910808.issue26934@psf.upfronthosting.co.za>
2016-05-15 10:20:49xdegayelinkissue26934 messages
2016-05-15 10:20:48xdegayecreate