-
Notifications
You must be signed in to change notification settings - Fork 859
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
clip.exe hangs when redirecting output into it. #5648
Comments
I also do not use it often. Can't remember if it was working before the most recent update. |
dmesg? ETW? Any logs. |
Nah. Turns out it isn't limited to
Which used to work (at least to the extent the scenario didn't hang). |
Work-around I'm using is just to output to a file first and then read it in to clip.exe echo "AAAA" > file.tmp
clip.exe < file.tmp |
This is also the case with win32yank which is automatically detected by Neovim meaning it's not currently possible to yank to the system clipboard from Neovim in WSL 2.
Happy to gather additional info if someone can point me in the right direction. 🙂 |
Those are the words I was looking for. Thanks. |
This bug also breaks the git credentials manager trick to authenticate in git under WSL via the Windows credential manager ( |
This Bug also breaks Docker :/ |
Is this still not fix in build 2018? |
Not work in Microsoft Windows [Version 10.0.20180.1000] |
tnx for information i have tried to install docker in build 2018 but failed. |
$ lsb_release -r
|
I also get the same docker installation error with Build 20180 :( |
I have updated to build 2018 but when i install docker still:
|
I apologize everyone for my english! After 10 unsuccessful attempts, I thought to do reinstall windows.
|
Folks here for Docker issues. This WSL2 bug does effect Docker, it is not an issue with Docker. We are hopeful for a fix soon. Right now Windows 20175 and 20180 have this issue. You can disable the WSL2 backend in your Docker settings for now. You won't find docker in your WSL2 path anymore but you can work around this temporarily with:
Docker on the Windows side (powershell, cmd, etc) will behave normally. |
I have the same issue with 19041.423. I think it started with one of the updates. |
The cause of this issue is known and applies only to Insider builds. If you are experiencing a problem on |
Still there in 20185 :( |
win32yank.exe was working perfectly in Neovim before I join the insider program. So that this bug happens with the new build only. I guess I have to use vscode while waiting for this bug fixed :(
|
/fixed 20190. |
This bug or feature request originally submitted has been addressed in whole or in part. Related or ongoing bug or feature gaps should be opened as a new issue submission if one does not already exist. Thank you! |
I updated the windows yesterday. It's KB4566782 (OS Build 19041.450). Suddenly WSL 2 started crashing. Any fixes? |
@sajithneyo - define "crashing". This is an unrelated issue. |
@benhillis my bad. opened #5760 |
Anyways to get Docker Desktop installed? |
Since it has not been mentioned here yet: This issue can also occur with
I hope this might help someone 🙏 |
This bug seems that still persists as I'm experimenting the hangs with docker in build |
This bug seems that still persists as I'm experimenting the hangs with docker in build 4.27.2 |
Environment
Steps to reproduce
Expected behavior
AAAA get copied to my windows clipboard
Actual behavior
The command hangs and nothing is copied
The text was updated successfully, but these errors were encountered: