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 ggardet
Recipients christian.heimes, ggardet, vstinner
Date 2021-03-29.11:59:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617019195.86.0.656333760847.issue43593@roundup.psfhosted.org>
In-reply-to
Content
With PYTHONMALLOC=malloc, gdb is not crashing anymore. Thanks for the workaround.

pymalloc is not aware of MTE, so a SegFault occurs on any access to the memory since the check fails.
History
Date User Action Args
2021-03-29 11:59:55ggardetsetrecipients: + ggardet, vstinner, christian.heimes
2021-03-29 11:59:55ggardetsetmessageid: <1617019195.86.0.656333760847.issue43593@roundup.psfhosted.org>
2021-03-29 11:59:55ggardetlinkissue43593 messages
2021-03-29 11:59:55ggardetcreate