[Bug sanitizer/83961] AddressSanitizer CHECK failed on Aarch64
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jan 22 09:09:00 GMT 2018
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.
More information about the Gcc-bugs
mailing list