Jan Kotas

Results 402 comments of Jan Kotas
trafficstars

Likely duplicate of https://github.com/dotnet/runtime/issues/103526

Stacktrace of the crash: ``` Object reference not set to an instance of an object. [D:\a\_work\1\s\Build.proj] at System.Collections.Generic.Dictionary`2.FindValue(TKey key) [D:\a\_work\1\s\Build.proj] at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value) [D:\a\_work\1\s\Build.proj] at System.ComponentModel.ReflectTypeDescriptionProvider.GetTypeData(Type type, Boolean...

Hit again in: https://dev.azure.com/dnceng-public/public/_build/results?buildId=728032&view=logs&j=a1e5d03d-3f6b-54a5-7792-bf65a0588cb6&t=67e8736e-0339-547f-63a6-bb9e4e553d48&l=104

@steveharter Could you please take a look? It is hit multiple times per day in the CI

> Condition(s) not met: \"IsChromium This is not an error message. This message is in every test log. I have fixed the pattern.

Analysis for build [712564](https://dev.azure.com/dnceng-public/public/_build/results?buildId=712564): Crash in libmsquic.so at [RecvDataReturn](https://github.com/microsoft/msquic/blob/f5bec530c8ef0824df7294f11d7b3516919899b1/src/platform/datapath_epoll.c#L2070C13-L2070C33) . Null pointer passed to InterlockedDecrement. ``` (gdb) bt #0 0xe861799c in InterlockedDecrement (Addend=0x60) at /__w/1/s/src/inc/quic_platform_posix.h:115 #1 RecvDataReturn (RecvDataChain=0x0) at /__w/1/s/src/platform/datapath_epoll.c:2067...

Hit in #104202 : https://dev.azure.com/dnceng-public/public/_build/results?buildId=726568&view=ms.vss-test-web.build-test-results-tab&runId=18247354&resultId=137390&paneView=dotnet-dnceng.dnceng-anon-build-release-tasks.helix-anon-test-information-tab

Hit in https://github.com/dotnet/runtime/pull/104264

Also opened https://github.com/NuGet/Home/issues/13551 according to the error message.

This failed again in #113416 windows-Debug-x64-coreclr_release-Windows.Amd64.Server2022.Open. From https://helixr1107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-pull-113416-merge-2f216bd0c68a49be87/System.Net.Security.Tests/3/console.734dc56a.log?helixlogtype=result: ``` System.Net.Security.Tests.SslStreamTlsResumeTests.ClientDisableTlsResume_Succeeds(testClient: True) [FAIL] TLS session resumed in round $2 Stack Trace: /_/src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamAllowTlsResumeTests.cs(99,0): at System.Net.Security.Tests.SslStreamTlsResumeTests.ClientDisableTlsResume_Succeeds(Boolean testClient) --- End of stack trace from...