-
Notifications
You must be signed in to change notification settings - Fork 781
Worker thread hangs when it attempts to print an error message #1424
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
Comments
While investigating git-for-windows/git#2143 (same as #1330), I have noticed that this issue is a much more fundamental issue. In short,
Looking through the overall implementation of fd emulation (complete lack of synchronization), it doesn't look like git-for-windows/git#2143 (comment)
|
In other words, |
Forgot to paste the repro...
|
I happened to notice this core problem of #1330 that makes ssh.exe hang.
"OpenSSH for Windows" version
7.7.2.0 (v7.7.2.0p1-Beta, x64)
Server OperatingSystem
Unknown (github.com)
Client OperatingSystem
Windows 10 Pro Version 1903 Build 18362.239
What is failing
A worker thread hangs when it attempts to print an error message.
Expected Behavior
ssh.exe doesn't hang.
Actual Behavior
ssh.exe hangs.
The text was updated successfully, but these errors were encountered: