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:from:to:subject:date:message-id:references
	:in-reply-to:content-type:content-transfer-encoding
	:mime-version; q=dns; s=default; b=SZqLZiWTW9NCsLqPMYclUJfhrRD3q
	ae5Bi2Q7/Q7t5b9x6L22TbnCdt71K9lohMTbTwsUswZgRRYoDJvqnMealOZPdSCy
	7xXkQ5+1SqfkVzwZNOS7V25QbsQjZ2oVnY6v25h/QddLUpO8+ds2PHjvxt4R4xvx
	xmKV5PKxv1YuKg=
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=pQWzhvtd8SpcSid3U7NMAghBloM=; b=lKm
	L+ocUznXDpKVokMq8ICOPnj7cudIEGDPtqVPil1kQrctaHdR27ZaRH3kwRvOM78E
	H6h7w1NPTK1BX02RbZt4LfAQy0S5MpWWFSUMtAwTpXI4U1C2Z51mbSIzYPY4YeZu
	Qhv62/UagrioNB69xYOz/OdEiB63qgntQ1LAfYRk=
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-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" <Kenneth.Nellis@xerox.com>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: RE: pipe handling errors
Date: Tue, 15 Jul 2014 19:17:48 +0000
Message-ID: <0D835E9B9CD07F40A48423F80D3B5A702E7EC931@USA7109MB022.na.xerox.net>
References: <0D835E9B9CD07F40A48423F80D3B5A702E7EA8E1@USA7109MB022.na.xerox.net>
In-Reply-To: <0D835E9B9CD07F40A48423F80D3B5A702E7EA8E1@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 s6FJIAcZ017662

From: Nellis, Kenneth
<snip>
> Well, I'm getting different results with the latest snapshot. 
> Instead of getting the error message, I'm getting a hang for maybe a minute before it continues.
> 
> I used the following command to encourage a failure:
> 
> clear; for f in $(find */Debug -name '*Subsystem'); do echo === $f ===; strings $f | grep '\.cpp$' | sort | uniq -c | sort -n; done
<snip>

Thought it might be useful to add that I can fairly easily get the same 
minute-long hang with a simpler command:

Cygwin64> strings *Subsystem | wc -l

--Ken Nellis

