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

Thread Sanitizer CI Crashes #2241

Open
jblueh opened this issue Mar 15, 2024 · 0 comments
Open

Thread Sanitizer CI Crashes #2241

jblueh opened this issue Mar 15, 2024 · 0 comments
Labels

Comments

@jblueh
Copy link
Contributor

jblueh commented Mar 15, 2024

Observed behaviour
Thread sanitizer tests in the CI pipeline fail across PRs, e.g. #2158, with errors along the lines

FATAL: ThreadSanitizer: unexpected memory mapping 0x7d81770ae000-0x7d8177500000

Background and possible causes

There is some incompatibility between sanitizers and high degrees of address space layout randomization (google/sanitizers#1716), it seems to be triggered by a combination of too recent kernel and/or too old LLVM and affects also github runners (actions/runner-images#9491).

Possible fixes

From what I understand in actions/runner-images#9491 the corresponding parameters will be adapted in the runner, but it seems that there is also a workaround at the level of the workflow (openvswitch/ovs@fa0dfa1).

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

No branches or pull requests

1 participant