-
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
JIT: Assertion failed '!"Extra flags on tree"' during 'Post-Morph' #97524
Comments
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsError Blob{
"ErrorMessage": "",
"BuildRetry": false,
"ErrorPattern": "Assertion failed '!"Extra flags on tree"'.*TryMatchAtCurrentPosition.*during 'Post-Morph'",
"ExcludeConsoleLog": false
} Reproduction StepsExample test run: https://dev.azure.com/dnceng-public/public/_build/results?buildId=540840&view=results
|
cc @dotnet/jit-contrib. This is blocking |
Most likely from one of my recent changes. Odd though since I ran libraries-jitstress in them. |
…gtCloneExpr` - Switch `GT_STORE_DYN_BLK` to be on the same plan as other indirs; add a `gtNewStoreDynBlkNode` and use `gtInitializeIndirNode` to set its flags correctly. Add support for it to `GenTree::SetIndirExceptionFlags`. Remove conservative flag setting from its constructor. - Fix propagation of `GTF_EXCEPT` from `GT_CMPXCHG`'s data source inside `GenTree::SetIndirExceptionFlags` - Set flags directly from the source node in `gtCloneExpr` Fix dotnet#97524
…gtCloneExpr` (#97541) - Switch `GT_STORE_DYN_BLK` to be on the same plan as other indirs; add a `gtNewStoreDynBlkNode` and use `gtInitializeIndirNode` to set its flags correctly. Add support for it to `GenTree::SetIndirExceptionFlags`. Remove conservative flag setting from its constructor. - Fix propagation of `GTF_EXCEPT` from `GT_CMPXCHG`'s data source inside `GenTree::SetIndirExceptionFlags` - Set flags directly from the source node in `gtCloneExpr` Fix #97524
Error Blob
Reproduction Steps
Example test run: https://dev.azure.com/dnceng-public/public/_build/results?buildId=540840&view=results
Example console log: https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-97488-merge-c4d5c6c8a7f64d9baf/System.Runtime.InteropServices.Tests/1/console.3fbb3808.log?helixlogtype=result
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=540840
Error message validated:
Extra flags on tree
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 1/25/2024 9:05:04 PM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: