Skip to content
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

[mono][aot] Fix infinite recursion in the AOT dwarf emitter. #79310

Merged
merged 1 commit into from
Dec 7, 2022

Commits on Dec 7, 2022

  1. [mono][aot] Fix infinite recursion in the AOT dwarf emitter.

    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 committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    2e9700c View commit details
    Browse the repository at this point in the history