-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Description
Description
Last rolling build of runtime fails with following exceptions
Unhandled Exception:
StackOverflowException
[ERROR] FATAL UNHANDLED EXCEPTION: System.StackOverflowException: The requested operation caused a stack overflow.
at ExplicitTailCallNoSO.CalculateSumWithTailCall(Int32 n, Int32 sum
or
Unhandled Exception:
StackOverflowException
[ERROR] FATAL UNHANDLED EXCEPTION: System.StackOverflowException: The requested operation caused a stack overflow.
at Class1.Recurse4(Int32 depth, Object o1, Object o2)
for more info please look https://dev.azure.com/dnceng/public/_build/results?buildId=1790753&view=ms.vss-test-web.build-test-results-tab
Reproduction Steps
Check last rolling build of runtime https://runfo.azurewebsites.net/view/build/?number=1790753
Expected behavior
Tests should pass
Actual behavior
[ERROR] FATAL UNHANDLED EXCEPTION: System.StackOverflowException
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response