https://bugs.winehq.org/show_bug.cgi?id=38039
Bug ID: 38039 Summary: linux console leaves in stty echo off mode after executing bash.exe from Wine Product: Wine Version: 1.7.35 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: fracting@gmail.com Distribution: ---
Created attachment 50674 --> https://bugs.winehq.org/attachment.cgi?id=50674 Patch: Hack console to restore "echo mode"
Steps to reproduce:
1. Install msysGit for Windows: https://github.com/msysgit/msysgit/releases/download/Git-1.9.5-preview201412...
2. cd to the directory of bash.exe
3. executing bash.exe: bin$ wine bash.exe -c "./ls -l"
4. Wine will execute bash.exe and then exectue ls.exe, the output is expected at this stage
5. try to type anything in the same Linux console after ls.exe quit
Expect result: Typed characters should be echoed back Actual result: Typed characters are not echoed back, but typed commands run as expected.
Workaround: A. execute `stty echo` to enable echo mode again B. apply the attached hack patch
https://bugs.winehq.org/show_bug.cgi?id=38039
--- Comment #1 from Dmitry Timoshkov dmitry@baikal.ru --- Duplicate of bug 25843?
https://bugs.winehq.org/show_bug.cgi?id=38039
--- Comment #2 from Qian Hong fracting@gmail.com --- (In reply to Dmitry Timoshkov from comment #1)
Duplicate of bug 25843?
I didn't dig too deep into it, but after read the bug I don't think it is a duplicate. Thanks very much for mention it BTW.
https://bugs.winehq.org/show_bug.cgi?id=38039
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://github.com/msysgit/ | |msysgit/releases/download/G | |it-1.9.5-preview20141217/Gi | |t-1.9.5-preview20141217.exe Status|NEW |RESOLVED CC| |dark.shadow4@web.de Resolution|--- |FIXED
--- Comment #3 from Fabian Maurer dark.shadow4@web.de --- This works fine as of wine-8.21, marking fixed.
https://bugs.winehq.org/show_bug.cgi?id=38039
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 9.0-rc4.