From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 52F23384640E; Wed, 24 Apr 2024 22:02:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 52F23384640E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1713996134; bh=lTO3NdBuqGiwpBYrYRELk8KmMetqcviQlTGspdbCpwk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nZb9JWwB+AU5+hi7KatFml71gbNrGU9oj4dQxjux2/cLTdkxdE86liETI29qKMAZt 1kwWOnQNpafJeiy3haDWFupQbCeKzLVcU0UlSwGKa1aTifSk9bkkUf4yn+lvcaJ3A9 7klXZQfU6fDORtbfDWTMg19wNjkv0MHeOsaVCmKY= From: "dominik.b.czarnota+bugzilla at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/31669] wrong "info symbol" output, symbol shadowing, __dso_handle Date: Wed, 24 Apr 2024 22:02:13 +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: dominik.b.czarnota+bugzilla 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: 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=3D31669 Disconnect3d changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dominik.b.czarnota+bugzilla | |@gmail.com --- Comment #2 from Disconnect3d --- Btw all this can be checked even without running the binary: ``` pwndbg> info address __dso_handle Symbol "__dso_handle" is at 0x402008 in a file compiled without debugging. pwndbg> info symbol 0x402008 __dso_handle in section .rodata pwndbg> info symbol 0x402009 __dso_handle + 1 in section .rodata pwndbg> info symbol 0x402100 __dso_handle + 248 in section .rodata ``` --=20 You are receiving this mail because: You are on the CC list for the bug.=