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

x/net: nettest.NewLocalListener failed to bind with network unix on Android #58745

Closed
panjf2000 opened this issue Feb 27, 2023 · 3 comments
Closed
Assignees
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@panjf2000
Copy link
Member

panjf2000 commented Feb 27, 2023

Related CL: https://go.dev/cl/466015

bind: permission denied: https://build.golang.org/log/1ab7ba41e9477e02285ad54e92581200095eada1

bind: invalid argument: https://build.golang.org/log/95296c3ef99250ba8810e541faf95c15e982e6f6

Either fix that in x/net or skip the test on the Android platform.

@panjf2000 panjf2000 added the NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. label Feb 27, 2023
@gopherbot gopherbot added this to the Unreleased milestone Feb 27, 2023
@panjf2000
Copy link
Member Author

cc @ianlancetaylor @bcmills

@gopherbot
Copy link

Change https://go.dev/cl/471495 mentions this issue: os: checking for testable network before creating local listener

@cuonglm
Copy link
Member

cuonglm commented Feb 27, 2023

@panjf2000 using nettest.TestableNetwork seems to be a better choice, I sent https://go.dev/cl/471495 to fix the builder.

@cuonglm cuonglm added NeedsFix The path to resolution is known, but the work has not been done. and removed NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. labels Feb 27, 2023
@golang golang locked and limited conversation to collaborators Feb 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

4 participants