From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#12544: -r110296..110297 causes random crashes in optimized build on Windows Date: Mon, 01 Oct 2012 11:47:59 +0200 Message-ID: <83ehlicyls.fsf@gnu.org> References: <83haqed1vv.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1349084933 11017 80.91.229.3 (1 Oct 2012 09:48:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Oct 2012 09:48:53 +0000 (UTC) Cc: 12544@debbugs.gnu.org, fabrice.popineau@supelec.fr To: lekktu@gmail.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Oct 01 11:48:56 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TIccM-0003sm-52 for geb-bug-gnu-emacs@m.gmane.org; Mon, 01 Oct 2012 11:48:50 +0200 Original-Received: from localhost ([::1]:38235 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIccG-0002rl-KD for geb-bug-gnu-emacs@m.gmane.org; Mon, 01 Oct 2012 05:48:44 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:40291) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIcc9-0002rg-Sd for bug-gnu-emacs@gnu.org; Mon, 01 Oct 2012 05:48:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TIcc8-0004K7-W8 for bug-gnu-emacs@gnu.org; Mon, 01 Oct 2012 05:48:37 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:54387) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIcc8-0004K3-SP for bug-gnu-emacs@gnu.org; Mon, 01 Oct 2012 05:48:36 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TIccY-0001nP-59 for bug-gnu-emacs@gnu.org; Mon, 01 Oct 2012 05:49:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 01 Oct 2012 09:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12544 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 12544-submit@debbugs.gnu.org id=B12544.13490849286884 (code B ref 12544); Mon, 01 Oct 2012 09:49:02 +0000 Original-Received: (at 12544) by debbugs.gnu.org; 1 Oct 2012 09:48:48 +0000 Original-Received: from localhost ([127.0.0.1]:35700 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TIccK-0001my-D8 for submit@debbugs.gnu.org; Mon, 01 Oct 2012 05:48:48 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:45230) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TIccI-0001mr-TH for 12544@debbugs.gnu.org; Mon, 01 Oct 2012 05:48:47 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MB700200KGKYQ00@a-mtaout20.012.net.il> for 12544@debbugs.gnu.org; Mon, 01 Oct 2012 11:47:53 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MB7002K8KJTLU70@a-mtaout20.012.net.il>; Mon, 01 Oct 2012 11:47:53 +0200 (IST) In-reply-to: <83haqed1vv.fsf@gnu.org> X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:65067 Archived-At: > Date: Mon, 01 Oct 2012 10:37:08 +0200 > From: Eli Zaretskii > Cc: 12544@debbugs.gnu.org, fabrice.popineau@supelec.fr > > To be absolutely sure the crashes have nothing to do with the timers > introduced in revision 110287, can you please try this: > > . comment out the line that defines HAVE_SETITIMER in nt/config.nt > . ifdef away the entire body of 'alarm' (in w32proc.c), except its > last line, which returns to the caller the value of its argument > . build Emacs and see if the crashes go away Actually, with the trunk post-r110319, the second bullet is unnecessary.