From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id D40CE388CEB5 for ; Wed, 8 Jun 2022 13:34:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D40CE388CEB5 Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-296-KnVQlEYnOFey8D6zn1_5Rw-1; Wed, 08 Jun 2022 09:34:25 -0400 X-MC-Unique: KnVQlEYnOFey8D6zn1_5Rw-1 Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id E17923C0CD3E; Wed, 8 Jun 2022 13:34:24 +0000 (UTC) Received: from redhat.com (unknown [10.2.16.9]) by smtp.corp.redhat.com (Postfix) with ESMTPS id CAB51492CA4; Wed, 8 Jun 2022 13:34:24 +0000 (UTC) Received: from fche by redhat.com with local (Exim 4.94.2) (envelope-from ) id 1nyvpH-0004HK-Tt; Wed, 08 Jun 2022 09:34:23 -0400 Date: Wed, 8 Jun 2022 09:34:23 -0400 From: "Frank Ch. Eigler" To: Mark Wielaard Cc: buildbot@sourceware.org, Tom Tromey , gdb-testers@sourceware.org Subject: Re: Double failure on gdb tests/bunsen Message-ID: <20220608133423.GB10842@redhat.com> References: <15ec22baa49ccb240ae97f8a9fbd532ec2d1128d.camel@klomp.org> MIME-Version: 1.0 In-Reply-To: <15ec22baa49ccb240ae97f8a9fbd532ec2d1128d.camel@klomp.org> User-Agent: Mutt/1.12.0 (2019-05-25) X-Scanned-By: MIMEDefang 2.85 on 10.11.54.9 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-10.2 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-testers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-testers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2022 13:34:28 -0000 Hi - > Could you look into the new gdb bunsen upload failures? > https://builder.sourceware.org/buildbot/#/builders?tags=gdb > This is seems to obscure a real gdb fedora s390x test failure: > https://builder.sourceware.org/buildbot/#builders/75/builds/418 > (gdb) FAIL: gdb.gdb/selftest.exp: backtrace through signal handler Sorry about that, fixed. (Note that the 418 build occurred before the bunsen changes.) - FChE