Dwarf Error: Could not find abbrev number 116.
Jim Blandy
jimb@redhat.com
Mon Aug 19 07:44:00 GMT 2002
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?
More information about the Gdb
mailing list