-
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
BasicObjectsRoundTripAndMatch fails #107629
Comments
Tagging subscribers to this area: @dotnet/area-system-resources |
Tagging subscribers to 'binaryformatter-migration': @adamsitnik, @bartonjs, @jeffhandley, @terrajobst |
This is hitting an assert in the JIT runtime/src/coreclr/jit/gcencode.cpp Line 3891 in f722e5c
Seems like something we should look at. Dumps are available in the failing tests. |
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
@AndyAyersMS, PTAL. |
The first two failures with the jit assert (806061 and 805378) are from a post-9.0 PR #107766 and quite likely related to the change the PR is making. The third failure is something different and (at least at this stage) is not manifestly a codegen issue.
@ericstj can you suggest new area and owner? |
Moving to @ericstj. |
Tagging subscribers to this area: @dotnet/area-system-resources |
@adamsitnik Seems like a single hit of The input data is
I noticed you made this change: #104905 in main, and are backporting it to release/9.0 in #107540. I think that PR would fix this issue. |
Resolving as the fix was backported in #107540 |
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=803627
Build error leg or test failing: System.Resources.Extensions.Tests.FormattedObject.BasicObjectTests.BasicObjectsRoundTripAndMatch
Pull request: https://github.com/dotnet/runtime.git/pull/107610
Error Message
Fill the error message using step by step known issues guidance.
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=803627
Error message validated:
[BasicObjectsRoundTripAndMatch
]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 9/10/2024 4:55:27 PM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: