From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; emacs hangs on WinXP with --disable-font-backend, and backtrace Date: Thu, 08 May 2008 18:37:58 +0300 Message-ID: References: <4821EE06.9040409@gmail.com> <48225056.7030100@gmail.com> <48231C03.2050201@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1210261117 31701 80.91.229.12 (8 May 2008 15:38:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 May 2008 15:38:37 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: "Kyle M. Lee" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 08 17:39:12 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ju8Cy-0002tG-0Z for ged-emacs-devel@m.gmane.org; Thu, 08 May 2008 17:39:00 +0200 Original-Received: from localhost ([127.0.0.1]:52238 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ju8CF-0007Sn-Rb for ged-emacs-devel@m.gmane.org; Thu, 08 May 2008 11:38:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ju8CB-0007RK-Vx for emacs-devel@gnu.org; Thu, 08 May 2008 11:38:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ju8CA-0007PO-MR for emacs-devel@gnu.org; Thu, 08 May 2008 11:38:11 -0400 Original-Received: from [199.232.76.173] (port=45560 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ju8CA-0007P3-Bo for emacs-devel@gnu.org; Thu, 08 May 2008 11:38:10 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:55440) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ju8CA-0005Ml-10 for emacs-devel@gnu.org; Thu, 08 May 2008 11:38:10 -0400 Original-Received: from mx10.gnu.org ([199.232.76.166]:42804) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1Ju8BS-0001al-Kn for emacs-pretest-bug@gnu.org; Thu, 08 May 2008 11:37:26 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ju8C5-0005Ln-Er for emacs-pretest-bug@gnu.org; Thu, 08 May 2008 11:38:09 -0400 Original-Received: from mtaout4.012.net.il ([84.95.2.10]:29942) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ju8C5-0005LZ-2G for emacs-pretest-bug@gnu.org; Thu, 08 May 2008 11:38:05 -0400 Original-Received: from HOME-C4E4A596F7 ([83.130.255.47]) by i_mtaout4.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K0K008KT43BUTD0@i_mtaout4.012.net.il> for emacs-pretest-bug@gnu.org; Thu, 08 May 2008 18:52:24 +0300 (IDT) In-reply-to: <48231C03.2050201@gmail.com> X-012-Sender: halo1@inter.net.il X-detected-kernel: by monty-python.gnu.org: Solaris 9.1 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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 Xref: news.gmane.org gmane.emacs.devel:96791 gmane.emacs.pretest.bugs:22221 Archived-At: > Date: Thu, 08 May 2008 23:28:03 +0800 > From: "Kyle M. Lee" > CC: emacs-pretest-bug@gnu.org > > > There's no need to copy the binary, just go to the src directory and > > type something like > > > > gdb ../bin/emacs.exe > > > > This assumes that you have run "make install" which placed the > > emacs.exe binary in the bin subdirectory of the root of the Emacs > > tree. > > I configured with --prefix arg, so the emacs.exe will be copied to > another directory far way from this bin subdir. I will configure without > it next time, and I can use this handy command line. :) You can also do "gdb x:/path/to/emacs.exe", although it could be a long command if the file is deep in the directory tree. > And how can I go back to the gdb when emacs hanged ? > I pressed C-x C-z and C-g serval times in emacs, and nothing happened. Press C-c when the window where gdb runs has focus. If you start the Task Manager when Emacs seems to hang, does it show that Emacs consumes lots of CPU cycles, or does it show that Emacs is idling?