-
Notifications
You must be signed in to change notification settings - Fork 38.7k
net: Fix CThreadInterrupt::sleep_for TSan issues #19029
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
Conversation
7bb5707 to
a46122c
Compare
|
Updated 7bb5707 -> a46122c (pr19029.01 -> pr19029.02, diff):
|
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
|
|
|
An alternative would be to make the mutex recursive for now |
This won't compile, unfortunately. |
a46122c to
bad0f26
Compare
|
Rebased a46122c -> bad0f26 (pr19029.02 -> pr19029.03) due to the conflict with #16939. |
|
Closing for now. See: #19024 (comment) |
This PR adds to the
ThreadDNSAddressSeedandThreadOpenAddedConnectionsthreads their ownCThreadInterruptobjects, and fixes ThreadSanitizer's "double lock of a mutex" warnings.Fix #19024