From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6428 invoked by alias); 15 Jul 2014 20:40:38 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 6373 invoked by uid 89); 15 Jul 2014 20:40:37 -0000 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 autolearn=ham version=3.3.2 X-HELO: USA7109MR005.ACS-INC.COM Received: from usa7109mr005.acs-inc.com (HELO USA7109MR005.ACS-INC.COM) (63.87.171.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Tue, 15 Jul 2014 20:40:36 +0000 Received: from usa7109ht003.na.xerox.net ([13.41.230.29]) by USA7109MR005.ACS-INC.COM with ESMTP/TLS/AES128-SHA; 15 Jul 2014 15:40:34 -0500 Received: from USA7109MB022.na.xerox.net ([169.254.6.84]) by USA7109HT003.na.xerox.net ([13.41.230.29]) with mapi id 14.03.0174.001; Tue, 15 Jul 2014 15:40:32 -0500 From: "Nellis, Kenneth" To: "cygwin@cygwin.com" Subject: RE: pipe handling errors Date: Tue, 15 Jul 2014 20:40:00 -0000 Message-ID: <0D835E9B9CD07F40A48423F80D3B5A702E7EC98F@USA7109MB022.na.xerox.net> References: <20140715195155.GA5180@ednor.casa.cgf.cx> In-Reply-To: <20140715195155.GA5180@ednor.casa.cgf.cx> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2014-07/txt/msg00176.txt.bz2 From: Christopher Faylor >On Tue, Jul 15, 2014 at 07:17:48PM +0000, Nellis, Kenneth wrote: >>From: Nellis, Kenneth >> >>> Well, I'm getting different results with the latest snapshot.=20 >>> Instead of getting the error message, I'm getting a hang for maybe a mi= nute before it continues. >>>=20 >>> I used the following command to encourage a failure: >>>=20 >>> clear; for f in $(find */Debug -name '*Subsystem'); do echo =3D=3D=3D $= f=20 >>> =3D=3D=3D; 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=20 >>minute-long hang with a simpler command: >> >>Cygwin64> strings *Subsystem | wc -l > >What's your cwd when you run this command? Well, it *was* on a network drive, but that appears to be irrelevant: Cygwin64> date; seq 10000 | wc -l; date Tue Jul 15 16:31:52 EDT 2014 10000 Tue Jul 15 16:32:52 EDT 2014 Cygwin64> pwd /home/knellis Cygwin64> cygpath -w $PWD C:\cygwin\home\knellis Cygwin64> uname -srvmo CYGWIN_NT-6.1 1.7.31s(0.273/5/3) 20140715 15:34:37 x86_64 Cygwin Cygwin64> --Ken Nellis -- 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