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
- name: Fix kernel mmap rnd bits
# Asan in llvm 14 provided in ubuntu 22.04 is incompatible with
# high-entropy ASLR in much newer kernels that GitHub runners are
# using leading to random crashes: https://reviews.llvm.org/D148280
run: sudo sysctl vm.mmap_rnd_bits=28
Reported in various repos:
google/googletest#4491
quantumlib/Stim#717 (comment)
NOAA-OWP/ngen#767
I haven't seen a workaround except to disable these runners
The text was updated successfully, but these errors were encountered: