From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7400 invoked by alias); 24 Dec 2003 07:03:28 -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 7345 invoked from network); 24 Dec 2003 07:03:24 -0000 Received: from unknown (HELO mwinf0502.wanadoo.fr) (193.252.22.26) by sources.redhat.com with SMTP; 24 Dec 2003 07:03:24 -0000 Received: from takamaka.act-europe.fr (AStDenis-103-1-2-214.w81-249.abo.wanadoo.fr [81.249.112.214]) by mwinf0502.wanadoo.fr (SMTP Server) with ESMTP id 508F8E800379; Wed, 24 Dec 2003 08:03:23 +0100 (CET) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 1FAD747D62; Wed, 24 Dec 2003 11:03:20 +0400 (RET) Date: Wed, 24 Dec 2003 07:03:00 -0000 From: Joel Brobecker To: srikrish Cc: gdb@sources.redhat.com Subject: Re: gdb stack trace shows only those frames after the signal Message-ID: <20031224070319.GE820@gnat.com> References: <00c701c3c965$424c6a90$fd0eb609@srikrishnan> <00e501c3c966$3fc1ab90$fd0eb609@srikrishnan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00e501c3c966$3fc1ab90$fd0eb609@srikrishnan> User-Agent: Mutt/1.4i X-SW-Source: 2003-12/txt/msg00263.txt.bz2 > After handling a signal the previous stack trace is lost. Is this a > known problem? Any fixes? Try GDB 6.0, or GDB from CVS. The symptoms are identical to a problem that I have seen before which were fixed in GDB 6.0. -- Joel