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 19:57:06 +0300 Message-ID: References: <4821EE06.9040409@gmail.com> <48225056.7030100@gmail.com> <48231C03.2050201@gmail.com> <482322A9.6080109@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1210265883 17565 80.91.229.12 (8 May 2008 16:58:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 May 2008 16:58:03 +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 18:58:38 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 1Ju9Ru-0003TN-Ra for ged-emacs-devel@m.gmane.org; Thu, 08 May 2008 18:58:31 +0200 Original-Received: from localhost ([127.0.0.1]:32819 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ju9RC-0006mT-Nd for ged-emacs-devel@m.gmane.org; Thu, 08 May 2008 12:57:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ju9R8-0006lN-I3 for emacs-devel@gnu.org; Thu, 08 May 2008 12:57:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ju9R6-0006j4-K2 for emacs-devel@gnu.org; Thu, 08 May 2008 12:57:42 -0400 Original-Received: from [199.232.76.173] (port=46706 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ju9R6-0006iu-FI for emacs-devel@gnu.org; Thu, 08 May 2008 12:57:40 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:53499) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ju9R6-00069n-1M for emacs-devel@gnu.org; Thu, 08 May 2008 12:57:40 -0400 Original-Received: from mail.gnu.org ([199.232.76.166]:48471 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1Ju9QO-0004E2-MJ for emacs-pretest-bug@gnu.org; Thu, 08 May 2008 12:56:56 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ju9R2-000693-9d for emacs-pretest-bug@gnu.org; Thu, 08 May 2008 12:57:39 -0400 Original-Received: from mtaout5.012.net.il ([84.95.2.13]:13529) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ju9R1-00068v-Ut for emacs-pretest-bug@gnu.org; Thu, 08 May 2008 12:57:36 -0400 Original-Received: from HOME-C4E4A596F7 ([83.130.255.47]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K0K008QA7R7TP51@i_mtaout5.012.net.il> for emacs-pretest-bug@gnu.org; Thu, 08 May 2008 20:11:31 +0300 (IDT) In-reply-to: <482322A9.6080109@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:96802 gmane.emacs.pretest.bugs:22224 Archived-At: > Date: Thu, 08 May 2008 23:56:25 +0800 > From: "Kyle M. Lee" > CC: emacs-pretest-bug@gnu.org >=20 > Eli Zaretskii =E5=86=99=E9=81=93: > > 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. > >=20 > > Press C-c when the window where gdb runs has focus. > I got it, thanks. >=20 > >=20 > > If you start the Task Manager when Emacs seems to hang, does it s= how > > that Emacs consumes lots of CPU cycles, or does it show that Emac= s is > > idling? > Emacs consumes lots of CPU cycles, almost the whole one of two.(Int= el > Core 2 cpu) Then C-c should interrupt it and "bt" should show you where it is looping. Btw, did you try to leave it alone for a long time, in case it's not hung, but just takes a lot of time to do something? If not, please do.