Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

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

Backport of #118985 to release/10.0

/cc @BrzVlad

Customer Impact

  • Customer reported
  • Found internally

Maui application can fail to build due to crash in the aot compiler. This would happen if some symbol is too long, which could happen more commonly if special characters are involved in the application, since they have longer encoding.

Regression

  • Yes
  • No

Testing

Tested locally with repro project.

Risk

Low. The fix is trivial, it just removes indirection through a buffer that was hardcoded in size.

@BrzVlad BrzVlad added the Servicing-consider Issue for next servicing release review label Aug 29, 2025
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.

approved. we can merge when ready

@jeffschwMSFT
Copy link
Member

@BrzVlad please take a look at the ci failures

@BrzVlad
Copy link
Member

BrzVlad commented Sep 4, 2025

/ba-g LLVM Failure is known and tracked. Not sure why build analysis didn't update correctly.

@steveisok steveisok enabled auto-merge (squash) September 4, 2025 10:54
@jeffschwMSFT jeffschwMSFT merged commit ba62724 into release/10.0 Sep 4, 2025
86 of 92 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Codegen-AOT-mono Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants