-
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
Assert in System.Net.Sockets.SocketAsyncEventArgs.CompleteAcceptOperation #89806
Comments
Tagging subscribers to this area: @dotnet/ncl Issue DetailsBuild InformationBuild: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=359274 Error MessageFill the error message using step by step known issues guidance. {
"ErrorMessage": "System.Net.Sockets.SocketAsyncEventArgs.CompleteAcceptOperation",
"ErrorPattern": "",
"BuildRetry": false,
"ExcludeConsoleLog": false
} Sample failure log:
Seems to be introduced in e2c6fcf#diff-31c708307a9d9c09e7e488a873803e62bfcc91a8d3fa6d9398d3c8bb13cff1afR36 cc @wfurt
|
I was not able to reproduce it locally so far. It is not clear if that is macOS specific and if there was possibility that Accept did not get peer's address before -> this is what new Asser guards. |
Doesn't seem to be specific to MacOS - looks like some hits are on linux too: |
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=359274
Build error leg or test failing: System.Net.Http.Json.Functional.Tests.WorkItemExecution
Pull request: #89537
Error Message
Fill the error message using step by step known issues guidance.
Sample failure log:
Seems to be introduced in e2c6fcf#diff-31c708307a9d9c09e7e488a873803e62bfcc91a8d3fa6d9398d3c8bb13cff1afR36 cc @wfurt
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=359274
Error message validated:
System.Net.Sockets.SocketAsyncEventArgs.CompleteAcceptOperation
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 8/1/2023 8:29:07 PM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: