From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Scholtes Newsgroups: gmane.emacs.devel Subject: Re: Emacs 24.0.90 Pretest Windows Binaries Date: Wed, 19 Oct 2011 06:20:06 -0600 Message-ID: <4E9EC076.6010802@gmail.com> References: <4E9E1D1D.1080405@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1319026828 30345 80.91.229.12 (19 Oct 2011 12:20:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 19 Oct 2011 12:20:28 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 19 14:20:25 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RGV8A-0007tC-H4 for ged-emacs-devel@m.gmane.org; Wed, 19 Oct 2011 14:20:22 +0200 Original-Received: from localhost ([::1]:53674 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGV88-00054V-Vz for ged-emacs-devel@m.gmane.org; Wed, 19 Oct 2011 08:20:20 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:52041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGV83-00053T-1Q for emacs-devel@gnu.org; Wed, 19 Oct 2011 08:20:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RGV7y-0007cP-J4 for emacs-devel@gnu.org; Wed, 19 Oct 2011 08:20:14 -0400 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:47960) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGV7y-0007Um-5f for emacs-devel@gnu.org; Wed, 19 Oct 2011 08:20:10 -0400 Original-Received: by mail-iy0-f169.google.com with SMTP id f6so2409801iag.0 for ; Wed, 19 Oct 2011 05:20:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=/sesZz/iZCMdPB6j2qJ8HqHrI7WzsJeXYlvBN/ZTxdE=; b=gDEWz+ljLp84qUHm8qLZ5EHkyivyHF7ghIzsUGzqoaTXcHTymEwVP/80KSMPmhaME4 nkAethfO8fvkUgl97BSwL34aoxPB5J2URRpsqOEaHDk61M8+yw2/iBCXi2Pb4rGsUIRw SPJJKAVN1XYYomSXZdwGHerrAb7kquFxBo8sw= Original-Received: by 10.231.9.10 with SMTP id j10mr2779471ibj.53.1319026809651; Wed, 19 Oct 2011 05:20:09 -0700 (PDT) Original-Received: from [192.168.1.4] (71-208-65-178.hlrn.qwest.net. [71.208.65.178]) by mx.google.com with ESMTPS id n30sm14329597ibl.4.2011.10.19.05.20.08 (version=SSLv3 cipher=OTHER); Wed, 19 Oct 2011 05:20:08 -0700 (PDT) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:145326 Archived-At: On 10/19/2011 2:52 AM, Kevin wrote: > Hi, > Have you tried to turn on the -O2 option when compiling emacs with MinGW > gcc-4.6.1 on WindowsXP? Emacs crashes when you press Ctrl-g. Win7 doesn't have > this issue. The pretest was compiled unoptimized with gcc 4.6.1 (tdmMinGW32) on Windows 7. I will try to reproduce this, if you can confirm which gcc distribution you used to compile. Thanks.