You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(quality-runners): lower ASLR entropy for ThreadSanitizer tests
The mpmc_concurrent_queue_tsan_test in score_lifecycle_health aborts with
'FATAL: ThreadSanitizer: unexpected memory mapping' on Ubuntu 24.04 runners,
where vm.mmap_rnd_bits defaults to 32. That high ASLR entropy is incompatible
with the sanitizer shadow-memory layout. Lower it to 28 before running the
unit tests (google/sanitizers#1614). Best-effort so local runs are unaffected.
0 commit comments