Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 1, 2025

Backport of #120256 to release/10.0

Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2530461

This is a more aggressive fix on top of #119202 which proved to be insufficient when doing more testing with the maui rc2 workload.

/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 change just increases the size of a local buffer used in various places in the compiler.

Long symbol names were truncated, leading to duplicate names in the generated assembly file. This was making the compiler fail due to duplicate symbol names.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant