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: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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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=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: To: cygwin AT cygwin DOT com From: Michael Haubenwallner Message-ID: 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: 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