-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
NativeAOT: Asking for Array<T> MethodTable #88287
Comments
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas Issue DetailsRepro: https://1drv.ms/u/s!AgaMhbe7wFq8m8MQC0XPpTlHpadgrg?e=uS9Aqw I was trying to debug why compilation of the repro above takes 10+ hours (never managed to actually run to the end). When running with debug version of ILCompiler I hit the following assertion early on:
Note: The assemblies were preprocessed with Xamarin ILLink steps with the following PRs applied - xamarin/xamarin-macios#18524, xamarin/xamarin-macios#18519, and xamarin/xamarin-macios#18421
|
Apparently basically all the assemblies end up as |
Looks like this may affect any publish with cc @ivanpovazan |
Interestingly, it also fails in release mode but at least it produces some warning:
There may be something wrong in the project file (although it doesn't obviously set |
This seems to be caused by inverted condition: xamarin/xamarin-macios#18530 |
Repro: https://1drv.ms/u/s!AgaMhbe7wFq8m8MQC0XPpTlHpadgrg?e=uS9Aqw
I was trying to debug why compilation of the repro above takes 10+ hours (never managed to actually run to the end). When running with debug version of ILCompiler I hit the following assertion early on:
Note: The assemblies were preprocessed with Xamarin ILLink steps with the following PRs applied - xamarin/xamarin-macios#18524, xamarin/xamarin-macios#18519, and xamarin/xamarin-macios#18421
The text was updated successfully, but these errors were encountered: