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:from:to:subject:date:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; q=dns; s=default; b=PaDjgmE2MhSh47hFKSXBRnB9gF5vC MLzHbJivuNu8eav99Met5Nls8KPG2SMSebiLcXjOQwj5ndRNT6gUdoH/tsoex30l /jEmxNDXvm6yHYL8w3guFPWv9DGDucI3ceI5SJzFDJ3OyWALo2IJVSGy2U5kpWL2 yLAAHxqJNOd9zE= 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:from:to:subject:date:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; s=default; bh=+7HXzbwfjTOuEh/l3YkNoVwwXDE=; b=Utc ex3L0WjRu8dG5ymGW/mLNkxBZFzI+cmbNwqz1BZxbUgpBXBZQ4kO8SOyaFqNwuN5 NR6fwgpp6GZkzEgcKoVQpk3FAUE2jq4utL/ZlmbPN9kSMgZ5T9z/xlPLyX2hQ3uY GsYqd5nzUt9Ar2V5Ny5guwjeBwDDjzz/EHJafHdk= 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-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.2 required=5.0 tests=AWL,BAYES_00,MIME_BASE64_BLANKS autolearn=ham version=3.3.2 X-HELO: USA7109MR003.ACS-INC.COM From: "Nellis, Kenneth" To: "cygwin AT cygwin DOT com" Subject: RE: pipe handling errors Date: Tue, 15 Jul 2014 19:36:20 +0000 Message-ID: <0D835E9B9CD07F40A48423F80D3B5A702E7EC95F@USA7109MB022.na.xerox.net> References: <0D835E9B9CD07F40A48423F80D3B5A702E7EC931 AT USA7109MB022 DOT na DOT xerox DOT net> In-Reply-To: <0D835E9B9CD07F40A48423F80D3B5A702E7EC931@USA7109MB022.na.xerox.net> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id s6FJaoT4018560 At the risk of annoying folks uninterested in this problem, here is a simpler test case: Cygwin64> date; seq 10000 | wc -l; date Tue Jul 15 15:30:03 EDT 2014 10000 Tue Jul 15 15:31:03 EDT 2014 Cygwin64> The output ("10000") occurs immediately and then the hang for precisely one minute before the 2nd date. As before: Cygwin64> uname -srvmo CYGWIN_NT-6.1 1.7.31s(0.273/5/3) 20140715 15:34:37 x86_64 Cygwin Cygwin64> --Ken Nellis