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

panic: send on closed channel #5048

Closed
cameronbraid opened this issue Apr 2, 2020 · 2 comments
Closed

panic: send on closed channel #5048

cameronbraid opened this issue Apr 2, 2020 · 2 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@cameronbraid
Copy link

cameronbraid commented Apr 2, 2020

panic: send on closed channel
goroutine 527 [running]:
github.com/kubernetes/dashboard/src/app/backend/handler.handleTerminalSession(0x1984000, 0xc0000dd360)
	/home/travis/build/kubernetes/dashboard/src/app/backend/handler/terminal.go:205 +0x43a
created by gopkg.in/igm/sockjs-go.v2/sockjs.(*handler).sockjsWebsocket
	/home/travis/gopath/pkg/mod/gopkg.in/igm/sockjs-go.v2@v2.0.1/sockjs/websocket.go:31 +0x337
Environment

Kubernetes version: v1.17.2
Dashboard version: kubernetesui/dashboard:v2.0.0-rc7

Steps to reproduce

Not sure, I think it was when navigating from a shell window to the pod list

@cameronbraid cameronbraid added the kind/bug Categorizes issue or PR as related to a bug. label Apr 2, 2020
@floreks
Copy link
Member

floreks commented Apr 15, 2020

Seems to be related to #5064. Should be fixed by #5066. Reopen if it occurs again after we release v2.0.0. Should be done by the end of this week.

/close

@k8s-ci-robot
Copy link
Contributor

@floreks: Closing this issue.

In response to this:

Seems to be related to #5064. Should be fixed by #5066. Reopen if it occurs again after we release v2.0.0. Should be done by the end of this week.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

3 participants