This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/18208] New: Fails in gdb.base/coredump-filter.exp in remote testing


https://sourceware.org/bugzilla/show_bug.cgi?id=18208

            Bug ID: 18208
           Summary: Fails in gdb.base/coredump-filter.exp in remote
                    testing
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: qiyao at gcc dot gnu.org

I see the following fails in the remote testing on aarch64-linux-gnu, but they
don't fail on native testing on aarch64-linux-gnu.

print/x *(char *) 0x7fb7ff6000^M
Cannot access memory at address 0x7fb7ff6000^M
(gdb) FAIL: gdb.base/coredump-filter.exp: loading and testing corefile for
non-Private-Anonymous: print/x *shared_anon ( = 0x22)

x/i $pc^M
=> 0x400b3c:    Cannot access memory at address 0x400b3c^M
(gdb) FAIL: gdb.base/coredump-filter.exp: disassembling function main for
non-Private-Anonymous: no binary: disassemble function with corefile and
without a binary

print/x *(char *) 0x7fb7ff7000^M
Cannot access memory at address 0x7fb7ff7000^M
(gdb) FAIL: gdb.base/coredump-filter.exp: loading and testing corefile for
non-Shared-Anonymous: print/x *private_anon ( = 0x11)

x/i $pc^M
=> 0x400b3c:    Cannot access memory at address 0x400b3c^M
(gdb) FAIL: gdb.base/coredump-filter.exp: disassembling function main for
non-Shared-Anonymous: no binary: disassemble function with corefile and without
a binary

print/x *(char *) 0x7fb7ff6000^M
Cannot access memory at address 0x7fb7ff6000^M
(gdb) FAIL: gdb.base/coredump-filter.exp: loading and testing corefile for
DoNotDump: print/x *shared_anon ( = 0x22)

x/i $pc^M
=> 0x400b3c:    Cannot access memory at address 0x400b3c^M
(gdb) FAIL: gdb.base/coredump-filter.exp: disassembling function main for
DoNotDump: no binary: disassemble function with corefile and without a binary

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]