From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41825 invoked by alias); 21 Sep 2019 23:43:03 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 41816 invoked by uid 89); 21 Sep 2019 23:43:03 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=hanging, HContent-Transfer-Encoding:8bit X-HELO: mail-io1-f66.google.com Received: from mail-io1-f66.google.com (HELO mail-io1-f66.google.com) (209.85.166.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 21 Sep 2019 23:43:01 +0000 Received: by mail-io1-f66.google.com with SMTP id r26so24534139ioh.8 for ; Sat, 21 Sep 2019 16:43:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:from:to:cc:references:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=+xi6Gvj+s3dNM4O/AomfEgO/HtDp12kSG/9WOgDw+X4=; b=njZ3MT2h+3s/VU5tTxCgco9SRgbaMphRz0M0TRrhKFMpl/cYd3V/2wTJObyzY2Wv3Y PQa0QCs9Szln6M23Mat6mTRv7Zo/8f7r/GrENOpoA28qNKI8D/8hpHzcrmgEt+/AVPjL 6/XpMCxuh5TkAaQ1uUapFKEP0NtF9WlS+/BqCsviznLFr7hrMqo94NQyDR3uGovjgPg0 n7GkAuNVUqng+0pMpzRJplr1gxpaob0WBRXB+AWXYZPulhqO5QAlWtXBBevctcjayjGa JVh3Pco7TDe99NiR1oseWILDUBNrpH5u6p7ZOK3S6b7a89xkvbrJTJZQizuBnF5KEPAz JwVQ== Return-Path: Received: from [192.168.0.41] (97-118-126-194.hlrn.qwest.net. [97.118.126.194]) by smtp.gmail.com with ESMTPSA id y23sm5588642iob.28.2019.09.21.16.42.58 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 21 Sep 2019 16:42:59 -0700 (PDT) Subject: Re: gcc/testsuite/go/index0-out.x spinning From: Martin Sebor To: Ian Lance Taylor Cc: gcc mailing list References: <475e9f46-0586-37a0-07f1-4da744b88c49@gmail.com> <848897f5-9f41-fbaf-b977-5b20c3692c88@gmail.com> Message-ID: Date: Sat, 21 Sep 2019 23:43:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <848897f5-9f41-fbaf-b977-5b20c3692c88@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2019-09/txt/msg00182.txt.bz2 On 9/21/19 2:34 PM, Martin Sebor wrote: > On 9/19/19 10:56 PM, Ian Lance Taylor wrote: >> On Thu, Sep 19, 2019 at 7:10 PM Martin Sebor wrote: >>> >>> All my Fedora 30 builds on x86_64 today have gotten stuck on >>> index0-out.x spinning indefinitely.  I build and test all >>> languages, including Go, so I'm wondering if anyone else who >>> builds Go sees the same thing or if you know of a workaround. >> >> For what it's worth, I don't see this on Debian rodete at GCC SVN >> revision 275986. > > My build with the top of today's trunk also completed so it must > have been something transient.  Still strange. Looks like I spoke too soon. It's hanging/spinning again. Do you have any suggestion for how I can help debug it? Martin