From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.help Subject: gdb-mode hangs in OS X Date: Tue, 20 Sep 2005 16:53:27 +1200 Message-ID: <17199.38343.772631.217780@farnswood.snap.net.nz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1127192437 24907 80.91.229.2 (20 Sep 2005 05:00:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 20 Sep 2005 05:00:37 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 20 07:00:35 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EHaE6-0007MM-BA for geh-help-gnu-emacs@m.gmane.org; Tue, 20 Sep 2005 06:59:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EHaE5-0006Dh-Rs for geh-help-gnu-emacs@m.gmane.org; Tue, 20 Sep 2005 00:59:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EHaB8-0004qr-HD for help-gnu-emacs@gnu.org; Tue, 20 Sep 2005 00:56:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EHaAq-0004iB-Eo for help-gnu-emacs@gnu.org; Tue, 20 Sep 2005 00:56:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EHaAq-0004hY-CE for help-gnu-emacs@gnu.org; Tue, 20 Sep 2005 00:56:08 -0400 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EHa7o-0004am-3P for help-gnu-emacs@gnu.org; Tue, 20 Sep 2005 00:53:00 -0400 Original-Received: from farnswood.snap.net.nz (p70-tnt1.snap.net.nz [202.124.110.70]) by viper.snap.net.nz (Postfix) with ESMTP id C17BE60CB0B; Tue, 20 Sep 2005 16:52:54 +1200 (NZST) Original-Received: by farnswood.snap.net.nz (Postfix, from userid 501) id C949462A99; Tue, 20 Sep 2005 05:53:28 +0100 (BST) Original-To: michael.saelee@gmail.com X-Mailer: VM 7.19 under Emacs 22.0.50.18 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:29578 Archived-At: > I'm having an issue under OS X and emacs version 22.0.50.1 where entering any > command at all in gdb-mode after getting into it with M-x gdb causes the > buffer to "hang" (it just sits there without producing any output or accepting > input) --- I can get back to a gdb prompt with C-c C-c, but can't even type > quit to exit gdb. > The symptoms are similar to those exhibited by shell mode without (setq > process-connection-type t). What version of OS X and GDB are you using? Set gdb-enable-debug-log to t, do M-x gdb, and please post the resulting value of gdb-debug-log to emacs-pretest-bug@gnu.org (this is the right mailing list for Emacs in CVS, currently 22.0.50). Nick