-
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
Mono Browser wasm Release failures on runtime rolling build #69850
Comments
This was failing before that PR too - #69517 |
And the other failure is #43200 |
I see , in rolling build it was hit first time in last 2 weeks. So we will disable tests? |
Yeah, I can disable |
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsDescriptionLast rolling build of runtime fails with following exceptions Unhandled Exception: or Unhandled Exception: Reproduction StepsCheck last rolling build of runtime https://runfo.azurewebsites.net/view/build/?number=1790753 Expected behaviorTests should pass Actual behavior[ERROR] FATAL UNHANDLED EXCEPTION: System.StackOverflowException Regression?No response Known WorkaroundsNo response ConfigurationNo response Other informationNo response
|
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
The text was updated successfully, but these errors were encountered: