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 pablogsal, vstinner
Date 2021-01-21.13:18:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611235085.09.0.890449957177.issue42985@roundup.psfhosted.org>
In-reply-to
Content
It seems like something changed on the buildbot, not in Python, since it also fails on 3.8 and 3.9.

AMD64 Arch Linux Asan 3.9:
https://buildbot.python.org/all/#builders/579/builds/105

AMD64 Arch Linux Asan 3.8:
https://buildbot.python.org/all/#builders/580/builds/86

IMO we should disable ASAN (handling of signals) at runtime when we trigger a crash on purpose (ex: faulthandler._sigsegv()).
History
Date User Action Args
2021-01-21 13:18:05vstinnersetrecipients: + vstinner, pablogsal
2021-01-21 13:18:05vstinnersetmessageid: <1611235085.09.0.890449957177.issue42985@roundup.psfhosted.org>
2021-01-21 13:18:05vstinnerlinkissue42985 messages
2021-01-21 13:18:05vstinnercreate