-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
gh-112536: Add TSAN builds on Github Actions #116872
Conversation
Ah, yeah, "ThreadSanitizer: unexpected memory mapping" is due to a recent kernel update. |
Yeah, yeah, I agree; this is just the initial setup; we need to do more tests for better coverage. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great addition! Thank you @corona10 !
Are there buildbots for this configuration too? |
No, just GHA AFAIK. |
GH-116953 is a backport of this pull request to the 3.12 branch. |
…16872) (cherry picked from commit 20578a1) Co-authored-by: Donghee Na <[email protected]>
GH-116953 is a backport of this pull request to the 3.12 branch. |
(cherry picked from commit 20578a1) Co-authored-by: Donghee Na <[email protected]>
--with-thread-sanitizer
#112536