From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DF1F0384AB58; Fri, 3 May 2024 09:03:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DF1F0384AB58 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1714726999; bh=Dvf4nr9J5ZC+XbkJ4aE+Vkd2CyXUWYVVKZUHYggBtE0=; h=From:To:Subject:Date:From; b=n3TGCcjJ1baPF5zwONWBTXChIPH3Q4uZejxz5oisHQj8KPUVj1E2bSlVAGUn+kkHy qNFeNcRuemfSeXDw3iZqw+kUzkdPsNf8rEULdsUn7pgsbBEM2Sa90YuZuTlFQWteCB XMKtFC9HF+PwzyrxigJ7aYIkAtroNeCyUPfaYmCc= From: "accelerator0099 at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug c++/31696] New: internal-error: find_pc_partial_function_sym: Assertion `found' failed. Date: Fri, 03 May 2024 09:03:18 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: c++ X-Bugzilla-Version: 14.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: accelerator0099 at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31696 Bug ID: 31696 Summary: internal-error: find_pc_partial_function_sym: Assertion `found' failed. Product: gdb Version: 14.1 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ Assignee: unassigned at sourceware dot org Reporter: accelerator0099 at gmail dot com Target Milestone: --- Created attachment 15484 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D15484&action=3Ded= it read.cpp # Output: Reading symbols from a.out... (gdb) b parser::read ../../gdb/blockframe.c:298: internal-error: find_pc_partial_function_sym: Assertion `found' failed. A problem internal to GDB has been detected, further debugging may prove unreliable. ----- Backtrace ----- 0x5eeacbdca3cb ??? 0x5eeacc1d5b04 ??? 0x5eeacc2c9103 ??? 0x5eeacbda2061 ??? 0x5eeacbdb353d ??? 0x5eeacbdba88f ??? 0x5eeacbdbb044 ??? 0x5eeacbdbb981 ??? 0x5eeacbdbc5a4 ??? 0x5eeacbdbca05 ??? 0x5eeacbe067a4 ??? 0x5eeacc19a645 ??? 0x5eeacbeecb27 ??? 0x5eeacbeecbd0 ??? 0x5eeacbee69af ??? 0x7d9b11e6f97e ??? 0x5eeacbeeb413 ??? 0x5eeacbeeb633 ??? 0x5eeacc1ce78f ??? 0x5eeacc2ce30d ??? 0x5eeacc30aba9 ??? 0x5eeacc00be14 ??? 0x5eeacbd1f444 ??? 0x7d9b10e43ccf ??? 0x7d9b10e43d89 ??? 0x5eeacbd279e4 ??? 0xffffffffffffffff ??? --------------------- ../../gdb/blockframe.c:298: internal-error: find_pc_partial_function_sym: Assertion `found' failed. A problem internal to GDB has been detected, further debugging may prove unreliable. Quit this debugging session? (y or n) y This is a bug, please report it. For instructions, see: . ../../gdb/blockframe.c:298: internal-error: find_pc_partial_function_sym: Assertion `found' failed. A problem internal to GDB has been detected, further debugging may prove unreliable. Create a core file of GDB? (y or n) y # How to reproduce: $ g++ -std=3Dc++20 -Wall -g -O3 read.cpp $ gdb -q a.out And type "b parser::read" # Additional information: Source code and gcc version are in the attachments --=20 You are receiving this mail because: You are on the CC list for the bug.=