-
Notifications
You must be signed in to change notification settings - Fork 27
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
Invalid Standard Handle Panic on Windows Server 2012 #26
Comments
FabianKramm
changed the title
Panic on Windows Server 2012
Invalid Standard Handle Panic on Windows Server 2012
Apr 7, 2021
n4j
added a commit
to n4j/term
that referenced
this issue
Jun 8, 2021
Upgraded version of Azure/go-ansiterm from v0.0.0-20170929234023-d6e3b3328b78 to v0.0.0-20210608035416-43c61cb656b4 which fixes issue moby#26, kubernetes/kubernetes#102404 and docker/for-win#9770 Latest version of go-ansiterm is compatible with the stdin, stdout and stderr flags passed to `winterm.GetStdFile` function from package `golang.org/x/sys/windows` and it's also backwards compatible with `syscall` package as well
n4j
added a commit
to n4j/term
that referenced
this issue
Jun 8, 2021
Upgraded version of Azure/go-ansiterm from v0.0.0-20170929234023-d6e3b3328b78 to v0.0.0-20210608035416-43c61cb656b4 which fixes issue moby#26, kubernetes/kubernetes#102404 and docker/for-win#9770 Latest version of go-ansiterm is compatible with the stdin, stdout and stderr flags passed to `winterm.GetStdFile` function from package `golang.org/x/sys/windows` and it's also backwards compatible with `syscall` package as well Signed-off-by: n4j <neerajx86@gmail.com>
This was referenced Jun 10, 2021
Merged
@FabianKramm this issue is fixed in the latest version of moby-term. Can you please check? |
@FabianKramm Did you get a chance to look at this? If we are good here then can we close this issue? |
@n4j Sorry for the delay, I was quite busy the last days. Just confirmed the newest version works on Windows Server 2012 now, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
Since PR #9 we receive the following panic with the moby/term package on a windows server 2012 within a powershell (it worked fine before that), when trying to call
term.StdStreams()
:Its essentially the same error as described in for-win. Maybe I'm mistaken, but I though the PR #9 would replace the github.com/Azure/go-ansiterm package completely, however it seems to be still used in windows/ansi_reader.go, which could cause this issue.
The text was updated successfully, but these errors were encountered: