From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (wildebeest.demon.nl [212.238.236.112]) by sourceware.org (Postfix) with ESMTPS id BE0783853802 for ; Thu, 17 Jun 2021 10:06:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org BE0783853802 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from tarox.wildebeest.org (83-87-18-245.cable.dynamic.v4.ziggo.nl [83.87.18.245]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 87ECC3000D18; Thu, 17 Jun 2021 12:06:06 +0200 (CEST) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 3657F4019666; Thu, 17 Jun 2021 12:06:05 +0200 (CEST) Message-ID: Subject: Re: patch/testsuite/debuginfod From: Mark Wielaard To: "Frank Ch. Eigler" , elfutils-devel@sourceware.org Date: Thu, 17 Jun 2021 12:06:05 +0200 In-Reply-To: <20210617014220.GO3758@redhat.com> References: <20210617014220.GO3758@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.28.5 (3.28.5-10.el7) Mime-Version: 1.0 X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jun 2021 10:06:10 -0000 Hi Frank, On Wed, 2021-06-16 at 21:42 -0400, Frank Ch. Eigler via Elfutils-devel wrote: > About to commit this. It explains/solves the intermittent race > condition seen on some build systems. Thanks for tracking this down. Looks correct to me. Cheers, Mark