From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13888 invoked by alias); 2 Sep 2004 11:59:24 -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 13873 invoked from network); 2 Sep 2004 11:59:21 -0000 Received: from unknown (HELO smtp.hispeed.ch) (62.2.95.247) by sourceware.org with SMTP; 2 Sep 2004 11:59:21 -0000 Received: from indel.ch (217-162-27-127.dclient.hispeed.ch [217.162.27.127]) by smtp.hispeed.ch (8.12.6/8.12.6/tornado-1.0) with SMTP id i82BxKXL007739 for ; Thu, 2 Sep 2004 13:59:20 +0200 Received: from fabi.indel.ch [192.168.1.19] by indel.ch [127.0.0.1] with SMTP (MDaemon.v2.7.SP5.R) for ; Thu, 02 Sep 2004 13:57:46 +0200 Message-Id: <5.2.0.9.1.20040902133756.01d474f8@NT_SERVER> X-Sender: cenedese@NT_SERVER (Unverified) Date: Thu, 02 Sep 2004 11:59:00 -0000 To: gdb@sources.redhat.com From: Fabian Cenedese Subject: Re: gdb 6.1.1 (PPC) crash (long) In-Reply-To: <5.2.0.9.1.20040901102226.01d2fed8@NT_SERVER> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-MDaemon-Deliver-To: gdb@sources.redhat.com X-Return-Path: cenedese@indel.ch X-SW-Source: 2004-09/txt/msg00013.txt.bz2 >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. As mentioned this also happens with the cygwin provided gdb. And I just checked the "Real Thing" on Linux. gdb-6.0 as well as gdb-6.1-debian crash on this. Thanks bye Fabi