From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1515 invoked by alias); 10 Jun 2005 19:23:25 -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 1323 invoked by uid 22791); 10 Jun 2005 19:23:17 -0000 Received: from ext-ch1gw-5.online-age.net (HELO ext-ch1gw-5.online-age.net) (64.37.194.13) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 10 Jun 2005 19:23:17 +0000 Received: from int-ch1gw-1.online-age.net (int-ch1gw-1 [3.159.232.65]) by ext-ch1gw-5.online-age.net (8.12.9/8.12.9/990426-RLH) with ESMTP id j5AJMQTa021340; Fri, 10 Jun 2005 15:22:26 -0400 (EDT) Received: from uswaumsxb1medge.am.med.ge.com (localhost [127.0.0.1]) by int-ch1gw-1.online-age.net (8.12.9/8.12.3/990426-RLH) with ESMTP id j5AJMPGx019825; Fri, 10 Jun 2005 15:22:25 -0400 (EDT) Received: from uswaumsxb3medge.am.med.ge.com (uswaumsxb3medge.med.ge.com [3.57.24.74]) by uswaumsxb1medge.am.med.ge.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2656.59) id MSMFT4RY; Fri, 10 Jun 2005 14:22:24 -0500 Received: from gsao.gso.med.ge.com (uswaucs03 [3.57.24.237]) by uswaumsxb3medge.am.med.ge.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2656.59) id MPJN6JWW; Fri, 10 Jun 2005 14:22:24 -0500 Received: from godzilla (IDENT:12539@godzilla [3.70.204.208]) by gsao.gso.med.ge.com (8.12.10+Sun/8.12.10) with ESMTP id j5AJNDmk004074; Fri, 10 Jun 2005 14:23:13 -0500 (CDT) Date: Fri, 10 Jun 2005 19:23:00 -0000 From: Rich Coe To: "H. J. Lu" Cc: Daniel Jacobowitz , gdb@sources.redhat.com Subject: Re: no stack trace with 2.6.11 and gdb 6.3 Message-ID: <20050610142058.671c9987@godzilla> In-Reply-To: <20050610190531.GA8893@lucon.org> References: <20050610125855.62ce7313@godzilla> <20050610181140.GA6207@nevyn.them.org> <20050610135940.23bd015c@godzilla> <20050610190531.GA8893@lucon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2005-06/txt/msg00098.txt.bz2 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 ? Why does this command run automatically when debugging with gdb from the command line but when attaching to an already running process ? R. On Fri, 10 Jun 2005 12:05:32 -0700 "H. J. Lu" wrote: > On Fri, Jun 10, 2005 at 01:59:40PM -0500, Rich Coe wrote: > > I downloaded the cvs snapshot gdb-6.3.50.20050607, built, and ran gdb > > and the problem still persists. > > > > What next ? > > > > Try this. > > BTW, why does's gdb use > > http://www.sourceware.org/bugzilla/ > > It is very stupid not to. > > > H.J. > ---- > --- gdb/config/i386/linux64.mt.vdso 2004-11-11 16:47:07.000000000 -0800 > +++ gdb/config/i386/linux64.mt 2005-02-01 13:01:46.056022932 -0800 > @@ -1,5 +1,5 @@ > # Target: GNU/Linux x86-64 > TDEPFILES= amd64-tdep.o amd64-linux-tdep.o \ > i386-tdep.o i387-tdep.o i386-linux-tdep.o glibc-tdep.o \ > - solib.o solib-svr4.o corelow.o > + solib.o solib-svr4.o corelow.o symfile-mem.o > DEPRECATED_TM_FILE= solib.h > -- Rich Coe richard.coe@med.ge.com General Electric Healthcare Technologies Global Software Platforms, Computer Technology Team