-
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
QUIC failures on linux #82771
Comments
Tagging subscribers to this area: @dotnet/ncl Issue DetailsI have seen various QUIC failures on arm64 linux in different PRs and in different pipelines. Symptoms vary, but here is a crash. Build InformationBuild: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=187390 Error MessageFill the error message using known issues guidance. {
"ErrorMessage": "Segmentation fault (core dumped) \"$RUNTIME_PATH/dotnet\" exec --runtimeconfig System.Net.Quic.Functional.Tests",
"BuildRetry": false,
"ErrorPattern": "",
"ExcludeConsoleLog": false
}
|
claims to be |
Ooops yes that one is amd64. There is a crash dump though. |
This is another one, probably different issue as it's a time out: https://helixre107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-heads-main-919e7e57ce2b4e4ab5/System.Net.Quic.Functional.Tests/1/console.03606f93.log?helixlogtype=result |
It does seems like some MsQuic or |
and msquic version
so this is not the updated msquic @ManickaP |
Still seeing something like this -- any ETA on a fix? |
I don't. I was trying to reproduce it running tests in loop but it did not happen. It is interesting that it seems to happen on coreclr runs. Is there something special about them? |
There is some customization -- I believe we use a checked runtime and perhaps run in a different machine pool? I don't know for sure. At least we aren't setting any crazy DOTNET env vars. |
So I tried to look for some recent crashes to get my hands on any dump, but all are already gone.
Also, some of the linked PRs have different failures, e.g.: |
I have seen various QUIC failures on arm64 linux in different PRs and in different pipelines. Symptoms vary, but here is a crash.
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=187390
Build error leg or test failing: System.Net.Quic.Functional.Tests.WorkItemExecution
Pull request: #82752
Error Message
Fill the error message using known issues guidance.
Report
Summary
The text was updated successfully, but these errors were encountered: