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 remote/14970] New: `system-supplied DSO at 0xb7fdd000' hasdisappeared; keeping its symbols.


http://sourceware.org/bugzilla/show_bug.cgi?id=14970

             Bug #: 14970
           Summary: `system-supplied DSO at 0xb7fdd000' has disappeared;
                    keeping its symbols.
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: remote
        AssignedTo: unassigned@sourceware.org
        ReportedBy: mike_wrighton@mentor.com
    Classification: Unclassified


The message

`system-supplied DSO at 0xb7fdd000' has disappeared; keeping its symbols.

appears when loading code on a remote i686 Linux target.

Steps to reproduce:

1. Compile a simple hello world program.
2. Start gdbserver with "gdbserver localhost:1234 hello".
3. In a separate terminal, start gdb with "gdb hello".
4. In the gdb terminal, run the load command.

Output:

`system-supplied DSO at 0xb7fdd000' has disappeared; keeping its symbols.
Loading section .interp, size 0x13 lma 0x8048154
Loading section .note.ABI-tag, size 0x20 lma 0x8048168
Loading section .note.gnu.build-id, size 0x24 lma 0x8048188
Loading section .gnu.hash, size 0x20 lma 0x80481ac
Loading section .dynsym, size 0x40 lma 0x80481cc
Loading section .dynstr, size 0x45 lma 0x804820c
Loading section .gnu.version, size 0x8 lma 0x8048252
Loading section .gnu.version_r, size 0x20 lma 0x804825c
Loading section .rel.dyn, size 0x8 lma 0x804827c
Loading section .rel.plt, size 0x10 lma 0x8048284
...

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]