Some sanitizers (at least msan) currently require ASLR to be disabled[1]. When we detect that ASLR is enabled, re-exec with it disabled rather than exiting with an error.
[1] https://github.com/llvm/llvm-project/issues/53256
(Note this change has not yet been submitted to llvm.)