From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26971 invoked by alias); 4 Dec 2008 20:43:27 -0000 Received: (qmail 26960 invoked by uid 22791); 4 Dec 2008 20:43:27 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 04 Dec 2008 20:42:47 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 33E8A1089B; Thu, 4 Dec 2008 20:42:45 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id 1ABF21089A; Thu, 4 Dec 2008 20:42:45 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1L8L24-0005gm-CX; Thu, 04 Dec 2008 15:42:44 -0500 Date: Thu, 04 Dec 2008 20:43:00 -0000 From: Daniel Jacobowitz To: Srinath Avadhanula Cc: gdb@sourceware.org Subject: Re: Crash using '-stack-list-frames' Message-ID: <20081204204244.GA21852@caradoc.them.org> Mail-Followup-To: Srinath Avadhanula , gdb@sourceware.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-12/txt/msg00008.txt.bz2 On Wed, Dec 03, 2008 at 03:56:11PM -0500, Srinath Avadhanula wrote: > Hi, > > Gdb is crashing on me when I try to use the command 'interpreter mi > "-stack-list-frames 0 182"'. I debugged gdb using gdb and found that > it gets into an infinite recursion with the first few frames being as > below. > > Unfortunately, I am unable to come up with a simple test program which > reproduces the problem. I would be glad to help further if given any > pointers. This is the C++ name demangler. Set a breakpoint at it and find what input is taking it to this recursion? -- Daniel Jacobowitz CodeSourcery