-
Notifications
You must be signed in to change notification settings - Fork 196
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
CI: fix Clang UB sanitizer, disable Clang thread sanitizer #5474
Conversation
c1d3f80
to
2d2193d
Compare
2d2193d
to
27b5205
Compare
e76dfcd
to
fb1106c
Compare
Currently debugging this new error, any suggestions? /usr/bin/llvm-symbolizer-17: error: '[stack]': No such file or directory |
fb1106c
to
6b24c1b
Compare
7e1e967
to
b8d25b3
Compare
c6b422e
to
ad6a975
Compare
ad6a975
to
be0f8eb
Compare
ed9ea44
to
836cf73
Compare
Will temporarily disable tests that raise data race conditions until we find a fix. |
836cf73
to
db69251
Compare
I disabled the Clang thread sanitizer job directly in this PR. The remaining Ubuntu version updates that you see in this PR are needed to fix the original issue that the PR meant to address (occurring for both the UB sanitizer job and the thread sanitizer job). I will open a new PR re-enabling the thread sanitizer job in order to allow for more debugging, once this PR is merged. |
I started seeing this error from the Clang sanitizer workflow in several PRs:
The Ubuntu 23.10 container was introduced in #5181 when
ubuntu-24.04
was pre-release as GitHub-hosted runner.I think we can try to move to
ubuntu-24.04
now and see if this is enough to fix the issue above.