From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel Subject: Re: Emacs from HEAD hangs on M$ (built with MinGW) Date: Thu, 31 Jul 2008 17:02:39 +0200 Message-ID: <4891D40F.4010201@gmail.com> References: <104458.16219.qm@web95014.mail.in2.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1217516648 4204 80.91.229.12 (31 Jul 2008 15:04:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jul 2008 15:04:08 +0000 (UTC) Cc: Emacs Development To: dhruva Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 31 17:04:57 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 1KOZhr-00032S-Jh for ged-emacs-devel@m.gmane.org; Thu, 31 Jul 2008 17:04:43 +0200 Original-Received: from localhost ([127.0.0.1]:46973 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOZgw-0000Qr-QX for ged-emacs-devel@m.gmane.org; Thu, 31 Jul 2008 11:03:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KOZgl-0000IT-8n for emacs-devel@gnu.org; Thu, 31 Jul 2008 11:03:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KOZgi-0000Ed-4E for emacs-devel@gnu.org; Thu, 31 Jul 2008 11:03:33 -0400 Original-Received: from [199.232.76.173] (port=53378 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOZgi-0000EO-12 for emacs-devel@gnu.org; Thu, 31 Jul 2008 11:03:32 -0400 Original-Received: from ch-smtp02.sth.basefarm.net ([80.76.149.213]:38684) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KOZgh-0003ov-NN for emacs-devel@gnu.org; Thu, 31 Jul 2008 11:03:31 -0400 Original-Received: from c83-254-151-176.bredband.comhem.se ([83.254.151.176]:63383 helo=[127.0.0.1]) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1KOZge-0008MY-7I; Thu, 31 Jul 2008 17:03:28 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 In-Reply-To: <104458.16219.qm@web95014.mail.in2.yahoo.com> X-Antivirus: avast! (VPS 080730-0, 2008-07-30), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.151.176 X-Scan-Result: No virus found in message 1KOZge-0008MY-7I. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1KOZge-0008MY-7I 3cde44f145a12c796f294c56395dc7d8 X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) 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:101800 Archived-At: dhruva wrote: > Hi, > I just did a 'make bootstrap', emacs freezes but consumes 45% CPU > and becomes non-responsive. I have build using GCC (MinGW) and > running it on WXP. I see the same thing. > I feel the keyboard is not being read except for C-g sequence. > I was building emacs with MSVC 2003 till yesterday and had to > upgrade to MSVC 8 with which emacs does not build. I therefore > decided to use GCC (MinGW) to build and started seeing these > issues today (may not be related to GCC). I can switch back to > MSVC 2003 as I have removed it! I think this is not related to GCC. Jason did some changes to finally get the display update on w32 to work fast. I believe he is using MingGW. Jason did his checkin just some hours before Dan N did his. It looks like it could be Dan's changes that has broken something on w32.