From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: Emacs 21.2 - Garbage collector frenzy :-) Date: Mon, 22 Apr 2002 14:22:47 +0300 (IDT) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1019472327 6594 127.0.0.1 (22 Apr 2002 10:45:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 22 Apr 2002 10:45:27 +0000 (UTC) Cc: =?iso-8859-1?q?Fran=E7ois?= Pinard , bug-gnu-emacs@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16zbK2-0001iF-00 for ; Mon, 22 Apr 2002 12:45:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16zb2Q-0000Ja-00; Mon, 22 Apr 2002 06:27:14 -0400 Original-Received: from is.elta.co.il ([199.203.121.2]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16zazi-0008H7-00 for ; Mon, 22 Apr 2002 06:24:26 -0400 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id OAA14830; Mon, 22 Apr 2002 14:22:47 +0300 (IDT) X-Sender: eliz@is Original-To: Andreas Schwab In-Reply-To: Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:865 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:865 On Mon, 22 Apr 2002, Andreas Schwab wrote: > Eli Zaretskii writes: > > |> - When the problem happens, interrupt Emacs with "kill -TSTP PID", > |> where PID is the Emacs process ID, or by typing "C-c" at the window > |> where Emacs is run under GDB. This should cause GDB to kick in. > > Don't use C-c from inside GDB with the default setup, it does not work > (see the comment in .gdbinit). I meant to type C-c in the window where Emacs was started. That's the window where you type "gdb RET" from the shell prompt, and where you eventually type "run" at GDB's prompt. Doesn't C-c there go to GDB?