-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[outerloop] [NativeAOT] Segmentation fault in System.Runtime.InteropServices.Tests #95414
Comments
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas Issue DetailsError Blob{
"ErrorMessage": "Segmentation fault (core dumped) ./System.Runtime.InteropServices.Tests -notrait category=IgnoreForCI -notrait category=OuterLoop",
"BuildRetry": false,
"ErrorPattern": "",
"ExcludeConsoleLog": true
} Reproduction Steps@dotnet/ilc-contrib @dotnet/interop-contrib PTAL
|
Looks like another related to #94485. I'll revert that and investigate the issues. |
Thank you @jtschuster! This was discovered via the unrelated PR #94868 where we are enabling XUnitLogChecker for most libraries tests. I decided to temporarily skip enabling the tool for NativeAOT tests as they required some different handling, which is why the only message we see is "segmentation fault" and nothing else, unfortunateoly. But we intend to get the XUnitLogChecker tool enabled in NativeAOT as well after I merge that PR, and you should be able to see the output of the core dumps directly in the log files. |
Fixed by #95415 |
Error Blob
Reproduction Steps
@dotnet/ilc-contrib @dotnet/interop-contrib PTAL
/azp run runtime-nativeaot-outerloop
linux_musl-x64 Release NativeAOT_Libs
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=483727
Error message validated:
Segmentation fault (core dumped) ./System.Runtime.InteropServices.Tests -notrait category=IgnoreForCI -notrait category=OuterLoop
Result validation: ❌ Known issue did not match with the provided build.
Validation performed at: 11/29/2023 6:05:02 PM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: