-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Test failure baseservices\\exceptions\\stackoverflow\\stackoverflowtester\\stackoverflowtester.cmd #63325
Comments
Failed again in: runtime-coreclr jitstress-isas-x86 20220409.1 Failed test:
Error message:
|
Failed again in: runtime-coreclr jitstress-isas-x86 20220425.1 Failed test:
Error message:
|
The arm failure was fixed in #65331, the other failures are all on x86. |
The issue happens when there was not enough stack space to initiate dumping the stack trace on another thread. That is caused by the stack overflow handling stack reserve to be less than required for the initiation. It didn't happen since April 27, so I assume the code path now consumes less stack space and it fits the reserve as expected |
Run: runtime-coreclr r2r 20211231.1
Failed test:
Error message:
The text was updated successfully, but these errors were encountered: