Uh oh!
There was an error while loading. Please reload this page.
[wasm][debugger] Fix concurrent access to cache. - #59412
Conversation
ghost
commented
Sep 21, 2021
Tagging subscribers to this area: @thaystg Issue DetailsPropertiesBinaryReader could be access by more than one thread which was causing starting reading from the wrong position and skip positions.
|
thaystg
commented
Sep 21, 2021
/backport to release/6.0-rc2 |
Started backporting to release/6.0-rc2: https://github.com/dotnet/runtime/actions/runs/1258807377 |
ghost
commented
Sep 21, 2021
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsPropertiesBinaryReader could be access by more than one thread which was causing starting reading from the wrong position and skip positions.
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
thaystg
commented
Sep 21, 2021
/backport to release/6.0-rc2 |
Started backporting to release/6.0-rc2: https://github.com/dotnet/runtime/actions/runs/1259023975 |
PropertiesBinaryReader could be access by more than one thread which was causing starting reading from the wrong position and skip positions.
Added a test case for it.
@lewing I would like to backport to rc2.