[issue44043] 3.10 b1 armhf Bus Error in hashlib test: test_gil

Anthony Sottile report at bugs.python.org
Wed May 5 10:10:37 EDT 2021


Anthony Sottile <asottile at umich.edu> added the comment:

oddly enough, when I add `-X faulthandler` it passes

___

I did some research on the error message and it looks like the ubuntu maintainers have found the same thing and reported it here:

https://bugs.python.org/issue36445

this points at (intentional?) misaligned accesses being a problem on arm

looks like they've provided a patch as well here: https://bugs.python.org/issue36515

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44043>
_______________________________________


More information about the Python-bugs-list mailing list