Uh oh!
There was an error while loading. Please reload this page.
Fix race condition in DacEnumerableHashTable::BaseFindNextEntryByHash - #75099
Conversation
Uh oh!
There was an error while loading. Please reload this page.
VSadov
commented
Sep 6, 2022
I think |
VSadov
commented
Sep 6, 2022
Or perhaps |
AntonLapounov
commented
Sep 6, 2022
The failure in the 'Build OSX x64 release NativeAOT' job is #75005. |
AntonLapounov
commented
Sep 6, 2022
Volatile loads are not necessary on the writer code path. I tried to make a safest/easiest fix for porting to 7.0. Do the changes look reasonable? |
AntonLapounov
commented
Sep 7, 2022
/backport to release/7.0 |
Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/3004820401 |
See #75041 (comment) for details. Fixes#75041.