-
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
System.NotImplementedException:: ILCompiler.DependencyAnalysis.ReadyToRunHelperNode.EmitInlineTLSAccess #97168
Comments
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue DetailsBuild InformationBuild: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=531462 Error MessageFill the error message using step by step known issues guidance. {
"ErrorMessage": "ILCompiler.DependencyAnalysis.ReadyToRunHelperNode.EmitInlineTLSAccess",
"ErrorPattern": "",
"BuildRetry": false,
"ExcludeConsoleLog": false
}
|
Introduced by #89472. @kunalspathak Number of tests in runtime-nativeaot-outerloop are failing with this crash. Could you please take a look? |
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsBuild InformationBuild: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=531462 Error MessageFill the error message using step by step known issues guidance. {
"ErrorMessage": "ILCompiler.DependencyAnalysis.ReadyToRunHelperNode.EmitInlineTLSAccess",
"ErrorPattern": "",
"BuildRetry": false,
"ExcludeConsoleLog": false
} Known issue validationBuild: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=531462
|
I will take a look |
We do not inline TLS access if there is a preference for size as seen here: runtime/src/coreclr/jit/helperexpansion.cpp Lines 445 to 460 in 2f63046
As stated in #89472 (comment), ignoring the |
The binary size increase is very small. I would be fine to take it to make things simpler. |
Yes, they are. So, I will just ignore the
|
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=531462
Build error leg or test failing: Build / windows-x64 Release NativeAOT_Checked_Libs_SizeOpt / Build product
Pull request: #97062
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=531462
Error message validated:
ILCompiler.DependencyAnalysis.ReadyToRunHelperNode.EmitInlineTLSAccess
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 1/18/2024 6:35:26 PM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: