-
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
Segmentation fault running System.Security.Cryptography.Tests #113785
Comments
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries |
Unfortunately I can't seem to get anything intelligible from lldb here (likely "skill issue"), and I can't reproduce it with the assets runfo provided. I get a clean run on alpine arm64. |
Tagging subscribers to this area: @dotnet/area-system-security, @bartonjs, @vcsjones |
Looked at This is crashing in the JIT at this callstack:
The crash appears to be caused by access of uninitialized pointer:
|
cc @AndyAyersMS |
Most likely fixed by #113879. Let's keep an eye on the table. |
The last several hits were only in #113976, and ever since that PR picked up the fix, it hasn't hit this issue. I think we can close this. |
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=988802
Build error leg or test failing: System.Security.Cryptography.Tests.WorkItemExecution
Pull request: #113759
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=988802
Error message validated:
[Segmentation fault.*dotnet.*System.Security.Cryptography.Tests
]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 3/22/2025 7:57:07 AM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: