[Bug sanitizer/93731] [10 regression] asan tests cause kernel panic on Darwin 11

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Feb 13 10:51:00 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93731

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
So you could just disable asan and keep ubsan (set ASAN_SUPPORTED=no in
libsanitizer/configure.tgt for a particular darwin OS version, and if it is
32-bit only, also test x$ac_cv_sizeof_void_p = x4 ?
Of course, trying to workaround kernel bugs this way is weird, but if it isn't
supported anymore or Apple isn't willing to fix their bugs...


More information about the Gcc-bugs mailing list