From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9640 invoked by alias); 10 Jun 2005 19:37:29 -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 9614 invoked by uid 22791); 10 Jun 2005 19:37:23 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 10 Jun 2005 19:37:23 +0000 Received: from drow by nevyn.them.org with local (Exim 4.50) id 1DgpJh-0006Sx-6i; Fri, 10 Jun 2005 15:37:21 -0400 Date: Fri, 10 Jun 2005 19:37:00 -0000 From: Daniel Jacobowitz To: Rich Coe Cc: "H. J. Lu" , gdb@sources.redhat.com Subject: Re: no stack trace with 2.6.11 and gdb 6.3 Message-ID: <20050610193720.GA24094@nevyn.them.org> Mail-Followup-To: Rich Coe , "H. J. Lu" , gdb@sources.redhat.com References: <20050610125855.62ce7313@godzilla> <20050610181140.GA6207@nevyn.them.org> <20050610135940.23bd015c@godzilla> <20050610190531.GA8893@lucon.org> <20050610142058.671c9987@godzilla> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050610142058.671c9987@godzilla> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-06/txt/msg00099.txt.bz2 On Fri, Jun 10, 2005 at 02:20:58PM -0500, Rich Coe wrote: > Yes, after I manually run > 'add-symbol-file-from-memory 0xffffe000' > I can get a valid traceback. > > Why doesn't this just work like gdb-6.0 on 2.6.7 ? Your GDB 6.0 was also patched by Red Hat; again, you would have to ask them. > Why does this command run automatically when debugging with gdb from the > command line but when attaching to an already running process ? Because it's different code that detects the new program. -- Daniel Jacobowitz CodeSourcery, LLC