From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A0439385828E; Mon, 20 Mar 2023 14:45:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A0439385828E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1679323506; bh=FOtPYAKiB7OMFXTSsrKkjl51YeDPDGsz3pz+ZeC32F0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Px8X6P8BrkbyePZ9YUdfqYldM5g9GQDvGVAAbx3CoUH05xGIz2YxDH05tcB3aL6HF O5cbd9UcMqA4j1Y2ObjY3PCyjyn2gMewHBbutXT42B0OPSkBR8GeeD4CAh7EUscFbP eJk7o/fu8W6b6LTEvMUrKKMcQpN0meMOHAWkSa9Y= From: "alexandr.miloslavskiy at syntevo dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/29871] "p tail.y ++ (diff.y / 2)" command causes crash Date: Mon, 20 Mar 2023 14:45:05 +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: 12.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: alexandr.miloslavskiy at syntevo dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey at sourceware dot org X-Bugzilla-Target-Milestone: 13.1 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=3D29871 Alexandr Miloslavskiy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexandr.miloslavskiy@synte | |vo.com --- Comment #5 from Alexandr Miloslavskiy --- The problem was standing in my way in a completely useful usecase. I was calling a function like this: (gdb) call (void)0x00007ffff6e072a0() The reason for calling it by address is that there is an ambiguous symbol n= ame for it: 1) libgcrypt.so - ps - some variable 2) libjvm.so - ps - function I want to call, exported as non-debugging symbol And I didn't find a way to disambiguate them, see https://sourceware.org/pipermail/gdb/2021-September/049677.html --=20 You are receiving this mail because: You are on the CC list for the bug.=