This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ANNOUNCEMENT] TEST: Cygwin 3.0.0-0.6


On Feb  5 13:02, Michael Haubenwallner wrote:
> 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.

There's a thinko in the new /proc/PID/fd reopen code as far as
pipes are concerned.


Investigating...
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

Attachment: signature.asc
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]