-
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
Internal CLR error. (0x80131506) in threads.cpp #110837
Comments
This comment has been minimized.
This comment has been minimized.
I have opened 879847-testhost.exe-28560-1732638273.dmp from https://github.com/user-attachments/files/17924725/dumps.zip . I see it crashing with null reference exception at this stacktrace:
This looks like a regression from the statics simplification. cc @davidwrighton |
Tagging subscribers to this area: @mangod9 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I think we also have a more recent one if it helps / applies :) |
Description
We're observing random crashes when running xUnit tests in the CI targeting net9.0:
The active test run was aborted. Reason: Test host process crashed : Fatal error. Internal CLR error. (0x80131506)
Reproduction Steps
I have no way yet to reproduce this reliably.
Minidump:
879847-testhost.exe-28560-1732638273.dmp
Expected behavior
No crash.
Actual behavior
testhost crashes with
Internal CLR error. (0x80131506)
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
This started after enabling test parallelism, so there is much more pressure on the GC and a lot of threads in use during the test run.
The text was updated successfully, but these errors were encountered: