From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id V4vIMM8KYWXQag4AWB0awg (envelope-from ) for ; Fri, 24 Nov 2023 15:42:55 -0500 Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=iJ9ZiTYG; dkim-atps=neutral Received: by simark.ca (Postfix, from userid 112) id BDBBC1E0D2; Fri, 24 Nov 2023 15:42:55 -0500 (EST) Received: from server2.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 ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id AC4CB1E091 for ; Fri, 24 Nov 2023 15:42:53 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 225EC3858C35 for ; Fri, 24 Nov 2023 20:42:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 225EC3858C35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1700858573; bh=dvfHgKQ+7SOSJhuAW3nRxyDgZi+Wiw188Z1d8uqSuQk=; h=Date:Subject:To:Cc:References:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=iJ9ZiTYGyV05zCwaDDVehtuMzzcrorQcbvmQSc2Bdyn5Jh5h2GwOU6cHwlmKvsZD2 Gk8TOx3aV3HhTXz12edchJM1fFYZKduy2T5L+W5g2yhs6W4WPKXSo5XzoJ4T1K96+3 yNZHPYupdhB8sk2iRPUzR/ebzpZM4iKp5jhHv/jA= Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id 134873858D32 for ; Fri, 24 Nov 2023 20:42:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 134873858D32 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 134873858D32 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700858547; cv=none; b=uTAmL2wM9HnYPeGy7eKvm3bH/OuFcAkg6haq/KZJvTDF7YERDzYuDTM0yOQ3hw3dZ6vUiwTLCDfEMD5KzD1jIH7FU5NeGSZU3cY8AQC0d5X9UeKGIyai3ro6gHJVXIPgnyy+euJ+JGQPWMD2r0EYQzFRRr56WyhUuepQOOOctZ4= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700858547; c=relaxed/simple; bh=b8GFrPId5s6D1bEHfLPfAmVGZiQhpRfEGxEpOrAS1IU=; h=DKIM-Signature:Message-ID:Date:MIME-Version:Subject:To:From; b=uh4BJ4JjMOUwPuQX0AfDmEOIilzjVRGUmJpJ900ffhyiCpPvCibTOEo9xAaWxa6mj5C8ig9AbRGZq0VQXKCyMX+71a2IkcfzJCEGpNRWZQT5T+4xJLWUHkKvG2RN5GRieBQ+vtOTsfNrgbEdRtvzqjDvVxK6u1FOui7xZQcmXYA= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from [172.16.0.146] (192-222-143-198.qc.cable.ebox.net [192.222.143.198]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id EFB191E091; Fri, 24 Nov 2023 15:42:24 -0500 (EST) Message-ID: Date: Fri, 24 Nov 2023 15:42:24 -0500 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Assertion `idx >= 0 && idx < num_fields ()' failed. Content-Language: fr To: Tom Tromey , mail@simon-woerner.de Cc: gdb@sourceware.org References: <87wmu9hhu5.fsf@tromey.com> <77df76a0525202bbbad9520a0467a5075efbd12c@brn.li> <87o7fjxgel.fsf@tromey.com> In-Reply-To: <87o7fjxgel.fsf@tromey.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_PASS, SPF_PASS, 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@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Simon Marchi via Gdb Reply-To: Simon Marchi Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" On 11/24/23 11:30, Tom Tromey wrote: >> I'm using the latest version: >> ``` >> $ gdb --version >> GNU gdb (GDB) 13.2 >> [...] >> ``` > > I suspect this is https://sourceware.org/bugzilla/show_bug.cgi?id=29735 > which I believe is fixed for gdb 14. > > Tom You're right, I was able to reproduce and just finished bisecting it. The other crash mentionned, when using tab-completion, is also fixed, by this commit: https://gitlab.com/gnutools/binutils-gdb/-/commit/6e7eef72164c00d6a5a7b0bce9fa01f5481f33cb Simon