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: Re: Multi-Frame/Window Debugging Problem Date: Thu, 6 Sep 2007 22:09:37 +1200 Message-ID: <18143.53729.36111.528871@kahikatea.snap.net.nz> References: <1189001705.177521.318440@57g2000hsv.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1189076897 25769 80.91.229.12 (6 Sep 2007 11:08:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 6 Sep 2007 11:08:17 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: =?iso-8859-1?B?Tm9yZGz2dw==?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 06 13:08:16 2007 Return-path: Envelope-to: geh-help-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 1ITFDY-00051d-Va for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Sep 2007 13:08:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITFDX-0005M0-Rf for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Sep 2007 07:08:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ITFDD-0005Gr-Jd for help-gnu-emacs@gnu.org; Thu, 06 Sep 2007 07:07:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ITFDC-0005CN-9d for help-gnu-emacs@gnu.org; Thu, 06 Sep 2007 07:07:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITFDB-0005Bn-F0 for help-gnu-emacs@gnu.org; Thu, 06 Sep 2007 07:07:49 -0400 Original-Received: from viper.snap.net.nz ([202.37.101.8]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ITFD9-0003N4-RF for help-gnu-emacs@gnu.org; Thu, 06 Sep 2007 07:07:48 -0400 Original-Received: from kahikatea.snap.net.nz (174.60.255.123.dynamic.snap.net.nz [123.255.60.174]) by viper.snap.net.nz (Postfix) with ESMTP id AEDB73D9FCF; Thu, 6 Sep 2007 23:07:45 +1200 (NZST) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 1000) id 42D298FC6D; Thu, 6 Sep 2007 22:09:38 +1200 (NZST) Original-Newsgroups: gnu.emacs.help In-Reply-To: <1189001705.177521.318440@57g2000hsv.googlegroups.com> X-Mailer: VM 7.19 under Emacs 23.0.50.4 X-Detected-Kernel: Linux 2.4-2.6 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:47279 Archived-At: Nordl=F6w writes: > When I try to run the new multi-frame/window GDB-interface and issue= a > command in the gud terminal buffer my Emacs (daily CVS snapshot) > version hangs. Is this from the trunk or the EMACS_22_BASE branch? What is your configuration? (M-x report-emacs-bug should provide these details. > The problem arises for vanilla Emacs, that is when I run "\emacs -q"= > and then type M-x gdba and give the default argument "gdb --annotate= =3D3 > ". It feels like it has something to do with gdb's inter-proce= ss- > communication since I can break it when I press C-g and my CPU-load = is > zero during lookup. I have seen that the argument should be either > Emacs Info Manual says --annotate=3D3 but vanilla Emacs M-x gdba > defaults to gdb -annotate=3D3 . I have tried both these > variants but none helps. Perhaps it thinks GDB is running. What's the value of gud-running? Ar= e the tool-bar icons greyed out? What's it say about status in the squar= e brackets of the mode line for the GUD buffer? Do you have anything in = a .gdbinit file? If yes, what happens if you run "gdb -nx --annotate=3D3 "? If things still fail please set gdb-enable-debug to t (evaluate (setq gdb-enable-debug t)), do M-x gdb and start GDB then pos= t the value of gdb-debug-log to emacs-devel@gnu.org. --=20 Nick http://www.inet.net.nz/~= nickrob