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: Emacs master, w32/w64 Date: Tue, 22 Dec 2015 05:32:53 +0200 Message-ID: <83si2vqhsq.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1450755164 15413 80.91.229.3 (22 Dec 2015 03:32:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Dec 2015 03:32:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: Fabrice Popineau Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 22 04:32:39 2015 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 1aBDgk-00007B-A6 for ged-emacs-devel@m.gmane.org; Tue, 22 Dec 2015 04:32:38 +0100 Original-Received: from localhost ([::1]:48517 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBDgj-0004up-6U for ged-emacs-devel@m.gmane.org; Mon, 21 Dec 2015 22:32:37 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53244) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBDgX-0004uH-RN for emacs-devel@gnu.org; Mon, 21 Dec 2015 22:32:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aBDgU-0008Qg-KW for emacs-devel@gnu.org; Mon, 21 Dec 2015 22:32:25 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:47624) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBDgU-0008Qc-HG; Mon, 21 Dec 2015 22:32:22 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1430 helo=HOME-C4E4A596F7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aBDgS-0001s8-BJ; Mon, 21 Dec 2015 22:32:21 -0500 In-reply-to: (message from Fabrice Popineau on Mon, 21 Dec 2015 22:22:22 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:196634 Archived-At: > From: Fabrice Popineau > Date: Mon, 21 Dec 2015 22:22:22 +0100 > > At the moment, when I ran tests on emacs master build with msys2 on w64, > filenotify-tests take forever long : 15mn on a core i7. I have the feeling > something is wrong with read_event / timeouts. I don't remember something like > this was happening before. I see no such issue on the emacs-25 branch. The master branch gets much less attention these days, and also has a few bugs corrected on the emacs-25 branch that wasn't yet merged to master. I suggest that you switch to tracking emacs-25 for a while, which will also help us stabilize it faster. If you see the problem on the emacs-25 branch, please report the details, and we will investigate with much higher urgency. Thanks.