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

syscall: fd passing fails on FreeBSD #3348

Closed
bradfitz opened this issue Mar 19, 2012 · 8 comments
Closed

syscall: fd passing fails on FreeBSD #3348

bradfitz opened this issue Mar 19, 2012 · 8 comments
Labels
FrozenDueToAge Suggested Issues that may be good for new contributors looking for work to do.
Milestone

Comments

@bradfitz
Copy link
Contributor

This test fails on FreeBSD:

http://code.google.com/p/go/source/detail?r=160ec5506cb7740be6702e5996fa05059578c4a5

The test is now removed from the tree, so:

$ hg update -C 160ec5506cb
and then edit src/pkg/syscall/passfd_test.go to change "probablyfreebsd" to
"freebsd", then watch it fail:

ReadAll reads "", <nil>, not the expected string.

I tried to run it under truss -f to watch the system calls, but that hung my (remote)
VM, and now I no longer have a FreeBSD machine.
@bradfitz
Copy link
Contributor Author

Comment 1:

Labels changed: added os-freebsd.

@rsc
Copy link
Contributor

rsc commented Sep 12, 2012

Comment 3:

Status changed to Accepted.

@rsc
Copy link
Contributor

rsc commented Sep 12, 2012

Comment 4:

Labels changed: added go1.1.

@rsc
Copy link
Contributor

rsc commented Dec 10, 2012

Comment 5:

Labels changed: added size-m.

@rsc
Copy link
Contributor

rsc commented Dec 10, 2012

Comment 6:

Labels changed: added suggested.

@davecheney
Copy link
Contributor

Comment 7:

Thanks to a tip from dho I believe I am a step closer to solving this problem. On the
32bit systems I have access too freebsd/386 9.1 and freebsd/arm 10-CURRENT, the
passfd_test.go tests pass.

Owner changed to @davecheney.

@minux
Copy link
Member

minux commented Feb 25, 2013

Comment 8:

great. i'm willing to help testing it on freebsd/amd64.

@davecheney
Copy link
Contributor

Comment 9:

This issue was closed by revision 98d44d1.

Status changed to Fixed.

@bradfitz bradfitz added fixed Suggested Issues that may be good for new contributors looking for work to do. labels Feb 26, 2013
@rsc rsc added this to the Go1.1 milestone Apr 14, 2015
@rsc rsc removed the go1.1 label Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge Suggested Issues that may be good for new contributors looking for work to do.
Projects
None yet
Development

No branches or pull requests

5 participants