From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 107153 invoked by alias); 14 Dec 2015 00:03:15 -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 107123 invoked by uid 89); 14 Dec 2015 00:03:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.9 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 X-HELO: smtprelay.hostedemail.com Received: from smtprelay0033.hostedemail.com (HELO smtprelay.hostedemail.com) (216.40.44.33) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 14 Dec 2015 00:03:13 +0000 Received: from filter.hostedemail.com (unknown [216.40.38.60]) by smtprelay05.hostedemail.com (Postfix) with ESMTP id 5954126919A for ; Mon, 14 Dec 2015 00:03:11 +0000 (UTC) X-Session-Marker: 6A62656E6973746F6E40756B322E6E6574 X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,jon@beniston.com,:,RULES_HIT:10:41:355:379:421:541:542:973:988:989:1155:1260:1277:1311:1313:1314:1345:1381:1437:1515:1516:1518:1534:1540:1587:1593:1594:1711:1730:1747:1777:1792:2110:2393:2559:2562:3138:3139:3140:3141:3142:3352:3865:3866:3867:3868:3870:3871:3872:3874:4184:4250:4321:5007:6117:6119:6120:7903:10004:10400:10848:11657:11658:11914:12043:12517:12519:12555:12663:12679:13069:13071:13095:13161:13229:13311:13357:14096:14097:21060:21080:30054:30070:30075,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:1,LUA_SUMMARY:none X-HE-Tag: soup65_38e0501232d29 X-Filterd-Recvd-Size: 1671 Received: from LoftPC (cpc22-croy19-2-0-cust300.19-2.cable.virginm.net [82.43.175.45]) (Authenticated sender: jbeniston@uk2.net) by omf01.hostedemail.com (Postfix) with ESMTPA for ; Mon, 14 Dec 2015 00:03:10 +0000 (UTC) From: "Jon Beniston" To: Subject: GCC make check -jN fails with broken pipe Date: Mon, 14 Dec 2015 00:03:00 -0000 Message-ID: <000001d13602$d1781f40$74685dc0$@beniston.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-SW-Source: 2015-12/txt/msg00147.txt.bz2 Hi, I'm trying to run the GCC testsuite in parallel (i.e. -j4) on Cygwin, but it fails with " parent: sync byte write: broken pipe": make check-gcc -j4 .. Running /home/me/gcc/testsuite/gcc.c-torture/compile/compile.exp ... Running /home/me/gcc/testsuite/gcc.c-torture/compile/compile.exp ... Running /home/me/gcc/testsuite/gcc.c-torture/compile/compile.exp ... Running /home/me/gcc/testsuite/gcc.c-torture/compile/compile.exp ... parent: sync byte write: broken pipe parent: sync byte write: broken pipe Looking in the individual log files that are made (E.g. gcc/testsuite/gcc1/gcc.log), there doesn't seem to be any more info, just the broken pipe message: ... /home/me/gcc/testsuite/gcc.c-torture/compile/20000717-1.c parent: sync byte write: broken pipe The testsuite runs OK with without the -j option, and the build of GCC runs OK with -j. Has anyone else been able to run the testsuite in parallel? Cygwin installation is up to date. Cheers, Jon -- 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