-
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
Terminal crashes when WSL tab tries to display some characters. #4145
Comments
Well yep, that's a pretty easy repro. I had to change the command to include
Unfortunately, just |
Thanks for the report! This is, largely, a /dupe of #1360. |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
## Summary of the Pull Request See [my code comment](#4150 (comment)) below for technical details of the issue that caused #4145. ## PR Checklist * [x] Closes #1360, Closes #4145. * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [ ] Requires documentation to be updated * [ ] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx ## Detailed Description of the Pull Request / Additional comments TBH I kinda hope this project could migrate to an internal use of UTF-8 in the future. 😶 ## Validation Steps Performed Followed the "Steps to reproduce" in #4145 and ensured the "Expected behavior" happens.
## Summary of the Pull Request See [my code comment](#4150 (comment)) below for technical details of the issue that caused #4145. ## PR Checklist * [x] Closes #1360, Closes #4145. * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [ ] Requires documentation to be updated * [ ] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx ## Detailed Description of the Pull Request / Additional comments TBH I kinda hope this project could migrate to an internal use of UTF-8 in the future. 😶 ## Validation Steps Performed Followed the "Steps to reproduce" in #4145 and ensured the "Expected behavior" happens. (cherry picked from commit 3e6b4b5)
🎉This issue was addressed in #4150, which has now been successfully released as Handy links: |
🎉This issue was addressed in #4150, which has now been successfully released as Handy links: |
Terminal (0.7.3451.0) crashes every time I try to cat or curl a html file containing a certain tweet. The entire terminal frame hangs, white out, goes to (Not Responding).
This happens only with the WSL Ubuntu tab and not when I try to cat the same file with powershell in Terminal. It does not crash with WSL under the older 'Ubuntu' launcher from the Windows Store.
Environment
Windows 10 Pro 1909
Win32NT 10.0.18363.0 Microsoft Windows NT 10.0.18363.0
Windows Terminal (Preview) Version: 0.7.3451.0 from the Windows Store
Ubuntu 18.04.3 LTS installed from the Windows Store
Steps to reproduce
WSL Ubuntu from the Windows Store installed, Terminal from Windows Store installed
Launch Windows Terminal
Window chrome down arrow: Ubuntu
curl 'https://twitter.com/EU_Commission/status/1213399676201734146' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0'
curl starts to display the html from that url, but doesn't complete as the whole window frame hangs at some point during the output
Expected behavior
I expected the whole output from curl to be displayed, and return to the bash prompt
Actual behavior
curl starts displaying html output, but then the whole app frame including all tabs becomes unresponsive.
Although Windows displayed the "sending data to Microsoft" from the crash, I don't have a link to share as this computer has no Microsoft Account associated with it, and the feedback tool appears to require one to view crash data.
The text was updated successfully, but these errors were encountered: