From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F106F3858409; Wed, 26 Jul 2023 19:44:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F106F3858409 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1690400676; bh=gAxFdI8wfSg2tCSA1CTD7QBBAfcdBrTJCWTuWF2aOFY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Q3PTq6RLgzo2ZsIERdewJMl3Wi8M7cIvrbWiLFg77s8IH1djVN1faEWFPsEundphN lM4Urp8vfQEgmMUIksP8TBQpzPFMKqgWVHdaSUKXNOk9KOmoraQFhVBQasdt7sGztt HVWwqZfn/XjN1GQHLA5KOY8ftpw8bubhjaKT1Ixk= From: "keiths at redhat dot com" To: gdb-prs@sourceware.org Subject: =?UTF-8?B?W0J1ZyBnZGIvMzA2NDBdIEFkZHJlc3NTYW5pdGl6ZXI6IGhlYXAt?= =?UTF-8?B?dXNlLWFmdGVyLWZyZWUgL2hvbWUvcm9vdC9zcC9EYXRhc2V0L0JpbnV0aWxz?= =?UTF-8?B?L2JpbnV0aWxzX2FmbHBwL2dkYi9jb2ZmLXBlLXJlYWQuYzoxMzc6Mjc=?= Date: Wed, 26 Jul 2023 19:44:36 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: 13.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: keiths at redhat 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: cc Message-ID: In-Reply-To: References: 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=3D30640 Keith Seitz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |keiths at redhat dot com --- Comment #2 from Keith Seitz --- Can you confirm the location on origin/master with the provided binary? The provided backtrace does not appear to be the same, i.e., add_pe_exported_sym does not appear at all in my backtrace: $ ./gdb -nx -q --data-directory data-directory UAF_2 Reading symbols from UAF_2... Fatal signal: Segmentation fault ----- Backtrace ----- 0x599064 gdb_internal_backtrace_1 ../../src/gdb/bt-utils.c:122 0x599107 _Z22gdb_internal_backtracev ../../src/gdb/bt-utils.c:168 0x782fd4 handle_fatal_signal ../../src/gdb/event-top.c:889 0x783140 handle_sigsegv ../../src/gdb/event-top.c:962 0x7f0dc145fb6f ??? 0x7f0dc1581c11 ??? 0x60b27a read_pe_truncate_name ../../src/gdb/coff-pe-read.c:249 0x60c019 _Z21read_pe_exported_symsR21minimal_symbol_readerP7objfile ../../src/gdb/coff-pe-read.c:498 0x60e0bb coff_read_minsyms ../../src/gdb/coffread.c:543 0x60e629 coff_symfile_read ../../src/gdb/coffread.c:698 0xbd975e read_symbols ../../src/gdb/symfile.c:772 0xbd9e0b syms_from_objfile_1 ../../src/gdb/symfile.c:966 0xbd9ecf syms_from_objfile ../../src/gdb/symfile.c:983 0xbda3aa symbol_file_add_with_addrs ../../src/gdb/symfile.c:1086 0xbda6eb _Z24symbol_file_add_from_bfdRKN3gdb7ref_ptrI3bfd18gdb_bfd_ref_policyEEPKc10= enum_flagsI16symfile_add_flagEPSt6vectorI14other_sectionsSaISC_EES8_I12objf= ile_flagEP7objfile ../../src/gdb/symfile.c:1166 0xbda73a _Z15symbol_file_addPKc10enum_flagsI16symfile_add_flagEPSt6vectorI14other_se= ctionsSaIS5_EES1_I12objfile_flagE ../../src/gdb/symfile.c:1179 0xbda7ff symbol_file_add_main_1 ../../src/gdb/symfile.c:1203 0xbda7a6 _Z20symbol_file_add_mainPKc10enum_flagsI16symfile_add_flagE ../../src/gdb/symfile.c:1194 0x90b1d7 symbol_file_add_main_adapter ../../src/gdb/main.c:549 0x90b0ed catch_command_errors ../../src/gdb/main.c:518 0x90c20e captured_main_1 ../../src/gdb/main.c:1203 0x90c820 captured_main ../../src/gdb/main.c:1310 0x90c8bf _Z8gdb_mainP18captured_main_args ../../src/gdb/main.c:1339 0x418c3c main ../../src/gdb/gdb.c:32 --------------------- A fatal error internal to GDB has been detected, further debugging is not possible. GDB will now terminate. This is a bug, please report it. For instructions, see: . Segmentation fault (core dumped) --=20 You are receiving this mail because: You are on the CC list for the bug.=