Skip to content
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

net/rpc: TestGobError times out on Plan 9 #8908

Closed
0intro opened this issue Oct 8, 2014 · 1 comment
Closed

net/rpc: TestGobError times out on Plan 9 #8908

0intro opened this issue Oct 8, 2014 · 1 comment

Comments

@0intro
Copy link
Member

0intro commented Oct 8, 2014

What steps will reproduce the problem?

% cd /usr/go/src/net/rpc
% go test -short -run TestGobError

What is the expected output? What do you see instead?

The test is timing out because io.ReadFull (src/encoding/gob/decode.go:62)
never returns after the connection was closed.

http://build.golang.org/log/a55e8544a9552a88d32eae6d56c30b058b0237fc

This issue happens because closing the TCP connection
does not wake up the readers.

This is similar to issue #7782 and related to issue #7237.
@gopherbot
Copy link

CL https://golang.org/cl/32150 mentions this issue.

@golang golang locked and limited conversation to collaborators Oct 26, 2017
@rsc rsc unassigned 0intro Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants