Closed GoogleCodeExporter closed 8 years ago
It's a Cygwin issue that affects rxvt and xterm too, and it's not just the up
arrow that triggers it but any key press that sends something to the program.
The two processes end up in a deadlock, both waiting for the other to read
their output, i.e. you'll see something like the following in the output of
'ps'. Note the 'O' for output in the first column.
PID PPID PGID WINPID TTY UID STIME COMMAND
O 800 1 800 800 ? 1004 14:34:28 /usr/bin/mintty
O 5068 4040 5068 284 pty0 1004 14:34:49 /usr/bin/cat
Kill the cat, and the terminal will continue normally.
Original comment by andy.koppe
on 20 May 2012 at 1:41
Original issue reported on code.google.com by
nathan.r...@infotechfl.com
on 14 May 2012 at 4:56Attachments: