From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8292 invoked by alias); 18 Jul 2003 16:43:49 -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 8285 invoked from network); 18 Jul 2003 16:43:48 -0000 Received: from unknown (HELO hawaii.kealia.com) (209.3.10.89) by sources.redhat.com with SMTP; 18 Jul 2003 16:43:48 -0000 Received: by hawaii.kealia.com (Postfix, from userid 2049) id 6D5B5BFED; Fri, 18 Jul 2003 09:43:48 -0700 (PDT) To: tromey@redhat.com Cc: gdb , Mark Kettenis , Daniel Jacobowitz Subject: Re: GDB and Java References: <87smp3esha.fsf@fleche.redhat.com> <87fzl3er3t.fsf@fleche.redhat.com> From: David Carlton Date: Fri, 18 Jul 2003 16:43:00 -0000 In-Reply-To: <87fzl3er3t.fsf@fleche.redhat.com> (Tom Tromey's message of "18 Jul 2003 10:28:54 -0600") Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Rational FORTRAN, linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-07/txt/msg00254.txt.bz2 On 18 Jul 2003 10:28:54 -0600, Tom Tromey said: > Ok, I've tried cvs head today. I'm debugging a large java application > that consists of about 90 shared libraries (not including libgcj). > I can consistently make gdb crash like this: > ../../src/gdb/dwarf2-frame.c:1032: internal-error: sect_index_text not initialized > A problem internal to GDB has been detected, > further debugging may prove unreliable. This is probably the same unfortunate interaction between anonymous objfiles and the new DWARF 2 frame stuff that Daniel noted in conjunction with another patch of mine. I think is supposed to cure it, so give that a try. Is that patch, or a variant, supposed to go into 6.0? This argues that it had better go in. David Carlton carlton@kealia.com