From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15093 invoked by alias); 12 Oct 2005 18:53:14 -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 15074 invoked by uid 22791); 12 Oct 2005 18:53:12 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 12 Oct 2005 18:53:12 +0000 Received: from drow by nevyn.them.org with local (Exim 4.52) id 1EPliw-0007WA-Jo; Wed, 12 Oct 2005 14:53:10 -0400 Date: Wed, 12 Oct 2005 18:53:00 -0000 From: Daniel Jacobowitz To: Brad Aisa Cc: gdb@sourceware.org Subject: Re: GDB fails from Kdbg Message-ID: <20051012185310.GA28855@nevyn.them.org> Mail-Followup-To: Brad Aisa , gdb@sourceware.org References: <200510121105.16110.baisa@colorado.edu> <20051012174112.GA26260@nevyn.them.org> <200510121229.24119.baisa@colorado.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200510121229.24119.baisa@colorado.edu> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-10/txt/msg00078.txt.bz2 On Wed, Oct 12, 2005 at 12:29:24PM -0600, Brad Aisa wrote: > Here is the instructions someone was given from the kdbg people who > were trying to debug this, which I followed -- this is basically the > commands issued by Kdbg, as copied from a log of launching with Kdbg: > > gdb > set editing off > set confirm off > set print static-members off > set print asm-demangle on > define kdbg__alllocals > info locals > info args > end > set prompt (kdbg) > file "clipview" > set args > info breakpoints > info line main > > At the "info line main" point I got: > Segmentation fault The binary you send me does not crash at this point in any version of GDB I tried. Have you build GDB CVS or 6.3 from source to try, rather than using the preinstalled packages on your system? -- Daniel Jacobowitz CodeSourcery, LLC