From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from pb-smtp2.pobox.com (pb-smtp2.pobox.com [64.147.108.71]) by sourceware.org (Postfix) with ESMTPS id 1E3B63861C53 for ; Sun, 11 Jul 2021 17:05:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1E3B63861C53 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=kichwacoders.com Authentication-Results: sourceware.org; spf=none smtp.mailfrom=kichwacoders.com Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 19C0BE24BA for ; Sun, 11 Jul 2021 13:05:30 -0400 (EDT) (envelope-from jonah@kichwacoders.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h= mime-version:references:in-reply-to:from:date:message-id:subject :to:cc:content-type; s=sasl; bh=c+o/H0Hscqi1ZRFhNktZ9R2D4A3Yr8Rr lghlbaG7K34=; b=cixikO/bQkPg+jQ1EKup3rGPDeDUubSpmaG6imdXorxhNEXo L7mK0imW5hNlWmjMJHIsR3GowyOH+nEd1bJyTazXMyHkDyRom6vtneEt18DaLRzj MmDSkuwT7O695F49nYJ63sck7SCbgJtbkRh+C02jgwRqlCbQEHerJgg/D+8= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 01E66E24B8 for ; Sun, 11 Jul 2021 13:05:29 -0400 (EDT) (envelope-from jonah@kichwacoders.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=kichwacoders.com; h=mime-version:references:in-reply-to:from:date:message-id:subject:to:cc:content-type; s=mesmtp; bh=c+o/H0Hscqi1ZRFhNktZ9R2D4A3Yr8RrlghlbaG7K34=; b=rMI6LhEY/8Dwi6UyOPk1tOtUC+qblS516A89RiBl6X168slsmvq0ld6UlTQTvCZ3KmXAgry6wE07iXlJD1JxafRfbpr8JJODzsh1isl2Xjk9CDLzkmxuaXLAE8GhRcIYKnXt2XfyKuVA0UFIUF/ccATORAvibBiPYiQJz9HGrVI= Received: from mail-wm1-f53.google.com (unknown [209.85.128.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id 4FB53E24B5 for ; Sun, 11 Jul 2021 13:05:29 -0400 (EDT) (envelope-from jonah@kichwacoders.com) Received: by mail-wm1-f53.google.com with SMTP id w13so9673538wmc.3 for ; Sun, 11 Jul 2021 10:05:29 -0700 (PDT) X-Gm-Message-State: AOAM532LbE0zn+36O+TqT10N5drl2qwe+4w2adDIxOqWkzfHIb+XHXH9 rgvZDq+M6wwNlFbfEWJ5FxRmOV7t9eGZFhomHrQ= X-Google-Smtp-Source: ABdhPJyloLJIbK+WW40dKKb1TbGwZ37evOM8c3+wMgNMco7SmIboYgKSNMZIfygpSohYBsyWKXyFh9QttnESZUnrivI= X-Received: by 2002:a7b:c193:: with SMTP id y19mr10378898wmi.86.1626023128253; Sun, 11 Jul 2021 10:05:28 -0700 (PDT) MIME-Version: 1.0 References: <20210711144351.GC634772@adacore.com> In-Reply-To: <20210711144351.GC634772@adacore.com> From: Jonah Graham Date: Sun, 11 Jul 2021 13:04:52 -0400 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: GDB 11.1 release prep update (2021-07-11) To: Joel Brobecker Cc: gdb-patches@sourceware.org, bernd.edlinger@hotmail.de X-Pobox-Relay-ID: 31B74826-E26A-11EB-9130-FD8818BA3BAF-18936988!pb-smtp2.pobox.com X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, HTML_MESSAGE, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: , X-List-Received-Date: Sun, 11 Jul 2021 17:05:34 -0000 On Sun, 11 Jul 2021 at 10:44, Joel Brobecker wrote: > Hi everyone, > > Here is a quick status of where we are today, in terms of the GDB 11.1 > release. > > We branched last week (hurray!), and so far, we haven't received news > of any major issues. So we're left with the issues listed below, > with some being absolutely blocking, and others being a bit less so. > > For those who have the time and expertise, it would be awesome if > we could prioritize those issues. > > Hi Joel, I have an issue and will raise a bug (regression compared to 10.2) as soon as possible with a reproducer. In the meantime, the summary looks like doing an MI "-exec-interrupt --thread-group i1" causes an assertion failure: ~"/scratch/gdb/binutils-gdb/gdb/target.c:3768: internal-error: void target_stop(ptid_t): Assertion `!proc_target->commit_resumed_state' failed.\nA problem internal to GDB has been detected,\nfurther debugging may prove unreliable." I hit this when using Eclipse CDT on x86_64 linux. If someone recognizes this as a duplicate, please let me know. Jonah