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 Anthony Sottile
Recipients Anthony Sottile, christian.heimes, hroncok, pablogsal, vstinner
Date 2021-05-05.14:10:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620223837.86.0.562207360381.issue44043@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2021-05-05 14:10:37Anthony Sottilesetrecipients: + Anthony Sottile, vstinner, christian.heimes, hroncok, pablogsal
2021-05-05 14:10:37Anthony Sottilesetmessageid: <1620223837.86.0.562207360381.issue44043@roundup.psfhosted.org>
2021-05-05 14:10:37Anthony Sottilelinkissue44043 messages
2021-05-05 14:10:37Anthony Sottilecreate