-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Race condition in DacEnumerableHashTable::BaseFindNextEntryByHash
#75041
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to this area: @dotnet/area-system-composition Issue DetailsFound in a release/7.0 backport PR: #75004 Please help determine if this is needs a fix to get backported to 7.0.
|
Stacktrace of the crash
|
The problem is that runtime/src/coreclr/vm/dacenumerablehash.inl Lines 371 to 375 in 9d6396d
@VSadov Could you please take a look? It seems to be related to your lock-free changes. |
Is this easy to repro or it was only seen once? (I just wonder if we have a reliable repro) |
It was only seen once. No reliable repro. |
System.Composition.TypedParts
testsDacEnumerableHashTable::BaseFindNextEntryByHash
This might be the cause of intermittent crossgen2 failures, e.g., #74913 (we started to collect dumps just recently). Note that the race condition existed even before #61346. Line 200 in the old code below would set the runtime/src/coreclr/vm/dacenumerablehash.inl Lines 187 to 204 in b68328a
|
Found in a release/7.0 backport PR: #75004
Please help determine if this is needs a fix to get backported to 7.0.
The text was updated successfully, but these errors were encountered: