Open
Description
What happened?
When devpod container stops (either timeout or via devpod stop
) the connected ssh sessions hangs.
Cannot type or do anything with it unless I run killall devpod
in another terminal session which is not ideal.
This only happens for sessions connected via devpod ssh
, using regular ssh into the container terminates fine.
The error is
Error tunneling to container: Process exited with status 137
What did you expect to happen instead?
Session to terminate gracefully. Even with error messages I'd expect to regain control over terminal.
How can we reproduce the bug? (as minimally and precisely as possible)
devpod up https://github.com/microsoft/vscode-remote-try-python
devpod ssh
- in terminal Adevpod stop
- in terminal B- observe terminal A hanging
Local Environment:
- DevPod Version: v0.6.15
- Operating System: mac
- ARCH of the OS: ARM64
DevPod Provider:
- Local/remote provider: docker
Anything else we need to know?