https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83961
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- AFAIK AArch64 has multiple configurable sizes of the virtual address space and older GCCs like 6 was only supporting one of those sizes, not all of them. So, when not using GCC 7 or later, one has to patch libsanitizer when not using the address space size in the kernel that the library is expecting. This is a distro problem IMHO. Marking as fixed in GCC 7, WONTFIX for older versions.