Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 6, 2025

Backport of #118458 to release/9.0-staging
Backport of #118459

/cc @thaystg

Customer Impact

This is a long standing debugger issue impacting MAUI customers that target iOS arm64. They experience a runtime crash after trying to step over from a previously hit breakpoint. We were incorrectly assuming the native offset from the breakpoint trampoline was always divisible by 4.

Customers could work around this by breaking somewhere else.

  • Customer reported
  • Found internally

dotnet/macios#18586
#110016

Regression

  • Yes
  • No

[If yes, specify when the regression was introduced. Provide the PR or commit if known.]

Testing

Manually tested with the user sample.

Risk

Low risk, we copied the way that was done on amd64 to arm64.

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.

lgtm. please get a code review. we will take for consideration in 9.0.x

@BrzVlad
Copy link
Member

BrzVlad commented Aug 8, 2025

This triggered issues during macios bump. It will need follow up fix #118542

@leecow leecow added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Aug 12, 2025
@leecow leecow modified the milestones: 9.0.x, 9.0.10 Aug 12, 2025
@steveisok steveisok enabled auto-merge (squash) September 3, 2025 15:49
@steveisok
Copy link
Member

/ba-g Too generic of a timeout

@steveisok steveisok merged commit 58cc46d into release/9.0-staging Sep 4, 2025
75 of 77 checks passed
@steveisok steveisok deleted the backport/pr-118458-to-release/9.0-staging branch September 4, 2025 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants