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 gcroot SOS command on arm/arm64 #90650

Merged
merged 1 commit into from
Aug 16, 2023
Merged

Conversation

mikem8361
Copy link
Member

Faulted in DAC because the HelperMethodFrame's REGDISPLAY CurrentContextPointers were not initialized correctly.

Fixes issue dotnet/diagnostics#3726

Faulted in DAC because the HelperMethodFrame's REGDISPLAY CurrentContextPointers were not initialized correctly.

Fixes issue dotnet/diagnostics#3726
@mikem8361
Copy link
Member Author

@leculver

@mikem8361 mikem8361 merged commit c7cb08c into dotnet:main Aug 16, 2023
109 checks passed
@mikem8361
Copy link
Member Author

/backport to release/8.0

@github-actions
Copy link
Contributor

Started backporting to release/8.0: https://github.com/dotnet/runtime/actions/runs/5875178792

@tmds
Copy link
Member

tmds commented Aug 16, 2023

Fixes issue dotnet/diagnostics#3726

@mikem8361 will this also fix the issue on x64: dotnet/diagnostics#3726 (comment)?

@mikem8361
Copy link
Member Author

This only fixes arm64/arm32 problems on 8.0 (RC2). This gcroot problem was already fixed by Lee for x64 on 8.0 (RC1). The x64 fix may not be in the latest .NET 8 you tried.

@ghost ghost locked as resolved and limited conversation to collaborators Sep 16, 2023
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