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:content-type:to:subject:references:date
	:mime-version:content-transfer-encoding:from:message-id
	:in-reply-to; q=dns; s=default; b=Vh1ljWX5Or9/nDgVF4jt+Ejh5Dsq0l
	54n/TmfXBmbi+v4vCKuS3M72Wz/5tk34sSJfvVQj8i5JL3SbTm2vkHPh1hAubFZ5
	dzeM5sdvnhCu3Kcb7LZhsmwtPcpV86mhD4XN4/n+OWz9iqEc+euVEtdijj2LamSK
	sJkoH/37Ie+10=
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:content-type:to:subject:references:date
	:mime-version:content-transfer-encoding:from:message-id
	:in-reply-to; s=default; bh=JQqlG7PjuSWlkiJmZ3gDXARlEwI=; b=KMOU
	6Uf9DkabNSeNBMdmYGdIQDiH3LtSTTBt0HpT17t0r5oT0RkqI31EP3nkryxjuXcz
	O6OZBD+iZCzx2UAtnAVPVWnsRrY0bR0uDNgqbJ2OQ1/ALNGXMthlBN63YlSXvXdw
	ADZPvmotD5VDfItHFoR7ICSQlAnMKOGjEF1zkSg=
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=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2
X-HELO: mailout.ish.de
X-Spam-Score: -0.01
Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes
To: cygwin@cygwin.com
Subject: Re: opendir(/dev/fd/n) should fail
References: <op.xst4m7ihp852t4@nebbiolo.upc.de> <20150122091848.GF19127@calimero.vinschen.de> <20150122135530.GG19127@calimero.vinschen.de> <op.xsvu4wjiofd6j1@nebbiolo.upc.de>
Date: Thu, 22 Jan 2015 22:47:53 -0000
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: "Helmut Karlowski" <helmut.karlowski@ish.de>
Message-ID: <op.xsvyx3pvofd6j1@nebbiolo.upc.de>
In-Reply-To: <op.xsvu4wjiofd6j1@nebbiolo.upc.de>
User-Agent: Opera Mail/12.16 (Win32)
X-IsSubscribed: yes

Am 22.01.2015, 21:25 Uhr, schrieb Helmut Karlowski:

> Am 22.01.2015, 13:55 Uhr, schrieb Corinna Vinschen:
>
>> I applied a fix and uploaded a new developer snapshot to
>> https://cygwin.com/snapshots/
>>
>> Please give it a try and report back.
>
> I can't download the snapshot - tried with several browsers, all have  
> near to 0 transfer-speed. I'll try again this WE.

Ok, now I got it, using wget and waiting 30 min for 800k ...

The test-script runs ok, but the original issue remains. No clue what  
happens:

#! /bin/bash
(set -o globstar 2>/dev/null) && set -o globstar || shopt -s globstar  
extglob
echo /dev/fd/**

 From what I observed opendir still succeeds in /dev/fd/3, and readdir  
returns the name '0' as the first entry for example.

When I have time maybe I'll try to reproduce it with a standalone-program.


-Helmut

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

