From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2263 invoked by alias); 19 Dec 2007 19:05:00 -0000 Received: (qmail 2255 invoked by uid 22791); 19 Dec 2007 19:05:00 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 19 Dec 2007 19:04:53 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 8613B98150; Wed, 19 Dec 2007 19:04:51 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 70F9F9814F; Wed, 19 Dec 2007 19:04:51 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1J54Dq-00032R-Me; Wed, 19 Dec 2007 14:04:50 -0500 Date: Wed, 19 Dec 2007 19:05:00 -0000 From: Daniel Jacobowitz To: Andrew Haley Cc: gcc@gcc.gnu.org Subject: Re: Strange error message from gdb Message-ID: <20071219190450.GA11655@caradoc.them.org> Mail-Followup-To: Andrew Haley , gcc@gcc.gnu.org References: <18281.21294.238761.442229@zebedee.pink> <20071219172943.GA5939@caradoc.them.org> <18281.23234.151870.816362@zebedee.pink> <20071219185517.GA10986@caradoc.them.org> <18281.27225.249982.220171@zebedee.pink> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <18281.27225.249982.220171@zebedee.pink> User-Agent: Mutt/1.5.17 (2007-12-11) X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2007-12/txt/msg00585.txt.bz2 On Wed, Dec 19, 2007 at 07:00:41PM +0000, Andrew Haley wrote: > It seems to me that even if gcj did generate the name for the > interface, gdb would still die because it doesn't have any handlers > for DW_TAG_interface_type in dwarf2read.c Yes, you're probably right. It thinks it's some kind of symbol, probably. There's a default: in the DIE processing that, strictly speaking, ought not to be there. -- Daniel Jacobowitz CodeSourcery