From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7444 invoked by alias); 28 Mar 2005 15:57:15 -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 7402 invoked from network); 28 Mar 2005 15:57:08 -0000 Received: from unknown (HELO e33.co.us.ibm.com) (32.97.110.131) by sourceware.org with SMTP; 28 Mar 2005 15:57:08 -0000 Received: from westrelay02.boulder.ibm.com (westrelay02.boulder.ibm.com [9.17.195.11]) by e33.co.us.ibm.com (8.12.10/8.12.9) with ESMTP id j2SFv74I462114 for ; Mon, 28 Mar 2005 10:57:07 -0500 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by westrelay02.boulder.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j2SFv7Bh198796 for ; Mon, 28 Mar 2005 08:57:07 -0700 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id j2SFv6PO024106 for ; Mon, 28 Mar 2005 08:57:06 -0700 Received: from austin.ibm.com (netmail2.austin.ibm.com [9.41.248.176]) by d03av02.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id j2SFv6Ax024090; Mon, 28 Mar 2005 08:57:06 -0700 Received: from lazy.austin.ibm.com (lazy.austin.ibm.com [9.53.94.97]) by austin.ibm.com (8.12.10/8.12.10) with ESMTP id j2SFv5OV049086; Mon, 28 Mar 2005 09:57:05 -0600 Date: Mon, 28 Mar 2005 15:57:00 -0000 From: Manoj Iyer X-X-Sender: manjo@lazy To: Daniel Jacobowitz cc: Bernardo Innocenti , gdb@sourceware.org Subject: Re: could not find partial DIE in cache In-Reply-To: <20050327154114.GA22514@nevyn.them.org> Message-ID: References: <4246633B.40404@develer.com> <20050327154114.GA22514@nevyn.them.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2005-03/txt/msg00256.txt.bz2 Daniel, Any chance that my patch will get a nod from the maintainers? I waiting for approval to commit. Thanks ----- manjo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + Cogito ergo sum + +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ On Sun, 27 Mar 2005, Daniel Jacobowitz wrote: > On Sun, Mar 27, 2005 at 09:39:39AM +0200, Bernardo Innocenti wrote: > > Hello, > > > > I've come across this internal-error: > > > > ---cut--- > > GNU gdb 6.3.0.20050323-cvs > > Copyright 2004 Free Software Foundation, Inc. > > GDB is free software, covered by the GNU General Public License, and you are > > welcome to change it and/or distribute copies of it under certain > > conditions. > > Type "show copying" to see the conditions. > > There is absolutely no warranty for GDB. Type "show warranty" for details. > > This GDB was configured as "i686-pc-linux-gnu"...Using host libthread_db > > library "/lib/tls/libthread_db.so.1". > > (gdb) run > > Starting program: /home/bernie/src/grs/display/display > > ../../src-HEAD/gdb/dwarf2read.c:5446: internal-error: could not find > > partial DIE in cache > > ---cut--- > > > > The bug also affects versions of GDB shipped by RedHat > > (6.3.0.0-1.3rh and 6.1post-1.20040607.43rh). > > > > It happens with any application linked against libqt-mt.so.3.3.4, > > when such library is built with -g or -ggdb2. I'm using > > a recent GCC 4.0 snapshot to build it. > > Normally, this error is a bug in GDB; there's one queued patch for a > related problem, and I have another after that one is approved. > However, in this case it is almost certainly a bug in GCC. Does your > snapshot include the fix for PR c++/19769? > > -- > Daniel Jacobowitz > CodeSourcery, LLC >