X-Recipient: archive-cygwin@delorie.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3693F385782F
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
	s=default; t=1619787912;
	bh=GbiuT7u7vDmut/tkzIhGmYOGZgaA1WzQF9ebMRcCFxU=;
	h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe:
	 List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
	 From;
	b=xXw8/loexO+ECHt5QCgMwdDmZH7SoPQw+eh7DuvRWkYt3qKm5igxaR9r7PNW05oi+
	 N6cIUFot1PtM7/uRJdF8YDyd/WXKDQ6nkw2TVmdK8I908m4rlxbim3j6vr/dGPggtO
	 XNr3HdnL7CghNeE9/cwMiYFSb65AIw18so0PoNMk=
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 7F265385782F
x-libjamoibt: 1601
X-CNFS-Analysis: v=2.4 cv=Adt0o1bG c=1 sm=1 tr=0 ts=608c0083 cx=a_exe
 a=Ie/zTReq2ru65vTQOZ14hg==:117 a=Ie/zTReq2ru65vTQOZ14hg==:17
 a=IkcTkHD0fZMA:10 a=w_pzkKWiAAAA:8 a=GxmKUnpBlJGnweZ7wIAA:9 a=QEXdDO2ut3YA:10
 a=sRI3_1zDfAgwuvI8zelB:22
Subject: Re: 3.2.0-1: possible regression Cygwin DDL bug (W10) when using
 multiple pipes
To: cygwin@cygwin.com
References: <499327fb-2b0d-d176-152c-58b195391b01@libero.it>
 <20210428233630.1fd7f4d01d0d452f2f1e7205@nifty.ne.jp>
 <d1b90199-1b3f-6a90-177f-85971e537ef7@libero.it>
 <20210429083930.2009d62275677f9c8c93eee6@nifty.ne.jp>
Message-ID: <1cdaac83-ce08-f70e-a138-013757107e27@libero.it>
Date: Fri, 30 Apr 2021 15:05:07 +0200
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
 Thunderbird/78.10.0
MIME-Version: 1.0
In-Reply-To: <20210429083930.2009d62275677f9c8c93eee6@nifty.ne.jp>
Content-Language: en-US
X-CMAE-Envelope: MS4xfBtVdvDRxz9mUNatG5PUHlaYzUHYMw5UAIURuVo6wVMFBrCIv/TXLpfj10G7hsTQexpkO+nmwSb7GpPlqdIt2Dd+fqlO20BEGwVkZ+vSWq3o3mULFIBy
 rpIMJzmKgS246UilTbinibB813ntC215DxrrquuCVEyxYt4mWCATdp9ESHGw7Ad3ppiZ/8s0wi6fSw==
X-Spam-Status: No, score=2.5 required=5.0 tests=BAYES_00, BODY_8BITS,
 DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF,
 FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, NICE_REPLY_A,
 RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_PASS,
 TXREP autolearn=no autolearn_force=no version=3.4.2
X-Spam-Level: **
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
 server2.sourceware.org
X-BeenThere: cygwin@cygwin.com
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
From: M2 via Cygwin <cygwin@cygwin.com>
Reply-To: M2 <m2f2@libero.it>
Content-Type: text/plain; charset="utf-8"; Format="flowed"
Errors-To: cygwin-bounces@cygwin.com
Sender: "Cygwin" <cygwin-bounces@cygwin.com>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 13UD5HmA023700

On 29/04/2021 01:39, Takashi Yano wrote:
> On Wed, 28 Apr 2021 22:17:44 +0200
> M2 via Cygwin <cygwin@cygwin.com> wrote:
>> On 28/04/2021 16:36, Takashi Yano wrote:
>>> On Wed, 28 Apr 2021 15:38:13 +0200
>>> M2 via Cygwin <cygwin@cygwin.com> wrote:
>>>> Hi,
>>>> I found a possible regression issue between cygwin 3.1.7-1 and 3.2.0-1.
>>>>
>>>> The issue happens with "short" output in multiple piping, such as the following example:
>>>>
>>>>       dir | grep c | sed "s/^/foo/" | sed "s/oo/OO/"
>>>>
>>>> (the case I run is different, but the bug is exposed by something silly/simple as this)
>>>>
>>>>
>>>> In 3.1.7, all is fine and you get what you expect.
>>>>
>>>> In 3.2.0, 3 out of 4 executions hang: the last command on the pipeline (i.e. `sed "s/oo/OO/"`)
>>>> hangs forever, while all preceding commands (i.e. both `grep c` and `sed "s/^/foo/"`) terminate correctly.
>>>>
>>>> Attached, cygcheck outputs for both 3.1.7 and 3.2.0
>>> I cannot reproduce your problem.
>>>
>>> In 64 bit cygwin:
>>>
>>> ...
>>>
>>> In 32 bit cygwin:
>>> ...
>>>
>> Some clarification: I run a mixed configuration with Cygwin commands
>> mostly ran in CMD.EXE shell.
>>
>> In my installation it seems that output from a WINDOWS console program
>> causes trouble when piped to a CYGWIN process.
>>
>> Close repetition such as loops tend to cause the bug.
>>
>> ...
> I got it. Could you please try the latest cygwin snapshot?
> https://cygwin.com/snapshots/
>
> Thanks.
>
Good news! Seems to work again/fixed in snapshot 
https://cygwin.com/snapshots/x86_64/cygwin1-20210426.dll.xz

  3533k 2021/04/30 c:\cygwin\bin\cygwin1.dll
     Cygwin DLL version info:
         DLL version: 3.2.1
         DLL epoch: 19
         DLL old termios: 5
         DLL malloc env: 28
         Cygwin conv: 181
         API major: 0
         API minor: 340
         Shared data: 5
         DLL identifier: cygwin1
         Mount registry: 3
         Cygwin registry name: Cygwin
         Installations name: Installations
         Cygdrive default prefix:
         Build date:
         Snapshot date: 20210426-14:41:00
         Shared id: cygwin1S5


Thanks!

Mauro



-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

