From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DA0AE3858D37; Mon, 18 Mar 2024 10:27:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DA0AE3858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1710757676; bh=tldgNg9Wl8QoeGQ+TEgk0Z8W3kUFSP5ind08EOVmfCQ=; h=From:To:Subject:Date:From; b=h4SofJ2K4W0cpEJPlMcaBCnirg2QgRfT6h1hAwUHGZt4w5RWRbLQMnA1nciVvrOyP 7Ud1R2ezNOFSCJUdYf+HPFeSUyh6it069ucc4COxSsHK3+6gosUT3OsVo73lSnC6Dg 3JSg/6hT8dwzDI+s2mrjxNYTql2e/ZuzTyKgL5XY= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug corefiles/31506] New: [gdb/corefiles, aarch64] FAIL: gdb.base/corefile2.exp: renamed binfile: print/x buf_rw[0]@4 Date: Mon, 18 Mar 2024 10:27:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: corefiles X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: NEW 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 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=3D31506 Bug ID: 31506 Summary: [gdb/corefiles, aarch64] FAIL: gdb.base/corefile2.exp: renamed binfile: print/x buf_rw[0]@4 Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: corefiles Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- On aarch64-linux (debian 12), I run into: ... (gdb) file /home/linux/gdb/build/gdb/testsuite/outputs/gdb.base/corefile2/corefile2^M Reading symbols from /home/linux/gdb/build/gdb/testsuite/outputs/gdb.base/corefile2/corefile2...= ^M (gdb) print/x buf_rw[0]@4^M Cannot access memory at address 0x60090^M (gdb) FAIL: gdb.base/corefile2.exp: renamed binfile: print/x buf_rw[0]@4 ... At first glance, this looks like a relocation issue: ... (gdb) p &buf_rw[0] $1 =3D 0x60090 "" (gdb) start ... (gdb) p &buf_rw[0] $2 =3D 0xaaaaaab00090 "" .... --=20 You are receiving this mail because: You are on the CC list for the bug.=