-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
iOS & tvOS legs are failing to AOT System.Net.Http.Json #79279
Labels
area-Codegen-AOT-mono
blocking-clean-ci
Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'
Known Build Error
Use this to report build issues in the .NET Helix tab
Comments
jkotas
added
blocking-clean-ci
Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'
Known Build Error
Use this to report build issues in the .NET Helix tab
labels
Dec 6, 2022
This was referenced Dec 6, 2022
The mono aot compiler crashes when trying to aot
|
This is due to a stack overflow in the AOT compiler. |
ghost
added
the
in-pr
There is an active PR which will close this issue when it is merged
label
Dec 6, 2022
vargaz
added a commit
to vargaz/runtime
that referenced
this issue
Dec 7, 2022
The recursion would happen if a gshared type would contain a recursive reference to it. It was triggered by the JsonTypeInfo:JsonTypeInfo<Queue<T>> field added by dotnet#78646. Fixes dotnet#79279.
vargaz
added a commit
that referenced
this issue
Dec 7, 2022
ghost
removed
in-pr
There is an active PR which will close this issue when it is merged
untriaged
New issue has not been triaged by the area owner
labels
Dec 7, 2022
ghost
locked as resolved and limited conversation to collaborators
Jan 6, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-Codegen-AOT-mono
blocking-clean-ci
Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'
Known Build Error
Use this to report build issues in the .NET Helix tab
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=102948
Build error leg or test failing: Build / Linux arm64 Release AllSubsets_Mono_LLVMFullAot_RuntimeTests llvmfullaot / LLVM AOT cross-compile CoreCLR tests
Pull request: #79226
Error Message
Fill the error message using known issues guidance.
Also, see #78580 (comment)
Report
Summary
The text was updated successfully, but these errors were encountered: