-
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
Test failure - System.NullReferenceException in System.Threading.Lock.TryInitializeStatics #94728
Comments
Tagging subscribers to this area: @mangod9 Issue Details
Build InformationBuild: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=468884 Error MessageFill the error message using step by step known issues guidance. {
"ErrorMessage": "System.Threading.Lock.TryInitializeStatics",
"ErrorPattern": "",
"BuildRetry": false,
"ExcludeConsoleLog": false
}
|
@kouvel Could you please take a look? |
…sive accesses during its own class construction - `NativeRuntimeEventSource.Log` can be null if it's being constructed in the same thread earlier in the stack, added null checks Fixes dotnet#94728
…nt for recursive accesses during its own class construction (#94873) * Fix Lock's usage of NativeRuntimeEventSource.Log to account for recursive accesses during its own class construction - `NativeRuntimeEventSource.Log` can be null if it's being constructed in the same thread earlier in the stack, added null checks Fixes #94728
…nt for recursive accesses during its own class construction (dotnet#94873) * Fix Lock's usage of NativeRuntimeEventSource.Log to account for recursive accesses during its own class construction - `NativeRuntimeEventSource.Log` can be null if it's being constructed in the same thread earlier in the stack, added null checks Fixes dotnet#94728
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=468884
Build error leg or test failing: System.Net.HttpListener.Tests.WorkItemExecution
Pull request: #94692
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=468884
Error message validated:
System.Threading.Lock.TryInitializeStatics
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 11/14/2023 6:27:46 PM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: