Skip to content

[mono] Fix crash in common_call_trampoline due to inconsistent rgctx mode - #57665

Merged
lambdageek merged 1 commit into
dotnet:mainfrom
uweigand:fix-mono-rgctx-crash
Aug 19, 2021
Merged

[mono] Fix crash in common_call_trampoline due to inconsistent rgctx mode#57665
lambdageek merged 1 commit into
dotnet:mainfrom
uweigand:fix-mono-rgctx-crash

Conversation

@uweigand

Copy link
Copy Markdown
Contributor

…mode
* Assume MRGCTX mode if mini_method_is_default_method is true
* Fixes#57664
@ghostghost added area-VM-meta-mono community-contribution Indicates that the PR has been added by a community member labels Aug 18, 2021
@ghost

Copy link
Copy Markdown

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

Issue Details
Author:uweigand
Assignees:-
Labels:

area-VM-meta-mono

Milestone:-

@lambdageek

Copy link
Copy Markdown
Member

/backport to release/6.0

@lambdageek

Copy link
Copy Markdown
Member

/backport to release/6.0-rc1

@github-actions

Copy link
Copy Markdown
Contributor

Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/1144189924

@github-actions

Copy link
Copy Markdown
Contributor

Started backporting to release/6.0-rc1: https://github.com/dotnet/runtime/actions/runs/1144190294

@lambdageek
lambdageek merged commit d952d8d into dotnet:mainAug 19, 2021
@uweigand
uweigand deleted the fix-mono-rgctx-crash branch August 27, 2021 16:50
@ghostghost locked as resolved and limited conversation to collaborators Sep 26, 2021
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-VM-meta-monocommunity-contributionIndicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[mono] Crash in common_call_trampoline due to inconsistent rgctx mode

2 participants

@uweigand@lambdageek