Skip to content

net/http: failures with ERROR_OPERATION_ABORTED on windows/arm64 #53584

Closed as not planned
@bcmills

Description

@bcmills
--- FAIL: TestServerHijackGetsBackgroundByte (0.00s)
    serve_test.go:5911: Peek = "", read tcp 127.0.0.1:51202->127.0.0.1:51203: wsarecv: The I/O operation has been aborted because of either a thread exit or an application request.; want foo, nil
    serve_test.go:5916: context unexpectedly canceled
FAIL
FAIL	net/http	7.162s

greplogs -l -e 'The I/O operation has been aborted(?:.*\n)*FAIL\s+net/http'
2022-06-28T16:57:18-533082d/windows-arm64-11

This is the same error message observed on this platform (in a different test) in #52893.

This error code seems to be ERROR_OPERATION_ABORTED.
(https://docs.microsoft.com/en-us/windows/win32/debug/system-error-codes--500-999-)

(CC @neild @golang/windows @qmuntal)

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.OS-WindowsWaitingForInfoIssue is not actionable because of missing required information, which needs to be provided.arch-arm64

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions