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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=Jws DoSFsbcZDhwOeKJ34WO+UPJwSrw0AIkzIweoOrm+TgvAFkEYngPKwcqiYDv0e6mE R5j4iucTA1+bSGiBGmeFSsVa4N2plwseUFqJVAO4o3TkezPQkAi6MaLN2R6wxgNE PutnHMf6p0cLHLLnc0HcXdRovyQi7WlRLV3XWih8= 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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=qJ9IrGIE0 XW6L0kDHqPNwKBWlZM=; b=lETisvyYwwm82vnfGdyO8Hzf/h7O0JJI7qKKR0Yh6 gurEopGFo1Zw7wv/zH56/e384H7+4C0+CXQenFHJL2T8cCCbhRf0zTP1Y/HZRKAm IZIzS/n7Rup/FnKBuCupMqaOlCGPowwYFY2mC2GcFVMZu6zD2YfeQozBVSVZ21gZ I8= 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 X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_LR,TW_RW,TW_WX,TW_XR autolearn=ham version=3.3.1 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:sender:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding:x-gm-message-state; bh=cOUvIMAhVr/HoKzt2e53nyjOVMZM3IJH+QfrLaNQBtg=; b=hOdvRHYXWBZFh5jZmw+0lf1ar0qsFdcNHLV7SOxzmPEGDPxBY5XSmxWwA+TGZO/dUn s5hptvgBReR+CzmGkW7Lj5UO+3NGGe9rOPxdZaPEo0aTIFH3+ZS9XAemWUmcz5cfrlEY UtjQWv5YCV4bYGdh47skPrr90jJIca9mHISY8KdeVwlMruLVQVJ2PGBgJmgjj7fIkP+V +7SaFx5l3teCuvSTz0qR8XXXxJXNDWKMu7ho/wpe8choGPa/OJYvfngDEujKufzLRBBk qOrafzYsrbgf8VKY+9My9puhBLl3YtT+FhYDFJLINdp5hSxsYMbp6u7WXSUw/fibD8ON 138w== X-Received: by 10.66.20.230 with SMTP id q6mr30226265pae.210.1365368019111; Sun, 07 Apr 2013 13:53:39 -0700 (PDT) Message-ID: <5161DCD1.7040002@malth.us> Date: Sun, 07 Apr 2013 13:53:37 -0700 From: "Gregory M. Turner" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: cygwin64 process substitution: known bug? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQnriRki4G3rfPpim8ZVUy5tyIvwTDViC6q2gm9ms+HvhcnBsQbEyYEDWAmV6FFWHnt1EEE2 On my cygwin64, all bash process substitutions fail: $ ls -l <(echo foo) lrwxrwxrwx 1 greg None 0 Apr 7 13:20 /dev/fd/63 -> pipe:[656] $ cat <(echo foo) cat: /dev/fd/63: No such file or directory Here's an strace: http://pastebin.com/KS9766Vv Anyone know what's going on? I don't have a cygwin64 kernel/libc build tree, yet, but, if this merits further investigation, I suppose it's as good an excuse as any to build one, as this is messing up my play-time. -- gmt -- 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