You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test case tests/src/Loader/classloader/generics/regressions/DD117522/Test.csproj contains a malformed infinitely recursive generic type definition. During app execution, this is correctly handled by throwing a TypeLoadException. However, CrossGen isn't able to handle this correctly, and either crashes with a stack overflow (on Windows) or hangs (on Ubuntu). This test case is being temporarily disabled by dotnet/coreclr#5122, but we need to find a proper fix for this in CrossGen.