Re: vdso
Jan Kratochvil <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 03 Jul 2013 14:05:11 +0200, vijay nag wrote: > target_memory_read_xxxx returned EIO errno when it tried to read the > elf of linux-gate.so.1. And why? Was the address correct? > I also observed these console prints from gdb "Failed to read a valid > object file image from memory." and these logs correspond to > the same error. > > (gdb) info shared > warning: Could not load shared library symbols for linux-gate.so.1. > Do you need "set solib-search-path" or "set sysroot"? > >From To Syms Read Shared Object Library > No linux-gate.so.1 This warning is tracked as: http://sourceware.org/bugzilla/show_bug.cgi?id=14466 and it is harmless, it should not affect functionality/symbols of GDB. Jan