[issue33145] unaligned accesses in siphash24() lead to crashes on sparc

2018-07-21 Thread Jeffrey Walton
Jeffrey Walton added the comment: I know this is a bit late but I wanted to share... OpenCSW has a build farm with Solaris machines and Sparc hardware. The farm provides x86 and Sparc machines with Solaris 9 through 11. I believe OpenCSW operates in the same spirit as GCC compile farm. They

[issue33145] unaligned accesses in siphash24() lead to crashes on sparc

2018-03-26 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : Actually this looks like a duplicate of issue28055. -- nosy: +serhiy.storchaka resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> pyhash's siphash24 assumes alignment of the data pointer ___

[issue33145] unaligned accesses in siphash24() lead to crashes on sparc

2018-03-26 Thread Rolf Eike Beer
Change by Rolf Eike Beer : -- components: Library (Lib) nosy: Dakon priority: normal pull_requests: 5983 severity: normal status: open title: unaligned accesses in siphash24() lead to crashes on sparc versions: Python 3.5, Python 3.6, Python 3.7, Python 3.8 _