We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dotnet/runtime#104336 changes the encoding of GC info in a breaking way. (arm/arm64 code offsets are encoded with fewer bits)
Once the runtime change goes in, the SOS copy will need to be updated correspondingly, to be able to dump from GcInfo v3
Re: dotnet/runtime#104336 (comment)
The text was updated successfully, but these errors were encountered:
Note: this change was reverted on dotnet/runtime#105234
Sorry, something went wrong.
@VSadov is the reverted runtime change going to eventually make it into .NET 9? Can I change this issue to .NET 10?
Pushed out to dev10. Sorry, I forgot to change this issue once it was clear it is not going to make it into 9.
Hmm, it does not look like i can change the milestone.
mikem8361
No branches or pull requests
dotnet/runtime#104336 changes the encoding of GC info in a breaking way.
(arm/arm64 code offsets are encoded with fewer bits)
Once the runtime change goes in, the SOS copy will need to be updated correspondingly, to be able to dump from GcInfo v3
Re: dotnet/runtime#104336 (comment)
The text was updated successfully, but these errors were encountered: