runtime icon indicating copy to clipboard operation
runtime copied to clipboard

Process terminated. Assertion failed. in System.Net.Http.Functional.Tests

Open danmoseley opened this issue 1 year ago • 3 comments

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=717514 Build error leg or test failing: System.Net.Http.Functional.Tests.WorkItemExecution Pull request: https://github.com/dotnet/runtime/pull/103873

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": ["Process terminated. Assertion failed.", "at System.Net.Quic.QuicListener.StartConnectionHandshake"],
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}
Process terminated. Assertion failed.
   at System.Net.Quic.QuicListener.StartConnectionHandshake(QuicConnection connection, SslClientHelloInfo clientHello) in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicListener.cs:line 263
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) in /_/src/libraries/System.Private.CoreLib/src/System/Threading/ExecutionContext.cs:line 264
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) in /_/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncTaskMethodBuilderT.cs:line 356
   at System.Threading.ThreadPoolWorkQueue.Dispatch() in /_/src/libraries/System.Private.CoreLib/src/System/Threading/ThreadPoolWorkQueue.cs:line 1020
   at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart() in /_/src/libraries/System.Private.CoreLib/src/System/Threading/PortableThreadPool.WorkerThread.cs:line 128
   at System.Threading.Thread.StartCallback() in /_/src/coreclr/System.Private.CoreLib/src/System/Threading/Thread.CoreCLR.cs:line 100

Known issue validation

Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=717514 Error message validated: [Process terminated. Assertion failed. at System.Net.Quic.QuicListener.StartConnectionHandshake] Result validation: :white_check_mark: Known issue matched with the provided build. Validation performed at: 6/25/2024 12:14:09 PM UTC

Report

Build Definition Test Pull Request
718455 dotnet/runtime System.Net.Quic.Tests.MsQuicTests.WriteTests dotnet/runtime#100194
717514 dotnet/runtime System.Net.Http.Functional.Tests.WorkItemExecution dotnet/runtime#103873

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 2 2

danmoseley avatar Jun 24 '24 18:06 danmoseley

Tagging subscribers to this area: @dotnet/ncl See info in area-owners.md if you want to be subscribed.

cc @rzikm

ManickaP avatar Jun 25 '24 06:06 ManickaP

I see, the assert is wrong, it should be IsFaluted || IsCancelled, I will put up a PR today.

rzikm avatar Jun 25 '24 12:06 rzikm