-
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 readytorun/tests/mainv2/mainv2.sh #71241
Comments
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsRun: runtime-coreclr jitstress 20220622.2 Failed test:
Error message:
More failures
|
Dup of #64544 |
In this issue, the
The code that fails to get the field size is here: runtime/src/coreclr/vm/methodtable.cpp Lines 2306 to 2307 in 38ca26b
The struct describing the field (pField) contains:
The The FieldDesc::GetSize is defined here: runtime/src/coreclr/vm/field.cpp Lines 700 to 726 in 38ca26b
That means that the Overall, since this issue is intermittent, it seems as if sometimes the |
Here is the stack trace at the failure for more details:
|
Run: runtime-coreclr jitstress 20220622.2
Failed test:
Error message:
More failures
The text was updated successfully, but these errors were encountered: