From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: gdb-ui / fring coredump question Date: Tue, 01 Feb 2005 09:56:50 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1107249232 26876 80.91.229.2 (1 Feb 2005 09:13:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 1 Feb 2005 09:13:52 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 01 10:13:51 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Cvu6N-0001qz-Gt for ged-emacs-devel@m.gmane.org; Tue, 01 Feb 2005 10:13:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CvuJA-0007dD-EB for ged-emacs-devel@m.gmane.org; Tue, 01 Feb 2005 04:26:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CvuH7-0007Hg-Cs for emacs-devel@gnu.org; Tue, 01 Feb 2005 04:24:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CvuH0-0007FL-Rc for emacs-devel@gnu.org; Tue, 01 Feb 2005 04:24:42 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CvuGx-00072d-05 for emacs-devel@gnu.org; Tue, 01 Feb 2005 04:24:35 -0500 Original-Received: from [212.88.64.25] (helo=mail-relay.sonofon.dk) by monty-python.gnu.org with smtp (Exim 4.34) id 1Cvtwb-0003KC-N3 for emacs-devel@gnu.org; Tue, 01 Feb 2005 04:03:34 -0500 Original-Received: (qmail 130 invoked from network); 1 Feb 2005 08:56:51 -0000 Original-Received: from unknown (HELO kfs-l.imdomain.dk.cua.dk) (213.83.150.2) by 0 with SMTP; 1 Feb 2005 08:56:51 -0000 Original-To: Miles Bader In-Reply-To: (Miles Bader's message of "Tue, 01 Feb 2005 13:22:22 +0900") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:32693 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32693 Miles Bader writes: > I'm getting a coredump if I use gdb-ui inside of emacs, as soon as I set > a breakpoint; the basic problem seems to be that in displaying the > stop-sign icon in the fringe, it's trying to push more than 2 elements on > the iterator stack (the max iterator stack-size is two). Thanks. I have installed a fix.