Christopher Faylor wrote: >On Wed, Feb 19, 2014 at 12:52:58PM +0100, Bengt Larsson wrote: >>I start a console window, set the buffer to 1100 lines, display a lot in >>it. Start bash, type ^L: the console window resizes to be only one line. >>Same result if bash was started first, then display data, then ^L. > >Huh. That's a bad bug. Thanks for reporting. That's not something we'd >want to see in a release. > >What Windows version are you running?
Windows 7. >>) >>) - Make "ps -W" report different WINPIDs for processes that have been >>execed >>) from, e.g., cmd. >>) Addresses: http://cygwin.com/ml/cygwin/2014-02/threads.html#00382 >> >>I have not found any duplicate processes. That thread reference isn't >>particularly useful: I had to search the archives. > >If you do: > >bash -c "exec sleep 3600" > >You'd see two processes in "ps -W" but only one in "ps -ef". That seems so. ps -W: 4504 1 4504 4504 cons0 1001 15:46:40 /usr/bin/sleep 4504 1 4504 2312 cons0 1001 15:46:40 /usr/bin/sleep ps -ef: Bengt 4504 1 cons0 15:46:40 /usr/bin/sleep -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple