Skip to content

[release/7.0] [ppc64le] Fixed FSharp crash issue - #77270

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

[release/7.0] [ppc64le] Fixed FSharp crash issue#77270
carlossanlop merged 1 commit into
release/7.0from
backport/pr-77201-to-release/7.0

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Oct 20, 2022

Copy link
Copy Markdown
Contributor

Backport of #77201 to release/7.0

/cc @lambdageek@alhad-deshpande

Customer Impact

Fixes a crash for customers running F# code on the PowerPC platform.

This PR fixes the issue #76917. The problem was that r12 after emit_memcpy was re-computed using the wrong value of r31 (frame pointer). Hence moved the save_lmf restoration block after computation of r12.

Testing

Manual testing

Risk

Low. The code is in the PPC part of the runtime and does not affect mobile, WASM or any CoreCLR platforms.

@ghostghost added the area-VM-meta-mono label Oct 20, 2022
@lambdageeklambdageek added this to the 7.0.x milestone Oct 20, 2022
@lambdageeklambdageek added the Servicing-consider Issue for next servicing release review label Oct 20, 2022
@lambdageeklambdageek self-assigned this Oct 20, 2022
@rbhandarbhanda added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Oct 20, 2022
@rbhandarbhanda modified the milestones: 7.0.x, 7.0.1Oct 20, 2022
@carlossanlop

Copy link
Copy Markdown
Contributor

Approved by Tactics. Signed off by code reviewer. No OOB package authoring changes needed for this change.

CI failures are unrelated:

Ready to merge. :shipit:

@carlossanlop
carlossanlop merged commit a3e1636 into release/7.0Nov 3, 2022
@carlossanlop
carlossanlop deleted the backport/pr-77201-to-release/7.0 branch November 3, 2022 00:07
@ghostghost locked as resolved and limited conversation to collaborators Dec 3, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-VM-meta-monoServicing-approvedApproved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@carlossanlop@vargaz@lambdageek@rbhanda@alhad-deshpande