From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: W32 version crashes on C-g Date: Fri, 17 Mar 2006 14:07:28 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1142597265 15636 80.91.229.2 (17 Mar 2006 12:07:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Mar 2006 12:07:45 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 17 13:07:44 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FKDjz-0004GL-8F for ged-emacs-devel@m.gmane.org; Fri, 17 Mar 2006 13:07:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FKDjy-0006AR-96 for ged-emacs-devel@m.gmane.org; Fri, 17 Mar 2006 07:07:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FKDjl-0006AF-KH for emacs-devel@gnu.org; Fri, 17 Mar 2006 07:07:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FKDjl-0006A3-B5 for emacs-devel@gnu.org; Fri, 17 Mar 2006 07:07:21 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FKDjl-0006A0-4L for emacs-devel@gnu.org; Fri, 17 Mar 2006 07:07:21 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FKDoc-0003MS-Sk for emacs-devel@gnu.org; Fri, 17 Mar 2006 07:12:23 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-141-3.inter.net.il [84.228.141.3]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id DTR21149 (AUTH halo1); Fri, 17 Mar 2006 14:07:18 +0200 (IST) Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: (storm@cua.dk) 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:51756 Archived-At: > From: storm@cua.dk (Kim F. Storm) > Date: Fri, 17 Mar 2006 11:41:07 +0100 > > I downloaded the pre-compiled binary from ntemacs.sourceforge.net > and installed it on a local XP system. > > "GNU Emacs 22.0.50.1 (i386-mingw-nt5.1.2600) > of 2006-02-27 on YAMALOK" > > It traps in MSVCRT whenever I hit C-g. My build of several days ago doesn't crash on C-g: GNU Emacs 22.0.50.1 (i386-mingw-nt5.1.2600) of 2006-03-11 on HOME-C4E4A596F7 Can you try debugging this (at least show where in the sources it crashes)? If you don't have a development environment installed, there are a couple of freely downloadable debug tools that could show you the backtrace. Google should help find them. Failing that, DrWatson could do as the last resort.