-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
console running WSL is unresponsive when running program with lots of output #198
Comments
Is there anything I can do to help get this resolved? Were there any difficulties reproducing the issue? |
This is a very annoying issue for me and time thief since it can take 10 seconds to switch in tmux while some process is printing a lot in the current window. Have you looked into this issue? |
@kaddkaka we're looking into perf all the time. What version of the traditional windows console host (because that's what this bug was reported against) are you using? |
Where can I see which version I have? I installed WSL Ubuntu and started my "Ubuntu terminal" from the start menu. If I do
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hi all, Has there been any progress towards a fix for this? The problem seems to be your common or garden starvation of user input when large amounts of output are being produced. I'm able to reproduce this issue with the following software versions:
As the original poster suggested, this problem is obstructive for doing real work in the terminal, since it prevents job control precisely when it is needed the most. Let me know if I can offer any other information or help in any other way to move this forward. Thanks. |
@lhecker didn't you improve something around this recently with the ticket lock? |
@miniksa @squrky Oh yeah I fixed this in #10653. I had my terminal freeze for up to a minute under certain conditions. The fix will be released very soon in Windows Terminal Preview v1.11.2421.0 (I wonder if it‘ll be released today… *wink*). I‘m very confident in my fix so I‘ll take the liberty to close this issue. |
ver
at a Windows Command Prompt)Microsoft Windows [Version 10.0.17134.81]
This is on a Surface Book 2, happens when on battery or connected to power. There is no external display attached.
In WSL for Ubuntu 18.04, do the following:
sudo apt-get install git
and clone react-native-windows.git clone https://github.com/Microsoft/react-native-windows
npm install
node_modules/.bin/eslint .
eslint has thousands of warnings. Try and control+C to break out of eslint. It won't work.
try to click the close button on the WSL console Window. it doesn't response. the eslint output just keeps going and going.
walk away for 20-30 minutes. when eslint stops running, you'll see the control+C and/or window close finally take effect.
The text was updated successfully, but these errors were encountered: