-
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
Segfault in Compiler::fgGetPredForBlock on MacOS x64 #111563
Comments
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries |
Tagging subscribers to this area: @dotnet/ncl |
Crash in the JIT on background compilation thread. Stacktrace of the crash:
Note that the crash dump was captured that you should be able to use to find the root cause. |
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
cc @amanasifkhalid ThreeOptLayout |
I've been seeing what I think is the same crash in various superpmi-diffs/superpmi-replay jobs, e.g. https://dev.azure.com/dnceng-public/public/_build/results?buildId=923770&view=results. I am able to reproduce the crash but only with the JIT from CI and that one does not have symbols, so the debugging is a bit difficult. I see a crash in what looks like One thing I noticed is that nothing is checking that runtime/src/coreclr/jit/fgopt.cpp Line 5317 in abf8e94
|
Thanks for pointing this out. It seems odd that none of the Debug/Checked JITs are hitting asserts. Were you able to repro the failure with the Release win-x64 JIT from the build you linked? I'm unable to with SPMI replay...
In the above loop where we assign indices, if a block is part of a try region, we update the try region's |
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=921531
Build error leg or test failing: System.Net.Sockets.Tests.WorkItemExecution
Pull request: #111512
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=921531
Error message validated:
[Segmentation fault: 11 "$RUNTIME_PATH/dotnet" exec --runtimeconfig System.Net.Sockets.Tests.runtimeconfig.json --depsfile System.Net.Sockets.Tests.deps.json xunit.console.dll System.Net.Sockets.Tests.dll
]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 1/18/2025 1:11:29 AM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: