X-Recipient: archive-cygwin@delorie.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:subject:references:to:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=ld/Qh8Jnb4wH3Rg4
	LmLTU8cHF0aCLB8hPucIP1DpblSQgEoQ4EPfSs0SSt0wsMbz6OJD/AHhecU5huaX
	r6ASROuo0M4YaZDTSoYHSaOj+SoFdUwdvlbUU/tBw+ZKx+WuaR4A+cCbZIf4gJXW
	S08F3bUT7N9Al1HNJ6h+f6RliAU=
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:subject:references:to:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=xBF6KOHMp6sV+ZMP6jzi+n
	g8WRg=; b=qI4yIf/cQIqmPXIkcFu1lnDg+6jnkzWx0+uQOUsH7K/s7mKEDInEJP
	7IHgmuQRG44x5wAxcJ7VwacKOxepMEJRbSrXJAYmUtlSqeo6p9gfW65BGrZ26lzS
	6bVugZXlrEpMROY86NTFsdFeLdZSo9R0J19Yq/361cY3L1R2Er410=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=0.5 required=5.0 tests=BAYES_20,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=uploaded, sleep, REPLY, haubi
X-HELO: atfriesa01.ssi-schaefer.com
Subject: Re: [ANNOUNCEMENT] TEST: Cygwin 3.0.0-0.6
References: <announce.20190202202917.GD3532@calimero.vinschen.de>
To: cygwin@cygwin.com
From: Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
Message-ID: <f0f17d30-8739-8f81-4d0f-1d809ba2bd35@ssi-schaefer.com>
Date: Tue, 5 Feb 2019 13:02:27 +0100
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0
MIME-Version: 1.0
In-Reply-To: <announce.20190202202917.GD3532@calimero.vinschen.de>
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit

On 2/2/19 9:29 PM, Corinna Vinschen wrote:
> Hi folks,
> 
> 
> I uploaded a new Cygwin test release 3.0.0-0.6

> Please test.

Ok... there's a regression since Cygwin 2.11 with bash co-processes:

 $ echo abc > >(cat)
 -bash: /dev/fd/62: No such file or directory
 $

Expected behaviour (modified for more readability):

 $ echo abc > >(read; echo "got: $REPLY") ; sleep 1
 got: abc
 $

Note that this happens even without the topic/forkables patches applied.

/haubi/

--
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

