➜

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.

作者 christian.heimes
收信人 christian.heimes, jcea, mark.dickinson, petriborg, serhiy.storchaka, vstinner
日期 2015-03-26.23:04:08
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1427411049.18.0.0110141646854.issue23786@psf.upfronthosting.co.za>
In-reply-to
内容
I'm puzzled about the segfault. I'm pretty sure that I've compiled and tested the code on big endian machines as well as a SPARC machines that doesn't allow unaligned memory access. The FNV code copies the blocks to an aligned buffer to prevent exactly this bug. Serhiy spent days to optimize the code as humanly possible.

Please recompile Python again. This time create a debug build (--with-pydebug) and use the default hash function FNV for your platform. The debug build helps to pin point the bug.
历史
日期 用户 动作 参数
2015-03-26 23:04:09christian.heimes修改recipients: + christian.heimes, jcea, mark.dickinson, vstinner, serhiy.storchaka, petriborg
2015-03-26 23:04:09christian.heimes修改messageid: <1427411049.18.0.0110141646854.issue23786@psf.upfronthosting.co.za>
2015-03-26 23:04:09christian.heimes链接issue23786 messages
2015-03-26 23:04:08christian.heimes创建