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/7.0] Fix stack unwinding for NativeAOT on Unix #74690

Merged
merged 1 commit into from
Aug 28, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 27, 2022

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 changed the title [release/7.0] Fix stack unwinding for NativeAOT on Unix x64 [release/7.0] Fix stack unwinding for NativeAOT on Unix Aug 27, 2022
@carlossanlop
Copy link
Member

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

@carlossanlop carlossanlop merged commit 58c5937 into release/7.0 Aug 28, 2022
@carlossanlop carlossanlop deleted the backport/pr-74673-to-release/7.0 branch August 28, 2022 20:43
@ghost ghost locked as resolved and limited conversation to collaborators Sep 28, 2022
Sign up for free to 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