Skip to content

[release/7.0] [mono][wasm] Disable AOTing methods which contain catch clauses insid… - #78732

Merged
carlossanlop merged 1 commit into
release/7.0from
backport/pr-78653-to-release/7.0
Nov 29, 2022
Merged

[release/7.0] [mono][wasm] Disable AOTing methods which contain catch clauses insid…#78732
carlossanlop merged 1 commit into
release/7.0from
backport/pr-78653-to-release/7.0

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Nov 22, 2022

Copy link
Copy Markdown
Contributor

Backport of #78653 to release/7.0

/cc @vargaz

Customer Impact

Fixes#78358 which is a regression
on wasm in AOT mode caused by #77059.
The regression was not detected because not all wasm tests are ran on the backport PRs.

Testing

CI with /azp run runtime-wasm

Risk

Low, only affects wasm in AOT mode, fixes a regression.

…e finally/filter clauses.
When the ENDFINALLY opcode of the outer clause is encountered
while executing the inner catch clause from run_with_il_state (),
it will assert since it doesn't know where to continue execution.
@vargaz

Copy link
Copy Markdown
Contributor

/azp run runtime-wasm

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@vargaz
vargaz requested a review from lewingNovember 22, 2022 22:27
@vargazvargaz added the Servicing-consider Issue for next servicing release review label Nov 23, 2022
@vargaz

Copy link
Copy Markdown
Contributor

Failures are unrelated.

@carlossanlop

Copy link
Copy Markdown
Contributor

@vargaz if this is ready, please send the email to Tactics requesting approval.

For the January release, we will only have a window of one day to merge backports (Nov. 29-30), so I'm asking all backport submitters to get their PRs ready for me to just hit merge on that day.

@carlossanlopcarlossanlop added this to the 7.0.2 milestone Nov 23, 2022
@vargaz

Copy link
Copy Markdown
Contributor

Sent

@vargazvargaz added the Servicing-approved Approved for servicing release label Nov 24, 2022
@vargaz

Copy link
Copy Markdown
Contributor

Approved by tactics.

@SamMonoRTSamMonoRT removed the Servicing-consider Issue for next servicing release review label Nov 24, 2022
@carlossanlop

Copy link
Copy Markdown
Contributor

Branding has been done. Milestone is 7.0.2. Signed-off by area owners. Approved by Tactics. No OOB package authoring changes needed. CI failure is unrelated (#78778).

@carlossanlop
carlossanlop merged commit 175a49e into release/7.0Nov 29, 2022
@carlossanlop
carlossanlop deleted the backport/pr-78653-to-release/7.0 branch November 29, 2022 23:17
@ghostghost locked as resolved and limited conversation to collaborators Dec 30, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-Codegen-JIT-monoServicing-approvedApproved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@vargaz@carlossanlop@BrzVlad@SamMonoRT