-
Notifications
You must be signed in to change notification settings - Fork 145
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
bpf_conformance/arm64 should run with address sanitizer enabled #155
Comments
Running these tests with the sanitizers on native Arm64 platforms (macOS 12 & Ubuntu 20.04) does not seem to trigger the same issues. So I wonder if its a QEmu problem - I will investigate further as I get time. An alternative solution would be to self-host an Arm64 runner which can be used by the actions to run tests. I'll investigate to see if I can get one setup - but this may take some time. If anyone else can get one setup that would also be fine from my PoV. |
Have now reproduced this myself:
This suggests that this is indeed a Sanitizers don't work under QEmu problem. It looks like having an Arm64 runner is the way forward. |
Blocked on availability of an ARM64 self-hosted runner. |
Address sanitizer is failing when run under qemu for arm64 emulation.
Until this is resolved, ubsan is disabled for arm64.
==4232==LeakSanitizer has encountered a fatal error.
==4232==HINT: For debugging, try setting environment variable LSAN_OPTIONS=verbosity=1:log_threads=1
The text was updated successfully, but these errors were encountered: