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/http: race on builders #58312

Closed
dsnet opened this issue Feb 3, 2023 · 3 comments
Closed

net/http: race on builders #58312

dsnet opened this issue Feb 3, 2023 · 3 comments

Comments

@dsnet
Copy link
Member

dsnet commented Feb 3, 2023

See https://storage.googleapis.com/go-build-log/1eab85c9/linux-amd64-race_f17b4fe3.log

This appears to be caused by https://go-review.googlesource.com/c/go/+/456555
and is almost certainly due to a io.Reader or io.Writer implementation in the unit tests being faulty.
I'm still tracing down the cause.

\cc @neild @ianlancetaylor

@dsnet
Copy link
Member Author

dsnet commented Feb 3, 2023

Closing as duplicate of #58168.

@dsnet dsnet closed this as completed Feb 3, 2023
@neild
Copy link
Contributor

neild commented Feb 3, 2023

If you find the cause, let me know, I'm actively trying to hunt it down as well.

@dsnet
Copy link
Member Author

dsnet commented Feb 3, 2023

I found a possible culprit in https://go.dev/cl/465157

@golang golang locked and limited conversation to collaborators Feb 3, 2024
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

3 participants