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 vstinner
Recipients gregory.p.smith, pablogsal, vstinner
Date 2022-03-03.16:21:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646324472.12.0.847210988211.issue46913@roundup.psfhosted.org>
In-reply-to
Content
test_hashlib: test_gil() fails with:
---
test_gil (test.test_hashlib.HashLibTestCase) ... /home/vstinner/python/main/Modules/_sha3/kcp/KeccakP-1600-opt64.c:467:9: runtime error: load of misaligned address 0x000002daafd7 for type 'UINT64' (aka 'unsigned long'), which requires 8 byte alignment
0x000002daafd7: note: pointer points here
 23 23 23 23 23  23 23 23 23 23 23 23 23  23 23 23 23 23 23 23 23  23 23 23 23 23 23 23 23  23 23 23
             ^ 
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/vstinner/python/main/Modules/_sha3/kcp/KeccakP-1600-opt64.c:467:9 in 
---
History
Date User Action Args
2022-03-03 16:21:12vstinnersetrecipients: + vstinner, gregory.p.smith, pablogsal
2022-03-03 16:21:12vstinnersetmessageid: <1646324472.12.0.847210988211.issue46913@roundup.psfhosted.org>
2022-03-03 16:21:12vstinnerlinkissue46913 messages
2022-03-03 16:21:12vstinnercreate