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

fix asan crashes #572

Merged
merged 2 commits into from
Mar 14, 2024
Merged

fix asan crashes #572

merged 2 commits into from
Mar 14, 2024

Conversation

kazuho
Copy link
Member

@kazuho kazuho commented Mar 14, 2024

Recent changes to Linux has started causing asan to crash with SEGV; see https://stackoverflow.com/questions/77672217/gcc-fsanitize-address-results-in-an-endless-loop-on-program-that-does-nothing/77994596#77994596.

Apparently, the changes have reached GitHub Actions, and our ASAN tests now failing.

This PR fixes the issue by adding the sysctl recommended in the stackoverflow Q&A linked above.

@kazuho kazuho merged commit 8d5bef5 into master Mar 14, 2024
5 checks passed
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

Successfully merging this pull request may close these issues.

1 participant