From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id f/JpK44L6WA9KQAAWB0awg (envelope-from ) for ; Fri, 09 Jul 2021 22:53:02 -0400 Received: by simark.ca (Postfix, from userid 112) id A2D341EAB8; Fri, 9 Jul 2021 22:53:02 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id F0FEE1E939 for ; Fri, 9 Jul 2021 22:53:01 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id EB98C385500D for ; Sat, 10 Jul 2021 02:53:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EB98C385500D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1625885581; bh=+BM8FO2WKvhbppXZxHacP5a67rd2zOvFj69TiqRUvB4=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=qqPZ2XA2X1bWgF9bKIDT4BGqtYGAAj5lNonv/EHHUt71WmChCX/YwgqOdeNA6dJ99 C1sGBdVPXjbranPEKpYyIt2IVBvLeEh+BpUmyNEL+w7mKNK6YkYYdInW9uFeCZIYAl qqkPi6oRWCF4QRIMmKPEO07jpONUfi4aDybmrKEQ= Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTP id 18F0B39A28C3 for ; Sat, 10 Jul 2021 02:51:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 18F0B39A28C3 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-484-EMCBgoxSNbamWzIBIiKhwg-1; Fri, 09 Jul 2021 22:51:44 -0400 X-MC-Unique: EMCBgoxSNbamWzIBIiKhwg-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B87A9801107 for ; Sat, 10 Jul 2021 02:51:43 +0000 (UTC) Received: from rawhide-1.lan (ovpn-112-110.phx2.redhat.com [10.3.112.110]) by smtp.corp.redhat.com (Postfix) with ESMTP id 94FDF620DE; Sat, 10 Jul 2021 02:51:43 +0000 (UTC) To: gdb-patches@sourceware.org Subject: [PATCH 0/2] glibc-2.34: Fix gdb.base/gdb-sigterm.exp failure/error Date: Fri, 9 Jul 2021 22:51:27 -0400 Message-Id: <20210710025129.201884-1-kevinb@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Kevin Buettner via Gdb-patches Reply-To: Kevin Buettner Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" These patches fix problems that I encountered while running gdb.base/gdb-sigterm.exp on machines with a pre-release of glibc-2.34 installed. Kevin Buettner (2): Handle recursive internal problem in gdb_internal_error_resync glibc-2.34: Fix internal error when running gdb.base/gdb-sigterm.exp gdb/testsuite/lib/gdb.exp | 4 ++++ gdb/thread.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) -- 2.32.0