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 orsenthil
Recipients orsenthil, pablogsal, vstinner
Date 2021-01-21.15:00:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611241255.1.0.569589980187.issue42985@roundup.psfhosted.org>
In-reply-to
Content
> IMO we should disable ASAN (handling of signals) at runtime when we trigger a crash on purpose (ex: faulthandler._sigsegv()).

> ASAN_OPTIONS="handle_segv=0".

Both sound reasonable. But not sure if they will resolve this crash tough.
History
Date User Action Args
2021-01-21 15:00:55orsenthilsetrecipients: + orsenthil, vstinner, pablogsal
2021-01-21 15:00:55orsenthilsetmessageid: <1611241255.1.0.569589980187.issue42985@roundup.psfhosted.org>
2021-01-21 15:00:55orsenthillinkissue42985 messages
2021-01-21 15:00:55orsenthilcreate