From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id rpSlMUvIXGW9zQsAWB0awg (envelope-from ) for ; Tue, 21 Nov 2023 10:10:03 -0500 Received: by simark.ca (Postfix, from userid 112) id BB17C1E0D2; Tue, 21 Nov 2023 10:10:03 -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 9895C1E091 for ; Tue, 21 Nov 2023 10:10:01 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 300AD3858C78 for ; Tue, 21 Nov 2023 15:10:01 +0000 (GMT) Received: from tardis.lost-in-space.net (tardis.lost-in-space.net [5.226.144.243]) by sourceware.org (Postfix) with ESMTPS id 939DD3858D33 for ; Tue, 21 Nov 2023 15:09:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 939DD3858D33 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=brn.li Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=brn.li ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 939DD3858D33 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=5.226.144.243 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700579387; cv=none; b=OB5hjna3GOS5Qoda5/n8JfeE/Xz1/uFa6YDlv1ouJ18y4TvE6sckXuu3EERzQOnkLnPsPW2PZ7Mm4VaFInFRB++950Ka2HCjplDzK0n43AIzbd36PVHXvsr9f6Qj+aORsUXEmfBHC4a/yx7MNYvui6CMsk2I9hflCW2ZOImMIp8= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700579387; c=relaxed/simple; bh=t3QgVX6hZ204wBdYeDIGyGR/RU8iICz7zylUKOcKoqU=; h=MIME-Version:Date:From:Message-ID:Subject:To; b=r0Y/MH/SJHC78EqoeII5ImRX7OFpuc+aXIQbYyVUiolzUv0524iAquFJIWLeG/ITFsIHAwue4HEaQuaU4v5kEKc/N1ONQqfKXM2Jn0J1k6ogeUFofIxG9t/Ec2CYIgiOmA82PHSxmk/zHJsgcB8Tn5tPRYfGWt0xeXswqT/WGiA= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from webmail.brief.guru (brief.guru [2a00:6340:2010:8000:d3::1]) by tardis (OpenSMTPD) with ESMTPSA id d4d5fa95 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Tue, 21 Nov 2023 15:09:40 +0000 (UTC) MIME-Version: 1.0 Date: Tue, 21 Nov 2023 15:09:39 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: sourceware.org@brn.li Message-ID: <77df76a0525202bbbad9520a0467a5075efbd12c@brn.li> TLS-Required: No Subject: Assertion `idx >= 0 && idx < num_fields ()' failed. To: gdb@sourceware.org X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_SHORT, SPF_HELO_NONE, SPF_PASS, 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: , Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" When debugging QEMU with a breakpoint at `cpu_handle_exception` GDB crash= es: ``` hit Breakpoint 1, cpu_handle_exception (cpu=3D0x5555573a2e00, ret=3D0x7ff= fffff99a4) at ../qemu-7.1.0/accel/tcg/cpu-exec.c:647 647 if (cpu->exception_index < 0) { ../../gdb/gdbtypes.h:985: internal-error: field: Assertion `idx >=3D 0 &&= idx < num_fields ()' failed. A problem internal to GDB has been detected, further debugging may prove unreliable. ----- Backtrace ----- 0x564124985b0b ??? 0x564124d6b4c4 ??? 0x564124e55503 ??? 0x5641248ffdf1 ??? 0x564124d8fc49 ??? 0x564124c9498c ??? 0x564124d7b633 ??? 0x564124c940e7 ??? 0x564124c945df ??? 0x564124d7b633 ??? 0x564124c940e7 ??? 0x564124c945df ??? 0x564124d7b633 ??? 0x564124c940e7 ??? 0x564124c945df ??? 0x564124d7b633 ??? 0x564124c484ee ??? 0x7f2db3c1abff ??? 0x7f2db3c165fc ??? 0x7f2db3c03890 ??? 0x7f2db3bf1326 ??? 0x7f2db3be3838 ??? 0x7f2db3c0955f ??? 0x7f2db3be722a ??? 0x7f2db3c2b582 ??? 0x7f2db3c2aa6d ??? 0x7f2db3be722a ??? 0x7f2db3c0955f ??? 0x7f2db3bf9b55 ??? 0x7f2db3c28b36 ??? 0x564124c2b39a ??? 0x5641249c04a4 ??? 0x564124d32ed3 ??? 0x5641249ce902 ??? 0x5641249ceda1 ??? 0x564124c4f7d7 ??? 0x7f2db3bf9ea0 ??? 0x7f2db3bd953b ??? 0x7f2db3be3838 ??? 0x7f2db3c0955f ??? 0x7f2db3bf9b55 ??? 0x7f2db3c9e680 ??? 0x564124eb084a ??? 0x564124c39162 ??? 0x564124ea1b41 ??? 0x564124b7fcbd ??? 0x564124b690de ??? 0x564124e55d7d ??? 0x564124e98fee ??? 0x564124bb5e24 ??? 0x5641248e9694 ??? 0x7f2db3445ccf ??? 0x7f2db3445d89 ??? 0x5641248f08e4 ??? 0xffffffffffffffff ??? --------------------- This is a bug, please report it. For instructions, see: . ``` Likely unrelated to #29950, as `-gstabs+` is not used. If you like me to submit bugs using your issue tracker you should make it= accessible and allow account registration. Regards, Simon W=C3=B6rner