From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chris Zheng Newsgroups: gmane.emacs.devel Subject: Re: MS-Windows tester wanted for trunk Date: Wed, 17 Sep 2014 17:28:00 +0800 Message-ID: <20140917.172800.824951221171219206.chriszheng99@gmail.com> References: <83k3534o63.fsf@gnu.org> <20140916.225637.1865337425378350297.chriszheng99@gmail.com> <83egvb4n52.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1410946888 22882 80.91.229.3 (17 Sep 2014 09:41:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Sep 2014 09:41:28 +0000 (UTC) Cc: dmantipov@yandex.ru, emacs-devel@gnu.org To: eliz@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 17 11:41:18 2014 Return-path: Envelope-to: ged-emacs-devel@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 1XUBjh-0004hN-He for ged-emacs-devel@m.gmane.org; Wed, 17 Sep 2014 11:41:17 +0200 Original-Received: from localhost ([::1]:43297 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUBjh-0006U9-5p for ged-emacs-devel@m.gmane.org; Wed, 17 Sep 2014 05:41:17 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:42732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUBjZ-0006MV-3j for emacs-devel@gnu.org; Wed, 17 Sep 2014 05:41:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XUBjT-0007Kt-Dh for emacs-devel@gnu.org; Wed, 17 Sep 2014 05:41:08 -0400 Original-Received: from mail-pd0-x229.google.com ([2607:f8b0:400e:c02::229]:43543) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUBX7-0003sg-Tp; Wed, 17 Sep 2014 05:28:18 -0400 Original-Received: by mail-pd0-f169.google.com with SMTP id fp1so1791906pdb.0 for ; Wed, 17 Sep 2014 02:28:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:message-id:to:cc:subject:from:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=q7ZH+yuPOrFXEt/u+CapdDMiD5kV7aAZuehlr3xRpvE=; b=P4ZhqZIPG7fGxN6lDaDX+AHqm5CF0YPcs3/eiaVc4bCAEmkwXaJR+YoNf90spsERyi eGYLHgfMNIKlaQEOeDeWpEWlJGzEVX0rAK0Zf03w5kloD460PnUGVcUpDhLgpD2sCnLd 2e3rdn5TMIeImM+QtqDqkyOeTpY1s38lI8spGjLo/SO4SDmgk1O61ZH8nAmVEpPRwjxs pbRg5PdzRRsiXqjDkaMHS0gkb/jtEXMB+Vhxvt+D6R4ulARY3wxiVskDJcQ+d4TkHXhJ rRPlARemT65QY8OR3yoA3bEct1vZwF9m/DqYtuo2pIPrvgHveNHUShpPygY5t7bn2xwZ mSWA== X-Received: by 10.70.29.100 with SMTP id j4mr23096052pdh.98.1410946093666; Wed, 17 Sep 2014 02:28:13 -0700 (PDT) Original-Received: from localhost ([211.64.141.155]) by mx.google.com with ESMTPSA id p6sm15840105pds.13.2014.09.17.02.28.10 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Wed, 17 Sep 2014 02:28:12 -0700 (PDT) In-Reply-To: <83egvb4n52.fsf@gnu.org> X-Mailer: Mew version 6.6 on Emacs 24.4.50 / Mule 6.0 (HANACHIRUSATO) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::229 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:174405 Archived-At: From: Eli Zaretskii Subject: Re: MS-Windows tester wanted for trunk Date: Tue, 16 Sep 2014 18:10:17 +0300 Hi Eli, > OK. If you continue (e.g., with "make -k"), does it succeed to finish > the bootstrap, and if so, can you start a session and evaluate the > problematic code, the one that called 'log', in the scratch buffer? Thanks for your hints. I have located the crash was coused by `(ceiling (/ (ceiling (/ (log value) (log 2))) 8.0))' in /lisp/erc/erc-dcc.el. But I then realized that the bug was more likely in my system because the simple C code like double d = 2.00; d = log (d); will result in crash. And the crash finally disappeared when I updated my build system. It seems a bug in the header of MinGW and has been resolved. > Also, any idea where did that __fu0_log come from? Maybe It is generated by GCC. Wishes, Chris