-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[release/8.0] Fix gcroot SOS command on arm/arm64 #90658
Conversation
Faulted in DAC because the HelperMethodFrame's REGDISPLAY CurrentContextPointers were not initialized correctly. Fixes issue dotnet/diagnostics#3726
@mikem8361 can you please fill out the template? cc @jeffschwMSFT for approval when ready. PS: Don't press the "Update branch" button, or the CI will restart. Ping me when ready to merge and I can bypass the restriction and merge it. |
@carlossanlop, the template has been updated. |
Another question, @mikem8361: Did you intend to send it to the
|
RC2 (release/8.0) was what I intended so I wouldn't have to go through any more hoops. /cc: @jeffschwMSFT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved. merge when ready
Backport of #90650 to release/8.0
/cc @mikem8361
Customer Impact
The SOS command !gcroot on in a simple customer suppled test app SEGSIGV's in the DAC making the command useless.
Testing
Manually with the customer's test app
Risk
Low. Only affects arm32/arm64 DAC.