-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Data races on SelectImplementation.clauses
and SelectImplementation.internalResult
#3843
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
Comments
Also a data race on
|
|
SelectImplementation.clauses
SelectImplementation.clauses
and SelectImplementation.internalResult
qwwdfsad
added a commit
that referenced
this issue
Aug 31, 2023
…ark it with @BenignDataRace Fixes #3843
The same goes for this one: both are benign, both are explained and marked with the annotation in #3873 |
igoriakovlev
pushed a commit
that referenced
this issue
Nov 2, 2023
* Mark BufferedChannelIterator.continuation as @BeningDataRace to address potential UB and OoTA on K/N * Explain benign data-race on SelectImplementation.clauses and mark it with @BenignDataRace * Explain benign data-race on SelectImplementation.internalResult and mark it with @BenignDataRace Fixes #3834 Fixes #3843
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our internal TSan tests found the following data race.
The text was updated successfully, but these errors were encountered: