From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id wfuBBjFSFmDMXwAAWB0awg (envelope-from ) for ; Sun, 31 Jan 2021 01:46:09 -0500 Received: by simark.ca (Postfix, from userid 112) id 063D91EF80; Sun, 31 Jan 2021 01:46:09 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.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 21AE41E945 for ; Sun, 31 Jan 2021 01:46:08 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id A3BDD39450F2; Sun, 31 Jan 2021 06:46:07 +0000 (GMT) Received: from rock.gnat.com (rock.gnat.com [IPv6:2620:20:4000:0:a9e:1ff:fe9b:1d1]) by sourceware.org (Postfix) with ESMTP id 306F93851C3E for ; Sun, 31 Jan 2021 06:46:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 306F93851C3E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=brobecker@adacore.com Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id E219C11792A for ; Sun, 31 Jan 2021 01:46:03 -0500 (EST) X-Virus-Scanned: Debian amavisd-new at gnat.com Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 1GHjFdIDllCw for ; Sun, 31 Jan 2021 01:46:03 -0500 (EST) Received: from float.home (localhost.localdomain [127.0.0.1]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by rock.gnat.com (Postfix) with ESMTPS id 8311E117928 for ; Sun, 31 Jan 2021 01:46:03 -0500 (EST) Received: by float.home (Postfix, from userid 1000) id EE8DDA1893; Sun, 31 Jan 2021 10:45:57 +0400 (+04) Date: Sun, 31 Jan 2021 10:45:57 +0400 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: GDB 10.2 release (respin) -- 2021-01-31 Update Message-ID: <20210131064557.GA72834@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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: , Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" Hi everyone, It's been 3 months since our 10.1 release, and we have since then pushed 8 fixes to the gdb-10-branch, so now is a good time to think about a corrective release. The plan would be to create the release as soon as able, so we can then start thinking about Release 11.1 soon after. For now, here is a quick status update of the things I know about. Please let me know if there are other issues that we should consider for this corrective release. Thank you! Fixed Since the Previous Update: -------------------------------- N/A for this round (this is the first update for this release ;-) ). Added Since the Last Update: ---------------------------- I'll start from the list of bugs filed for 10.2, available via: https://sourceware.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&list_id=24362&product=gdb&query_format=advanced&target_milestone=10.2 * [TomDV/SimonM/PedroA?] AddressSanitizer: heap-use-after-free of extended_remote_target in remote_async_inferior_event_handler https://sourceware.org/bugzilla/show_bug.cgi?id=26614 According to the bug, a patch was pushed on Jan 7th. Are there other fixes needed for that one, or can we close? (I'll ask on the PR) * [SimonM] SIGSEGV in follow_die_offset dwarf2/read.c:22950 https://sourceware.org/bugzilla/show_bug.cgi?id=26828 I see that Simon posted a patch series that the bug reporter confirmed fixes the issue; 2 patches were pushed, and 2 remain. [PATCH 3/4] gdb/dwarf: don't enqueue CU in maybe_queue_comp_unit if already expanded https://sourceware.org/pipermail/gdb-patches/2021-January/175265.html (asking TomT if he has an opinion) [PATCH 4/4] gdb/dwarf: create and destroy dwarf2_per_bfd's CUs-to-expand queue https://sourceware.org/pipermail/gdb-patches/2020-December/173964.html Already approved by TomT * [] [GNU/Linux, sparc64] GDB is unable to print full stack trace (got "previous frame inner to this frame" errors) https://sourceware.org/bugzilla/show_bug.cgi?id=27147 As the subject says, it's an unwinder issue. Simon was able to reproduce, and tied this issue to a specific commit adding multi-target support. It's a 9->10 regression, so it would be nice to fix, but the risk at the moment, is that the PR is currently not assigned, so there is no "champion" to look after it. Simon also requested we consider: * [SimonM] DW_FORM_rnglistx and DW_FORM_loclistx not fully supported https://sourceware.org/bugzilla/show_bug.cgi?id=26813 Simon posted a patch series on Jan 20th: [PATCH 00/13] DWARF 5 rnglists & loclists fixes (PR 26813) https://sourceware.org/pipermail/gdb-patches/2021-January/175221.html Other Ongoing Items: -------------------- < none :) > Not Critical, but Requested: ---------------------------- < none :) > -- Joel