[issue43593] pymalloc is not aware of Memory Tagging Extension (MTE) and crashes

ggardet report at bugs.python.org
Mon Mar 29 07:59:55 EDT 2021


ggardet <guillaume.gardet at arm.com> added the comment:

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.

----------

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


More information about the Python-bugs-list mailing list