delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2019/08/19/08:50:02

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:date:from:to:subject:message-id:in-reply-to
:references:mime-version:content-type:content-transfer-encoding;
q=dns; s=default; b=wpaFv3ACjE8jwFRSh9u6siTo/fJBXsLiCWWgxYtXcd+
/lB8iBegfQs2If6gc4zLrbs5WAFCa2H261k79X8GLXFi7N6CgMCXUcjwe7IRkrnj
AAucZruSOJkYfqNJpYd1ojJcXJUTNxlA+wtraLXBn5UxfaYSGdR27VZGL/lgyWHk
=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:date:from:to:subject:message-id:in-reply-to
:references:mime-version:content-type:content-transfer-encoding;
s=default; bh=GVr9KcE5X0naNVrl86zGvqgi1eY=; b=jka32hFjFOy+U9yEf
Scz7vy5dXDgYrCF8ul3dGF7QCxGQbLhveqAMuMZrwSUGkQ/kiDvqGRxlOq7kvXye
7C6g6ImB1punZ/ztAIb6DsWjK7GoKx2cDkyeu2MLW9xemt4iNuYCRa2TVWJLuYHb
dMOIXmYDrx/rg/5MXq51AEaLak=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-6.0 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.1 spammy=
X-HELO: conssluserg-04.nifty.com
DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-04.nifty.com x7JCn5qE021768
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1566218945; bh=c7xDVp9urwVnFBmtNl4Kv7E5wlWuvI40OjcBo0KXitI=; h=Date:From:To:Subject:In-Reply-To:References:From; b=fV3UR0XBGwirEpAaxk2r47UmfPYxfMlSCiqMOld/EjTD2hQHlksotHcziFBaqc7eA tUy1w1BQoZ+jkELpzb+CexvUBTlsNsjsuK3EHtLTqIwmqk0bpgT3dxEb0Jsv3r/B+K KPaglQ32YVcuBL9k7lI5nUAnYgggcvRiw2nxKLGm7OLeBwnubme/bOXuOCNfXLEnKf 5d2liomi7BZ7czwoy0pNnkphTBTs2ALJ4sROhgRXp9Qg0sV9mJuZjnQBzPwE9DdgNZ UXkBnFejw3NOw2hPNXJzu7gvPdU78BsGkw+36jW2b9bougIPGCX4bP4eufYh5pdU71 WDEHe2rTaJsaA==
Date: Mon, 19 Aug 2019 21:49:07 +0900
From: Takashi Yano <takashi DOT yano AT nifty DOT ne DOT jp>
To: cygwin AT cygwin DOT com
Subject: Re: [ANNOUNCEMENT] TEST: Cygwin 3.1.0-0.2
Message-Id: <20190819214907.05466c00d626590591e30c79@nifty.ne.jp>
In-Reply-To: <announce.20190819103956.GK11632@calimero.vinschen.de>
References: <announce DOT 20190819103956 DOT GK11632 AT calimero DOT vinschen DOT de>
Mime-Version: 1.0
X-IsSubscribed: yes

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 DOT yano AT nifty DOT ne DOT 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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019