From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8916 invoked by alias); 19 Mar 2004 20:36:26 -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 8907 invoked from network); 19 Mar 2004 20:36:26 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 19 Mar 2004 20:36:26 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i2JKaPWA006362 for ; Fri, 19 Mar 2004 15:36:25 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i2JKaPj21926 for ; Fri, 19 Mar 2004 15:36:25 -0500 Received: from localhost.localdomain (vpn50-30.rdu.redhat.com [172.16.50.30]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id i2JKaPK0020445 for ; Fri, 19 Mar 2004 15:36:25 -0500 Received: from saguaro (saguaro.lan [192.168.64.2]) by localhost.localdomain (8.12.10/8.12.10) with SMTP id i2JKaJ4Y014550 for ; Fri, 19 Mar 2004 13:36:19 -0700 Date: Sat, 20 Mar 2004 08:35:00 -0000 From: Kevin Buettner To: gdb@sources.redhat.com Subject: Re: BACKTRACE for coredump in signal handler does come proper for IA-64 Message-Id: <20040319133619.70a49c99@saguaro> In-Reply-To: <374639AB1012AA4C840022842AA95BC2A738BC@ruby.patni.com> References: <374639AB1012AA4C840022842AA95BC2A738BC@ruby.patni.com> Organization: Red Hat Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03/txt/msg00190.txt.bz2 On Fri, 19 Mar 2004 23:34:18 +0530 "Kotian, Deepak" wrote: > Could one please give a view on this as soon as possible. > > Thanks and Regards > Deepak > > > -----Original Message----- > From: Kotian, Deepak > Sent: Thu 3/18/2004 1:21 AM > To: gdb@sources.redhat.com > Cc: > Subject: BACKTRACE for coredump in signal handler does come proper for IA-64 > > > > Hi, > > BACKTRACE for coredump in signal handler does come proper for IA-64. > > Any inputs what is the reason for it, please let me know. > > Thanks and Regards > > Deepak Could you please let us know which version of GDB you're using and also the operating system (and release info) for you IA-64 system? You should also supply a testcase demonstrating the problem. Kevin