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

[release/6.0-rc2] Undo breaking change compat in GetMethodNativeMap #59231

Merged
merged 2 commits into from
Sep 20, 2021

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 16, 2021

This reverts to behavior prior to #57176. An address of 0 used to meant the user wanted to get an offset from the beginning of the method. Now that address is used to calculate the tiered version of the method. If the address is 0, return to the old behavior of getting the default MethodDesc.

Backport of #59114 to release/6.0-rc2

Customer Impact

VS reports. WinDBG also uses this method to provide some aid in Line info support.

Testing

Tested manually. Handed off private to partners to validate fix.

Risk

Low - maintains compat with the old addr = 0 behavior. Non-0 address behavior used to be extremely broken so the 6.0 fix is still correct.

@ghost
Copy link

ghost commented Sep 16, 2021

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

Issue Details

Backport of #59114 to release/6.0-rc2

/cc @hoyosjs

Customer Impact

Testing

Risk

Author: github-actions[bot]
Assignees: -
Labels:

area-Diagnostics-coreclr

Milestone: -

@hoyosjs
Copy link
Member

hoyosjs commented Sep 16, 2021

cc: @gregg-miskelly

@hoyosjs
Copy link
Member

hoyosjs commented Sep 16, 2021

RC2 backport for issue #59109

Copy link
Member

@jeffschwMSFT jeffschwMSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved. Let's take this for consideration in RC2.

@gregg-miskelly
Copy link
Contributor

Visual Studio debugger team signs off. All of our previously-failing tests now pass again with this fix.

@jeffschwMSFT jeffschwMSFT added the Servicing-approved Approved for servicing release label Sep 17, 2021
@jeffschwMSFT jeffschwMSFT added this to the 6.0.0 milestone Sep 17, 2021
@Anipik Anipik merged commit acbdb74 into release/6.0-rc2 Sep 20, 2021
@jkotas jkotas deleted the backport/pr-59114-to-release/6.0-rc2 branch September 21, 2021 01:28
@ghost ghost locked as resolved and limited conversation to collaborators Nov 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants