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=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 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:17:48 +0000 Message-ID: <0D835E9B9CD07F40A48423F80D3B5A702E7EC931@USA7109MB022.na.xerox.net> References: <0D835E9B9CD07F40A48423F80D3B5A702E7EA8E1 AT USA7109MB022 DOT na DOT xerox DOT 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 > 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 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