-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[release/7.0-preview7] Fix ARM64 Unix debugging #72736
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-preview7] Fix ARM64 Unix debugging #72736
Conversation
|
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
|
Tagging subscribers to this area: @tommcdon Issue DetailsBackport of #72735 to release/7.0-preview7 /cc @hoyosjs Customer ImpactAll debugging on ARM64 Linux and macOS on coreclr will fail at startup without this change. TestingManual testing. RiskVery low - reverts to prior behavior.
|
jeffschwMSFT
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved. We will take for consideration for 7.0 preview 7
|
It's WASM linkage - I'll take a look but this change only touches CoreCLR's mscordbi, so it can't be the cause. |
|
@lewing @steveisok Looks like NPM audits are failing |
|
Approved offline. |
Backport of #72735 to release/7.0-preview7
/cc @hoyosjs
Customer Impact
All debugging on ARM64 Linux and macOS on coreclr will fail at startup without this change.
Testing
Manual testing.
Risk
Very low - reverts to prior behavior.