From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31934 invoked by alias); 30 Mar 2007 11:33:06 -0000 Received: (qmail 31916 invoked by uid 22791); 30 Mar 2007 11:33:05 -0000 X-Spam-Check-By: sourceware.org Received: from return.false.org (HELO return.false.org) (66.207.162.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 30 Mar 2007 12:32:57 +0100 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id 8A3D24B267; Fri, 30 Mar 2007 06:32:55 -0500 (CDT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by return.false.org (Postfix) with ESMTP id 6E2C44B262; Fri, 30 Mar 2007 06:32:55 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HXFLh-0001XM-M4; Fri, 30 Mar 2007 07:32:53 -0400 Date: Fri, 30 Mar 2007 11:33:00 -0000 From: Daniel Jacobowitz To: Kalpana Ramamurthy Cc: gdb@sourceware.org Subject: Re: Errors in gdb6.4 "incomplete CFI data" and "const value length mismatch" Message-ID: <20070330113253.GA5861@caradoc.them.org> Mail-Followup-To: Kalpana Ramamurthy , gdb@sourceware.org References: <20070328112642.GA2502@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.14+cvs20070313 (2007-03-13) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-03/txt/msg00338.txt.bz2 On Fri, Mar 30, 2007 at 10:47:03AM +0000, Kalpana Ramamurthy wrote: > I am using gdb 6.4. I get a lot of errors like > >>During symbol reading, incomplete CFI data; unspecified registers (e.g., rax) > >>at 0x1452fa. > I also get errors like It's not an error, just a warning. > >>During symbol reading, const value length mismatch for '', got > >>8, expected 0. I don't know what this one is. > 1. Is it a wise thing to set complaints to 0 ? > Setting it to a huge value like "set complaints 20" gives me a huge set of the > above warnings. I think it's perfectly fine - that's why it's the default. -- Daniel Jacobowitz CodeSourcery