This is the mail archive of the gdb@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]

Re: vdso


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


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