From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24285 invoked by alias); 11 Jun 2005 02:21:53 -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 24273 invoked by uid 22791); 11 Jun 2005 02:21:50 -0000 Received: from sccrmhc14.comcast.net (HELO sccrmhc14.comcast.net) (204.127.202.59) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sat, 11 Jun 2005 02:21:50 +0000 Received: from lucon.org ([24.6.212.230]) by comcast.net (sccrmhc14) with ESMTP id <2005061102214901400ctnbpe>; Sat, 11 Jun 2005 02:21:49 +0000 Received: by lucon.org (Postfix, from userid 1000) id 9CE5764607; Fri, 10 Jun 2005 19:21:48 -0700 (PDT) Date: Sat, 11 Jun 2005 02:21:00 -0000 From: "H. J. Lu" To: richard.coe@med.ge.com, gdb@sources.redhat.com Subject: Re: no stack trace with 2.6.11 and gdb 6.3 Message-ID: <20050611022148.GA14914@lucon.org> References: <20050610193720.GA24094@nevyn.them.org> <200506102115.QAA91634@morpheus> <20050611005113.GA29491@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050611005113.GA29491@nevyn.them.org> User-Agent: Mutt/1.4.1i X-SW-Source: 2005-06/txt/msg00104.txt.bz2 On Fri, Jun 10, 2005 at 08:51:13PM -0400, Daniel Jacobowitz wrote: > > No, I told you that I expected it to work in CVS. If it does not, then > someone needs to reproduce your problem using an unpatched GDB and > debug it. I do not have a Red Hat x86_64 system on which to reproduce > it, but I may be able to elsewhere - if I have time. Gdb should support vDSO on Linux 2.6.11/x86_64 with this patch: http://sources.redhat.com/ml/gdb/2005-06/msg00095.html If it doesn't work, I will be interested to know. H.J.