-
Notifications
You must be signed in to change notification settings - Fork 854
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
WSL Ubuntu 18.04 display freezes when cat file with some binary #5172
Comments
i usually run ssh service in WSL, and use XShell to connect to WSL. It fails in WSL but not in XShell. |
Did you try that in the new Windows Terminal? |
But also, why would you cat binary files to your terminal? |
Not intentionally doing it. When you cat a text file, it has few random non printable text, terminal hangs. It's really bad experience. All the other terminal programs handle it perfectly. |
I also encountered a similar problem, when |
This issue has been automatically closed since it has not had any activity for the past year. If you're still experiencing this issue please re-file this as a new issue or feature request. Thank you! |
freeze.gz
Please fill out the below information:
Your Windows build number: (Type
ver
at a Windows Command Prompt)Microsoft Windows [Version 10.0.18363.778]
What you're doing and what's happening: (Copy&paste the full set of specific command-line steps necessary to reproduce the behavior, and their output. Include screen shots if that helps demonstrate the problem.)
copy the attached file freeze.gz to another linux machine (mine was a remote ubuntu server).
unzip the file.
it is text file with some binary characters. you can run cat freeze | xxd to see what is inside
now ssh to the remote machine from the WSL ubuntu 18.04 terminal
run: cat freeze
This will freeze the terminal.
But if you type exit, you will exit the ssh session and things will start to work normally.
freeze.gz
The text was updated successfully, but these errors were encountered: