This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
Re: Dwarf Error: Could not find abbrev number 116.
- From: Jim Blandy <jimb at redhat dot com>
- To: kas turi <inox_kas at yahoo dot com>
- Cc: gdb at sources dot redhat dot com
- Date: 19 Aug 2002 09:33:54 -0500
- Subject: Re: Dwarf Error: Could not find abbrev number 116.
- References: <20020818133643.41320.qmail@web21010.mail.yahoo.com>
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?