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: "failed to find valid object file", but which object file? (using static libraries)


On Tue, Jun 26, 2007 at 10:47:12AM +0200, Bram Kuijper wrote:
> Hi all,
> 
> as a newbie, I am debugging a program which uses a number of self-made static 
> libraries. When running (gdb) start, the first message I get is:
> 
> Failed to read a valid object file image from memory.
> 0x08048d15 in main ()
> 
> Is there any way to find _which_ object file has failed to be read in?

One from memory, not from disk.  Usually this will be linux-gate.so.1
or something like that; a virtual DSO provided by the kernel.

I'm not sure why it would fail.  What platform and kernel version?

-- 
Daniel Jacobowitz
CodeSourcery


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