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 christian.heimes
Recipients christian.heimes, jcea, mark.dickinson, petriborg, serhiy.storchaka, vstinner
Date 2015-03-26.23:04:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427411049.18.0.0110141646854.issue23786@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-03-26 23:04:09christian.heimessetrecipients: + christian.heimes, jcea, mark.dickinson, vstinner, serhiy.storchaka, petriborg
2015-03-26 23:04:09christian.heimessetmessageid: <1427411049.18.0.0110141646854.issue23786@psf.upfronthosting.co.za>
2015-03-26 23:04:09christian.heimeslinkissue23786 messages
2015-03-26 23:04:08christian.heimescreate