Skip to content

Linked cache entry thread safety fix - #131931

Draft
rosebyte wants to merge 2 commits into
dotnet:mainfrom
rosebyte:rosebyte-issue-46032-analysis
Draft

Linked cache entry thread safety fix#131931
rosebyte wants to merge 2 commits into
dotnet:mainfrom
rosebyte:rosebyte-issue-46032-analysis

simplify

7bdf982
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Aug 6, 2026 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Test Failures (2 tests failed)

🔹 [All failing tests from runtime]

    System.Net.Sockets.Tests.SendReceive_Task.TcpReceiveSendGetsCanceledByDispose [Console] [Details] [Artifacts] [0.25% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Data Driven SubResults
      System.Net.Sockets.Tests.SendReceive_Task.TcpReceiveSendGetsCanceledByDispose(receiveOrSend: False, ipv6Server: True, dualModeClient: False, owning: False)
      Exception Message
      System.TimeoutException : The operation has timed out.
      Stack Trace
      at System.Runtime.CompilerServices.RuntimeAsyncTaskContinuation.GetResult[T](Task task, Byte& result) in /_/src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeAsyncTaskContinuation.cs:line 139
         at System.Net.Sockets.Tests.SendReceive`1.<>c__DisplayClass21_0.<TcpReceiveSendGetsCanceledByDispose>b__0() in /_/src/libraries/System.Net.Sockets/tests/FunctionalTests/SendReceive/SendReceive.cs:line 1129
         at System.RetryHelper.ExecuteAsync(Func`1 test, Int32 maxAttempts, Func`2 backoffFunc, Predicate`1 retryWhen, String testName) in /_/src/libraries/Common/tests/TestUtilities/System/RetryHelper.cs:line 94
         at System.RetryHelper.ExecuteAsync(Func`1 test, Int32 maxAttempts, Func`2 backoffFunc, Predicate`1 retryWhen, String testName)
         at System.Net.Sockets.Tests.SendReceive`1.TcpReceiveSendGetsCanceledByDispose(Boolean receiveOrSend, Boolean ipv6Server, Boolean dualModeClient, Boolean owning) in /_/src/libraries/System.Net.Sockets/tests/FunctionalTests/SendReceive/SendReceive.cs:line 1057
      --- End of stack trace from previous location ---
    System.Net.Sockets.Tests.SocketAsyncEventArgsTest.Connect_Parallel_Fails [Console] [Details] [Artifacts] [0.13% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Exception Message
    Completed did not get called in time
    CallStack
    at System.Net.Sockets.Tests.SocketAsyncEventArgsTest.Connect_Parallel_Fails() in /_/src/libraries/System.Net.Sockets/tests/FunctionalTests/SocketAsyncEventArgsTest.cs:line 1154
       at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
       at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
       at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) in /_/src/coreclr/System.Private.CoreLib/src/System/RuntimeHandles.cs:line 1187
       at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/coreclr/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.CoreCLR.cs:line 37
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57

Was this helpful? Yes No