Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

[release/3.1] Port fix for InlinedCallFrame corruption to 3.1 #28090

Merged
merged 1 commit into from
Sep 8, 2020

Conversation

davmason
Copy link
Member

@davmason davmason commented Aug 31, 2020

Description

There was an issue discovered in the 5.0 timeframe where we would sometimes pop InlinedCallFrames of still active methods during a catch block. It was fixed in dotnet/runtime#2240, this ports the fix to 3.1.

Customer Impact

External customers reported a crash under the debugger in dotnet/runtime#41125, which was root caused to the same issue as dotnet/runtime#2240. The customer has verified that the fix for dotnet/runtime#2240 fixes the crash they are seeing.

Regression?

No

Risk (see taxonomy)

Low

Link the PR to the original issue and/or the PR to master.

dotnet/runtime#2240

Packaging impact? (if a libraries change)

None

@davmason davmason added this to the 3.1 milestone Aug 31, 2020
@davmason davmason requested a review from janvorli August 31, 2020 21:09
@davmason davmason self-assigned this Aug 31, 2020
@jeffschwMSFT jeffschwMSFT added the Servicing-consider Issue for next servicing release review label Aug 31, 2020
@jeffschwMSFT jeffschwMSFT modified the milestones: 3.1, 3.1.x Aug 31, 2020
@jamshedd jamshedd added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Sep 1, 2020
@jamshedd jamshedd modified the milestones: 3.1.x, 3.1.9 Sep 1, 2020
@jamshedd
Copy link
Member

jamshedd commented Sep 1, 2020

Approved for the October 3.1.9 update.

@davmason
Copy link
Member Author

davmason commented Sep 3, 2020

@jamshedd when should I check this in?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants