-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
SSH from bash can freeze the console when non regular characters are outputed. #53
Comments
Does this work if you take SSH out of the equation? What happens when you run the above go script directly in WSL? If this works in powershell (running Go on Windows), but not in bash (running Go on WSL), then I'd be inclined to believe this is a WSL bug, not a console issue. |
Yes this works fine everywhere without SSH. |
This has been a long time, so we should probably try to re-repro this. |
I'm honestly kind of shocked that this 3 year old issue is still open without any traction. If this was more widespread, I'm sure we would have seen more hits... @SvenBrunk What Terminal version are you using, what |
I am using SSH: OpenSSH_8.2p1 Ubuntu-4ubuntu0.2, OpenSSL 1.1.1f 31 Mar 2020 Unfortunately when I tried today from the office it didn't happen. I will try again when I am in Homeoffice today. Maybe there is an issue in conjunction to the VPN connection. 🤔 |
tbh, given the way OP responded
then this should have probably been moved to https://github.com/PowerShell/Win32-OpenSSH/ a long time ago 😕 |
It IS connected to the VPN-connection. In Homeoffice the connection stalls. |
As a test... when the connection stalls, can you press Enter ~ .? What happens? |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. |
Hi!
Your Windows build number:
Microsoft Windows [Version 10.0.16299.192]
What you're doing and what's happening:
Run an Ubuntu VM (mine is v16) with Golang 1.9.3 installed on it (with Virtualbox for instance).
SSH from Windows bash onto that VM and run the following golang program:
go run <filename>.go
It starts outputing some characters and then freeze.
Characters outputed:
This works perfectly fine on powershell (running the program from Windows) or within the Ubuntu native terminal (from Virtualbox interface).
Regards
The text was updated successfully, but these errors were encountered: