From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Scholtes Newsgroups: gmane.emacs.devel,gmane.emacs.windows Subject: Re: emacs-20111024-r106182 Windows Binaries Date: Tue, 25 Oct 2011 06:32:41 -0600 Message-ID: <86sjmhmety.fsf@googlemail.com> References: <864nyxohb6.fsf@googlemail.com> <86k47t4phi.fsf@gmail.com> <86wrbtmyj8.fsf@googlemail.com> <86fwih4o93.fsf@gmail.com> <86y5w9fowr.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1319545995 4338 80.91.229.12 (25 Oct 2011 12:33:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 25 Oct 2011 12:33:15 +0000 (UTC) Cc: help-emacs-windows@gnu.org, Leo , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 25 14:33:10 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 1RIgBp-0007Rp-DL for ged-emacs-devel@m.gmane.org; Tue, 25 Oct 2011 14:33:09 +0200 Original-Received: from localhost ([::1]:51665 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIgBo-0003is-VV for ged-emacs-devel@m.gmane.org; Tue, 25 Oct 2011 08:33:08 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:57403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIgBj-0003gF-6v for emacs-devel@gnu.org; Tue, 25 Oct 2011 08:33:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RIgBX-0001yB-Re for emacs-devel@gnu.org; Tue, 25 Oct 2011 08:33:03 -0400 Original-Received: from mail-yw0-f41.google.com ([209.85.213.41]:58584) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIgBX-0001y3-OD; Tue, 25 Oct 2011 08:32:51 -0400 Original-Received: by ywa17 with SMTP id 17so532875ywa.0 for ; Tue, 25 Oct 2011 05:32:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=dSfVJzIX1l0ovNJ11LrS/YEVPEC9gRQwoZPZUMW6MBM=; b=Ooe4NFCaCUdcs9bbJPPcRXQ1/QGXOzTLIhoJ8NRnf0KYsSwnhtF7+ExAu1LZMDZ/kT V3SDrynHm1zMM9MSpYQNNpZw4uE+XJj6CQARQAdUfq6+bWb9+TNdlXMdYB5tjWsk7r5v /JkOzhqlp0d0NkkriH0RiPtscrBqi1uVRSmv8= Original-Received: by 10.236.170.197 with SMTP id p45mr24647915yhl.63.1319545971082; Tue, 25 Oct 2011 05:32:51 -0700 (PDT) Original-Received: from MARVIN (71-208-77-210.hlrn.qwest.net. [71.208.77.210]) by mx.google.com with ESMTPS id j25sm38081156yhm.12.2011.10.25.05.32.48 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 25 Oct 2011 05:32:49 -0700 (PDT) In-Reply-To: (Eli Zaretskii's message of "Tue, 25 Oct 2011 04:56:09 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (windows-nt) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.41 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:145514 gmane.emacs.windows:5135 Archived-At: Eli Zaretskii writes: >> >> emacs.exe >> 24.0.90.0 >> 4e9e1382 >> ntdll.dll >> 6.1.7601.17514 >> 4ce7ba58 >> c0000029 >> 000907b6 >> 760 >> 01cc91fd0016c7e4 >> D:\emacs-24.0.90\bin\emacs.exe >> C:\windows\SysWOW64\ntdll.dll > > Yes, that's the same crash that I cited. Leo said that this happens with the last weekly build I provided. It was compiled _without_ optimizations. The original report claimed to compile with `-O2'. Just to make sure, is specifying `--no-opt' enough to disable optimizations when configuring or do I have to specify `-O0' explicitely? If this turns out to be a problem with 4.6.1 in general, I will switch back to an older version. Or should I use `-fno-omit-frame-pointer'? Christoph