Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub actions on Ubuntu 22.04 get stuck in a AddressSanitizer:DEADLYSIGNAL loop #30

Closed
patricia-gallardo opened this issue Mar 19, 2024 · 3 comments

Comments

@patricia-gallardo
Copy link
Contributor

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

@patricia-gallardo
Copy link
Contributor Author

I can't repro this on any of my machines with any of my build configurations

@patricia-gallardo
Copy link
Contributor Author

Ah workaround exists in actions/runner-images#9524

actions/runner-images#9524 (comment)

    - 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

@patricia-gallardo
Copy link
Contributor Author

Oh well, I guess a workaround is needed:

actions/runner-images#9491 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant