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-rc1] [mono] Fix crash in common_call_trampoline due to inconsistent rgctx mode #57677

Merged
merged 1 commit into from
Aug 19, 2021

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 18, 2021

Backport of #57665 to release/6.0-rc1

/cc @lambdageek @uweigand

Customer Impact

Code using generic default interface methods may crash when using the Mono (e.g. on Android or ios emulators or devices).

Testing

Manual testing.

Risk

Moderate - we can turn off generic sharing in the JIT, but not FullAOT.

…mode

* Assume MRGCTX mode if mini_method_is_default_method is true

* Fixes #57664
@ghost
Copy link

ghost commented Aug 18, 2021

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

Issue Details

Backport of #57665 to release/6.0-rc1

/cc @lambdageek @uweigand

Customer Impact

Testing

Risk

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

area-VM-meta-mono

Milestone: -

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. Please get a CR and we can take for consideration in RC1.

@lewing lewing added Servicing-consider Issue for next servicing release review Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Aug 19, 2021
@lewing
Copy link
Member

lewing commented Aug 19, 2021

Approved in email.

@jeffschwMSFT
Copy link
Member

@lewing can you request a cr and then we can merge.

@jeffschwMSFT jeffschwMSFT merged commit fe6bd2d into release/6.0-rc1 Aug 19, 2021
@lewing lewing deleted the backport/pr-57665-to-release/6.0-rc1 branch August 19, 2021 18:51
@ghost ghost locked as resolved and limited conversation to collaborators Sep 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-VM-meta-mono Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants