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:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=Hol 053g9HjpR+n32LdmYfB3Jf1qYWut/QXDELgScX3YbvxVtxUwuQrFue5UTJ1rhUWi Sxq20VfS4pzpT5idLtog6SvzsvttnEuiOyJrpINM/ZM8FrQXlaxQYiMGIQCAdhcE +PkjcHhUeogJGSmOd2R084m+7AmvHjV6rqaldyNY= 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:mime-version :content-type:content-transfer-encoding; s=default; bh=5E3ZNJoOO mVEy/62No/tsLHrBpQ=; b=bkIwpdlC60OLPc/CTBxvwtMU1MMke333LMSvjTP3C sYiMa+i8nwR14FRXsZhuTqTxsT7Uoi/7cCimrMd4ZTq4vxFujm41RZIXpZxpub4a 2c+6jC1/hxkPBAY3YLjTkxA0li4u/m6L1+vz430SB65B4F5kC5mmw0aCFJTdDBjN zs= 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.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 X-Session-Marker: 6A62656E6973746F6E40756B322E6E6574 X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,jon AT beniston DOT 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 From: "Jon Beniston" To: Subject: GCC make check -jN fails with broken pipe Date: Mon, 14 Dec 2015 00:03:08 -0000 Message-ID: <000001d13602$d1781f40$74685dc0$@beniston.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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