Comment 8 for bug 2056762

Revision history for this message
Dimitry Andric (dimitry.unified-streaming.com) wrote :

https://github.com/google/sanitizers/issues/1716#issuecomment-2010399341

Summarizing: newer ThreadSanitizer has been updated to be able to work with vm.mmap_rnd_bits = 30, but not higher than that. For other cases, it will now re-execute the binary with ASLR disabled, if possible.

For most people the quick workaround of setting vm.mmap_rnd_bits to 28 might work, but of course you won't get the benefits intended with #1983357 either.

So at some point, it would be nice to have the upstream ThreadSanitizer fixes backported.