Hi Corinna, On Mon, 19 Aug 2019 12:39:56 +0200 Corinna Vinschen wrote: > I uploaded a new Cygwin test release 3.1.0-0.2
I tested it in a short time and confirmed the bugs I reported recently have been fixed. One small thing I found is as follows. Result of "ps | cat" in recent cygwin including this test release: $ ps | cat PID PPID PGID WINPID TTY UID STIME COMMAND 1930 1929 1930 7940 pty0 197609 21:32:53 /usr/bin/bash 1942 1930 1941 6612 pty0 197609 21:33:14 /usr/bin/bash 1941 1930 1941 1900 pty0 197609 21:33:14 /usr/bin/ps 1929 1 1929 6644 ? 197609 21:32:53 /usr/bin/mintty Expected result: $ ps | cat PID PPID PGID WINPID TTY UID STIME COMMAND 1930 1929 1930 7940 pty0 197609 21:32:53 /usr/bin/bash 1942 1930 1941 6612 pty0 197609 21:33:14 /usr/bin/cat 1941 1930 1941 1900 pty0 197609 21:33:14 /usr/bin/ps 1929 1 1929 6644 ? 197609 21:32:53 /usr/bin/mintty -- Takashi Yano <takashi.y...@nifty.ne.jp> -- 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