Skip to content

[release/7.0] Fix stack unwinding for NativeAOT on Unix - #74690

Merged
carlossanlop merged 1 commit into
release/7.0from
backport/pr-74673-to-release/7.0
Aug 28, 2022
Merged

[release/7.0] Fix stack unwinding for NativeAOT on Unix#74690
carlossanlop merged 1 commit into
release/7.0from
backport/pr-74673-to-release/7.0

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Aug 27, 2022

Copy link
Copy Markdown
Contributor

Backport of #74673 to release/7.0

/cc @AntonLapounov

Customer Impact

Stack unwinding in the NativeAOT runtime on Unix does not work correctly if a reverse P/Invoke method (a managed method called from native code) has catch or finally blocks. In particular, that affects our crossgen2 compiler that runs on the NativeAOT runtime.

Risk

Low.

@AntonLapounov
AntonLapounov requested review from jeffschwMSFT and mangod9 and removed request for jeffschwMSFTAugust 27, 2022 00:21
@AntonLapounovAntonLapounov changed the title [release/7.0] Fix stack unwinding for NativeAOT on Unix x64[release/7.0] Fix stack unwinding for NativeAOT on UnixAug 27, 2022
@carlossanlop

Copy link
Copy Markdown
Contributor

Approved and signed off.
CI is green.
Ready to merge. :shipit:

@carlossanlop
carlossanlop merged commit 58c5937 into release/7.0Aug 28, 2022
@carlossanlop
carlossanlop deleted the backport/pr-74673-to-release/7.0 branch August 28, 2022 20:43
@ghostghost locked as resolved and limited conversation to collaborators Sep 28, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@carlossanlop@mangod9@AntonLapounov