From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21831 invoked by alias); 15 Nov 2005 02:09:00 -0000 Received: (qmail 21822 invoked by uid 22791); 15 Nov 2005 02:08:58 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 15 Nov 2005 02:08:58 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1EbqFl-0002XR-0B for gdb@sources.redhat.com; Mon, 14 Nov 2005 21:08:57 -0500 Date: Tue, 15 Nov 2005 02:09:00 -0000 From: Daniel Jacobowitz To: gdb@sources.redhat.com Subject: Re: warning: (Internal error: pc 0xd00 in read in psymtab, but not in symtab.) Message-ID: <20051115020856.GB9639@nevyn.them.org> Mail-Followup-To: gdb@sources.redhat.com References: <20051108150752.62145.qmail@web81211.mail.mud.yahoo.com> <20051113173904.GF1945@nevyn.them.org> <20051115010716.GA14640@Power-Mac-G5.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051115010716.GA14640@Power-Mac-G5.local> User-Agent: Mutt/1.5.8i Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00279.txt.bz2 On Mon, Nov 14, 2005 at 08:07:16PM -0500, Ron McCall wrote: > If I enter "disas main" instead, no warnings are printed. There is a > symbol at 0xd00 named trace_exc and "disas trace_exc" also generates the > warnings. Note that the trace exception handler is written in assembly > (GNU as) and normally resides in a custom section named "excvectbl". > However, I changed that to ".text" just to make sure it wasn't the > custom section that was causing grief and that didn't help. > > Anything else I should look at? Then it's probably a result of having some code with no debug info. You may want to try producing a small test case, that you can post for us to examine. -- Daniel Jacobowitz CodeSourcery, LLC