ASAN/TSAN run on 42 bit VA Aarch64 with 64 bit allocators (TCWG-634) (6/10) * Juno does not have space for kernel allocator map demanded by ASAN, So we need to remain on 32 bit allocators only. * amd-01 went offline. So moved to internal machine in AMD. Debugging LLVM test failures in GDB showed that ASLR should be turned off and also the shadow offset is set at 1<<36 and is not changing when I fix it in asan_mappings.h file . Manually changing shadow offset to 1<<39 fixes some segfaults.
Bug869: Continued to look at ABS_EXPR cases (2/10).
* Emails, meetings. (2/10) * Linaro 1-1 with christophe, Ryan * AMD meetings/event, 1-1 with AMD manager, status meeting. * GCC mailing list.
== Plan == *Continue to fix TSAN/ASAN 64 bit allocator failures on amd-01 . * Bug869