-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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/RuntimeConfiguration/TestConfigTester/TestConfigTester.dll #103547
Comments
Tagging subscribers to this area: @mangod9 |
Failed in: runtime-coreclr gcstress-extra 20240616.3 Failed tests:
Error message:
Stack trace:
|
adding @VSadov to check if this can be reproed. |
The testcase launches a separate small program while enabling Server GC and that program hits an assert. Looks like a GC bug. Possibly just an assert that is too strict. @dotnet/gc
|
Failed in: runtime-coreclr outerloop 20240630.3 Failed tests:
Error message:
Stack trace:
|
The bug is understood. With We can't just relax the assert because this will lead to division by |
we can just give it a temp value like min gen1 size, the result from
|
Failed in: runtime-coreclr gcstress-extra 20240615.1
Failed tests:
Error message:
Stack trace:
The text was updated successfully, but these errors were encountered: