This is the mail archive of the gdb@sources.redhat.com 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: Dwarf Error: Could not find abbrev number 116.


kas turi <inox_kas@yahoo.com> writes:
> When I run the above command in GDB I get the
> following error:
> Dwarf Error: Could not find abbrev number 116. 

This ostensibly means that the debug info in your executable file is
corrupted.  An `abbrev' describes the content and layout of a dwarf
debugging information entry.

What do you get if you run `readelf -wi' on your object file?


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