This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: [ANNOUNCEMENT] TEST: Cygwin 3.1.0-0.2
- From: Takashi Yano <takashi dot yano at nifty dot ne dot jp>
- To: cygwin at cygwin dot com
- Date: Mon, 19 Aug 2019 21:49:07 +0900
- Subject: Re: [ANNOUNCEMENT] TEST: Cygwin 3.1.0-0.2
- Dkim-filter: OpenDKIM Filter v2.10.3 conssluserg-04.nifty.com x7JCn5qE021768
- References: <announce.20190819103956.GK11632@calimero.vinschen.de>
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.yano@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