http://bugs.winehq.org/show_bug.cgi?id=8137
Summary: cmd hangs while reading from stdin Product: Wine Version: CVS Platform: Other OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
A user complained that cmd was hanging: http://groups.google.com/group/comp.emulators.ms-windows.wine/msg/17fcc9d103...
Sure enough, when I try $ wine cmd it now hangs on reading from stdin. It will output the prompt, but won't respond when you give a command. +relay,+file shows
0009:Call kernel32.GetStdHandle(fffffff6) ret=7edaf3b2 0009:Ret kernel32.GetStdHandle() retval=00000004 ret=7edaf3b2 0009:Call kernel32.ReadFile(00000004,0033fac4,00000400,0033fabc,00000000) ret=7edaf3d5 trace:file:ReadFile 0x4 0x33fac4 1024 0x33fabc (nil)
cmd being broken for casual commandline use is a longstanding wine tradition better honored in the breach than the observance...