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

os.ForkExec in limbo after executing invalid command #405

Closed
hoisie opened this issue Dec 9, 2009 · 2 comments
Closed

os.ForkExec in limbo after executing invalid command #405

hoisie opened this issue Dec 9, 2009 · 2 comments

Comments

@hoisie
Copy link
Contributor

hoisie commented Dec 9, 2009

What steps will reproduce the problem?
pid,err:= os.ForkExec("/bin/someinvalidcommand", nil, os.Environ(), 
"/home/Mike/workspace/domaintest", []*os.File{nil, nil, nil});

What is the expected output? What do you see instead?
Expected is that err will contain some kind of message like "invalid 
command". Instead, the program just hangs. 

What is your $GOOS?  $GOARCH?
linux/386

Which revision are you using?  (hg identify)
695a768153eb+ tip

Please provide any additional information below.
@rsc
Copy link
Contributor

rsc commented Dec 16, 2009

Comment 1:

This issue was closed by revision 69bed16.

Status changed to Fixed.

Merged into issue #-.

@dhobsd
Copy link
Contributor

dhobsd commented Dec 16, 2009

Comment 2:

Is this really only a linux/386 issue?

@hoisie hoisie added the fixed label Dec 16, 2009
@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.
Projects
None yet
Development

No branches or pull requests

4 participants