Jan Kotas
Jan Kotas
> If these were bugs, they weren't caught during the coherency update. Right, that's expected given how things are setup in this repo. There are no publish tests running against...
> We can likely disregard these __unwind warnings: https://github.com/dotnet/sdk/compare/main...am11:sdk:ignore-ld-warning @am11 Thank you for proposing a fix. I have merged your change into this PR and added some explanatory comments.
This was assumed to be fixed by #104340 , but it does not appear to be the case. cc @VSadov
Stack trace of the crash: ``` # Child-SP RetAddr Call Site 00 000000f5`4387dce8 00007ff8`c94adc23 ntdll!ZwWaitForMultipleObjects+0x14 [minkernel\ntdll\daytona\objfre\amd64\usrstubs.asm @ 964] 01 000000f5`4387dcf0 00007ff8`c94adaf1 KERNELBASE!WaitForMultipleObjectsEx+0x123 [minkernel\kernelbase\synch.c @ 1551] 02 000000f5`4387dfe0 00007ff8`ca080ee0 KERNELBASE!WaitForMultipleObjects+0x11 [minkernel\kernelbase\synch.c...
Similar timeout hit in #115973 - generalizing the pattern: ``` System.Net.Http.Functional.Tests: [Long Running Test] 'System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_ConnectCallback_Http11.ConnectCallback_ConnectionPrefix_Success', Elapsed: 00:02:49 System.Net.Http.Functional.Tests: [Long Running Test] 'System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_ConnectCallback_Http11.ConnectCallback_ConnectionPrefix_Success', Elapsed: 00:04:49 System.Net.Http.Functional.Tests: [Long Running Test] 'System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_ConnectCallback_Http11.ConnectCallback_ConnectionPrefix_Success', Elapsed:...
cc @kouvel Likely introduced by #106408. Note that the CI did not run trigger on this PR.
> What problem is this solving? It would be solving surprise build breaks from build images updates we get in dotnet/runtime every once in a while. Here is an example...
> if a build happens on directly on a build agent (e.g. windows), we don't have this guarantee. Yes, and we have been complaining about this for years. It was...
It was hit 3 times in last month ### Report |Build|Definition|Test|Pull Request| |---|---|---|---| |[1085600](https://dev.azure.com/dnceng-public/public/_build/results?buildId=1085600)|dotnet/runtime|[System.Security.Cryptography.Tests.WorkItemExecution](https://dev.azure.com/dnceng-public/public/_build/results?buildId=1085600&view=ms.vss-test-web.build-test-results-tab&runId=29544186&resultId=211509)|dotnet/runtime#117297| |[1076772](https://dev.azure.com/dnceng-public/public/_build/results?buildId=1076772)|dotnet/runtime|[System.Security.Cryptography.Tests.WorkItemExecution](https://dev.azure.com/dnceng-public/public/_build/results?buildId=1076772&view=ms.vss-test-web.build-test-results-tab&runId=29225546&resultId=216017)|dotnet/runtime#116934| |[1076216](https://dev.azure.com/dnceng-public/public/_build/results?buildId=1076216)|dotnet/runtime|[System.Security.Cryptography.Tests.WorkItemExecution](https://dev.azure.com/dnceng-public/public/_build/results?buildId=1076216&view=ms.vss-test-web.build-test-results-tab&runId=29204474&resultId=216196)|dotnet/runtime#116945| #### Summary |24-Hour Hit Count|7-Day Hit Count|1-Month Count| |---|---|---| |0|0|3|