From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24953 invoked by alias); 7 Sep 2004 14:50:30 -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 24930 invoked from network); 7 Sep 2004 14:50:29 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 7 Sep 2004 14:50:29 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1C4hIh-0001FO-Ii; Tue, 07 Sep 2004 10:50:27 -0400 Date: Tue, 07 Sep 2004 14:50:00 -0000 From: Daniel Jacobowitz To: Fabian Cenedese Cc: gdb@sources.redhat.com Subject: Re: gdb 6.1.1 (PPC) crash (long) Message-ID: <20040907145026.GA4739@nevyn.them.org> Mail-Followup-To: Fabian Cenedese , gdb@sources.redhat.com References: <5.2.0.9.1.20040901102226.01d2fed8@NT_SERVER> <5.2.0.9.1.20040902133756.01d474f8@NT_SERVER> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.2.0.9.1.20040902133756.01d474f8@NT_SERVER> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-09/txt/msg00054.txt.bz2 On Thu, Sep 02, 2004 at 01:58:31PM +0200, Fabian Cenedese wrote: > > >Hi > > > >I get a crash when trying to lookup a symbol with my cross compiled gdb. It's > >just this one symbol (so far), others I can lookup with no problems. > >Here's what happens: > > > >(gdb) ptype this > >type = class CMainTask : public CINOSTask { > > public: > > CMainTask & operator=(CMainTask const &); > > virtual ~CMainTask(void); > > 2 [main] gdb 2100 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION > > 329 [main] gdb 2100 open_stackdumpfile: Dumping stack trace to gdb.exe.stackdump > > If anybody is interested in solving this, I can send a small debug-only file > (objcopy --only-keep-debug, ~250KB) and the sources and the processed > Assembler files (gcc -S). I still can't find how to solve this, debugging via > gdb is quite new to me. I'll take a look at it; could you send them to me (off-list)? -- Daniel Jacobowitz