Skip to content
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

Fix createdump fault in diagnostic tests #46554

Merged
merged 1 commit into from
Jan 5, 2021

Conversation

mikem8361
Copy link
Member

Createdump was faulting in the DAC memory enumeration API during the diagnostics repo tests. During the managed exception object enumeration there was an invalid EECodeInfo that was being created that caused this fault. Added a EECodeInfo::IsValid() check around the usage.

@ghost
Copy link

ghost commented Jan 4, 2021

Tagging subscribers to this area: @tommcdon
See info in area-owners.md if you want to be subscribed.

Issue Details

Createdump was faulting in the DAC memory enumeration API during the diagnostics repo tests. During the managed exception object enumeration there was an invalid EECodeInfo that was being created that caused this fault. Added a EECodeInfo::IsValid() check around the usage.

Author: mikem8361
Assignees: mikem8361
Labels:

area-Diagnostics-coreclr

Milestone: -

@mikem8361 mikem8361 merged commit 65bcfd0 into dotnet:master Jan 5, 2021
@mikem8361 mikem8361 deleted the fixcreatedumptests branch January 5, 2021 03:09
@ghost ghost locked as resolved and limited conversation to collaborators Feb 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants