From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 3B2BC3851170 for ; Mon, 4 Jul 2022 13:24:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3B2BC3851170 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 8E3D9302AB2C for ; Mon, 4 Jul 2022 15:24:13 +0200 (CEST) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 463CC404AC7E; Mon, 4 Jul 2022 15:24:13 +0200 (CEST) Message-ID: <50cf8d6e67d81153b82744b22dcf4491d9bc7aa1.camel@klomp.org> Subject: Re: [PATCH] Redirect stder in gdb-add-index.sh test From: Mark Wielaard To: dwz@sourceware.org Date: Mon, 04 Jul 2022 15:24:13 +0200 In-Reply-To: <20220701231100.105315-1-mark@klomp.org> References: <20220701231100.105315-1-mark@klomp.org> 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=-5.7 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: dwz@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Dwz mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2022 13:24:16 -0000 Hi, On Sat, 2022-07-02 at 01:11 +0200, Mark Wielaard wrote: > gdb-add-index might produce an error message on stderr when trying to > disable debuginfod support. Any message to stderr makes the testcase > fail. This looks like a gdb bug: > https://sourceware.org/bugzilla/show_bug.cgi?id=3D29316 > But it is easy to workaround by redirecting stderr to stdout. Pushed. Mark