From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13388 invoked by alias); 19 Aug 2002 14:44:20 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 13380 invoked from network); 19 Aug 2002 14:44:17 -0000 Received: from unknown (HELO zenia.red-bean.com) (66.244.67.22) by sources.redhat.com with SMTP; 19 Aug 2002 14:44:17 -0000 Received: (from jimb@localhost) by zenia.red-bean.com (8.11.6/8.11.6) id g7JEXsv20099; Mon, 19 Aug 2002 09:33:54 -0500 To: kas turi Cc: gdb@sources.redhat.com Subject: Re: Dwarf Error: Could not find abbrev number 116. References: <20020818133643.41320.qmail@web21010.mail.yahoo.com> From: Jim Blandy Date: Mon, 19 Aug 2002 07:44:00 -0000 In-Reply-To: <20020818133643.41320.qmail@web21010.mail.yahoo.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.90 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-08/txt/msg00207.txt.bz2 kas turi 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?