From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.bugs Subject: bug#1155: 23.0.60; GUD hangs Date: Tue, 14 Oct 2008 20:49:03 +1300 Message-ID: <18676.20207.515928.981237@kahikatea.snap.net.nz> References: <48F2E984.2080003@gmail.com> Reply-To: Nick Roberts , 1155@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1223971818 31353 80.91.229.12 (14 Oct 2008 08:10:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 14 Oct 2008 08:10:18 +0000 (UTC) To: Guillaume Salagnac , 1155@emacsbugs.donarmstrong.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Oct 14 10:11:16 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Kpezs-0000ja-9n for geb-bug-gnu-emacs@m.gmane.org; Tue, 14 Oct 2008 10:11:16 +0200 Original-Received: from localhost ([127.0.0.1]:45653 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kpeyn-00015O-OW for geb-bug-gnu-emacs@m.gmane.org; Tue, 14 Oct 2008 04:10:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kpeyi-00013f-HV for bug-gnu-emacs@gnu.org; Tue, 14 Oct 2008 04:10:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kpeyg-00012f-8P for bug-gnu-emacs@gnu.org; Tue, 14 Oct 2008 04:10:02 -0400 Original-Received: from [199.232.76.173] (port=55258 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kpeyf-00012R-QE for bug-gnu-emacs@gnu.org; Tue, 14 Oct 2008 04:10:01 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:48403) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kpeyf-00038d-9j for bug-gnu-emacs@gnu.org; Tue, 14 Oct 2008 04:10:01 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9E89xWq017859; Tue, 14 Oct 2008 01:09:59 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m9E7t53c013764; Tue, 14 Oct 2008 00:55:05 -0700 X-Loop: don@donarmstrong.com Resent-From: Nick Roberts Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Tue, 14 Oct 2008 07:55:05 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 1155 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 1155-submit@emacsbugs.donarmstrong.com id=B1155.122397055312354 (code B ref 1155); Tue, 14 Oct 2008 07:55:05 +0000 Original-Received: (at 1155) by emacsbugs.donarmstrong.com; 14 Oct 2008 07:49:13 +0000 Original-Received: from viper.snap.net.nz (viper.snap.net.nz [202.37.101.25]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9E7n7ff012348 for <1155@emacsbugs.donarmstrong.com>; Tue, 14 Oct 2008 00:49:08 -0700 Original-Received: from kahikatea.snap.net.nz (98.29.255.123.static.snap.net.nz [123.255.29.98]) by viper.snap.net.nz (Postfix) with ESMTP id 741A43DA2BE; Tue, 14 Oct 2008 20:49:06 +1300 (NZDT) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 1000) id 2ACE68FC6D; Tue, 14 Oct 2008 20:49:05 +1300 (NZDT) In-Reply-To: <48F2E984.2080003@gmail.com> X-Mailer: VM 7.19 under Emacs 22.3.1 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Resent-Date: Tue, 14 Oct 2008 04:10:02 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:21460 Archived-At: > I try to debug a program with M-x gdb, like I did in the past, but it > does not seem to work in recent emacsen. gdb starts (in a *gud* > buffer) but does not respond to commands. Even a simple "help" does > not suceed. > > Maybe I am doing something wrong (then please correct me), but it does > work fine in emacs 21. I experienced the same behaviour here in an emacs > 23.0.60.1 and 22.1.1 (all three versions as shipped in ubuntu hardy) M-x gdb works differently in Emacs 21, but similarly in Emacs 22.1 and Emacs 23.0.60. Emacs 22.1 has been included with many distributions including Ubuntu Hardy and there have been few bug reports, so I suspect it has something to do with your set up. Have you read the node in the Emacs manual about bug reporting? In particular what happens if you don't load your .emacs, i.e., start Emacs with "-q"? What version of GDB are you using? > BTW, this is my first bug report, but it is my second try : > M-x bug-report seems to be address messages by default to > emacs-pretest-bug@gnu.org that goes nowhere. But maybe I am perhaps > doing something wrong. emacs-pretest-bug@gnu.org is an active mailing list and the right one for reporting bugs in Emacs 23.0.60. Maybe there is something wrong with your mail server. > ... > Recent input: > M-x g d b > > > h e l p C-c C-c M-x r > e p o r t - e m a c s - b u g What text do you have in the mini-buffer when you type for the second time? -- Nick http://www.inet.net.nz/~nickrob