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

disable new EH on win-arm64 #102052

Merged
merged 1 commit into from
May 9, 2024
Merged

Conversation

mangod9
Copy link
Member

@mangod9 mangod9 commented May 9, 2024

Workaround to fix an SDK issue on windows arm64. This will disable new Exception Handling for this platform while we investigate the issue.

Copy link
Contributor

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

Copy link
Member

@tommcdon tommcdon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

Copy link
Member

@jeffschwMSFT jeffschwMSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is needed for both X64 and Arm64, correct?

@mangod9 mangod9 merged commit acd3175 into dotnet:main May 9, 2024
89 checks passed
@mangod9
Copy link
Member Author

mangod9 commented May 9, 2024

/backport to release/8.0-staging (Sorry wrong backport)

Copy link
Contributor

github-actions bot commented May 9, 2024

Started backporting to release/8.0-staging: https://github.com/dotnet/runtime/actions/runs/9023891273

Copy link
Contributor

github-actions bot commented May 9, 2024

@mangod9 backporting to release/8.0-staging failed, the patch most likely resulted in conflicts:

$ git am --3way --ignore-whitespace --keep-non-patch changes.patch

Applying: disable new EH on win-arm64
.git/rebase-apply/patch:13: trailing whitespace.
#if defined(HOST_WINDOWS) && defined(TARGET_ARM64) 
warning: 1 line adds whitespace errors.
Using index info to reconstruct a base tree...
M	src/coreclr/inc/clrconfigvalues.h
Falling back to patching base and 3-way merge...
Auto-merging src/coreclr/inc/clrconfigvalues.h
CONFLICT (content): Merge conflict in src/coreclr/inc/clrconfigvalues.h
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 disable new EH on win-arm64
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128

Please backport manually!

Copy link
Contributor

github-actions bot commented May 9, 2024

@mangod9 an error occurred while backporting to release/8.0-staging, please check the run log for details!

Error: git am failed, most likely due to a merge conflict.

@mangod9
Copy link
Member Author

mangod9 commented May 9, 2024

/backport to release/9.0-preview4

Copy link
Contributor

github-actions bot commented May 9, 2024

Started backporting to release/9.0-preview4: https://github.com/dotnet/runtime/actions/runs/9023912075

Ruihan-Yin pushed a commit to Ruihan-Yin/runtime that referenced this pull request May 30, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jun 9, 2024
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