From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16580 invoked by alias); 10 Dec 2004 20:21:38 -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 16347 invoked from network); 10 Dec 2004 20:21:17 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 10 Dec 2004 20:21:17 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1CcrGG-00021K-TQ; Fri, 10 Dec 2004 15:21:09 -0500 Date: Fri, 10 Dec 2004 20:21:00 -0000 From: Daniel Jacobowitz To: Kris Warkentin Cc: gdb@sources.redhat.com Subject: Re: gdb crash when printing C++ class Message-ID: <20041210202108.GA7717@nevyn.them.org> Mail-Followup-To: Kris Warkentin , gdb@sources.redhat.com References: <41BA0117.40407@qnx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41BA0117.40407@qnx.com> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-12/txt/msg00075.txt.bz2 On Fri, Dec 10, 2004 at 03:03:35PM -0500, Kris Warkentin wrote: > Where was the vptr_basetype set up in the first place? Since type Take a look at the dwarf2 reader. TYPE_VPTR_BASETYPE. > claims to have a baseclass, logically the baseclass pointer shouldn't be > void so I'm assuming it just didn't get filled in somewhere. Can anyone > give me any hints on how to determine if Intel's debug info is off? It's probably not wrong, just different. Please show an example (readelf -wi will dump it). -- Daniel Jacobowitz