From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Moreton Newsgroups: gmane.emacs.devel Subject: Re: Build failure for Emacs master Date: Tue, 19 Apr 2016 00:48:51 +0100 Message-ID: <86bn564gws.fsf@gmail.com> References: <56CCD91E.6070507@alice.it> <56CE2CA7.5050906@alice.it> <83io1cg2pt.fsf@gnu.org> <56DA0327.2030009@alice.it> <83oaatxu72.fsf@gnu.org> <570C4307.6050907@alice.it> <83k2k2g82s.fsf@gnu.org> <86egaa7b0z.fsf@gmail.com> <83a8kyfd38.fsf@gnu.org> <86lh4hm7dd.fsf@gmail.com> <83oa9cdu7l.fsf@gnu.org> <83k2k0dqtg.fsf@gnu.org> <83fuuodm1q.fsf@gnu.org> <864mb4j5lw.fsf@gmail.com> <837ffze3dx.fsf@gnu.org> <86k2jzgu8d.fsf@gmail.com> <83r3e7c4yn.fsf@gnu.org> <57149B76.5050706@alice.it> <83bn56ahxf.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1461023358 29424 80.91.229.3 (18 Apr 2016 23:49:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Apr 2016 23:49:18 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 19 01:49:11 2016 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 1asIuk-0003AG-VV for ged-emacs-devel@m.gmane.org; Tue, 19 Apr 2016 01:49:11 +0200 Original-Received: from localhost ([::1]:47271 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asIuk-00084m-9L for ged-emacs-devel@m.gmane.org; Mon, 18 Apr 2016 19:49:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40305) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asIuf-00080l-BS for emacs-devel@gnu.org; Mon, 18 Apr 2016 19:49:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asIub-0004OF-9O for emacs-devel@gnu.org; Mon, 18 Apr 2016 19:49:05 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:48127) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asIub-0004O3-3W for emacs-devel@gnu.org; Mon, 18 Apr 2016 19:49:01 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1asIuZ-00033k-6n for emacs-devel@gnu.org; Tue, 19 Apr 2016 01:48:59 +0200 Original-Received: from 82-69-64-228.dsl.in-addr.zen.co.uk ([82.69.64.228]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Apr 2016 01:48:59 +0200 Original-Received: from andrewjmoreton by 82-69-64-228.dsl.in-addr.zen.co.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Apr 2016 01:48:59 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 82-69-64-228.dsl.in-addr.zen.co.uk User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.92 (windows-nt) Cancel-Lock: sha1:YtRWAkB0wvP7fqdS6oQwD/oSkFA= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:203077 Archived-At: On Mon 18 Apr 2016, Eli Zaretskii wrote: >> Cc: emacs-devel@gnu.org >> From: Angelo Graziosi >> Date: Mon, 18 Apr 2016 10:31:50 +0200 >> >> Il 15/04/2016 16:38, Eli Zaretskii ha scritto: >> >> > I've just fixed on the emacs-25 branch a serious bug in the w32 >> > implementation of mmap_realloc. The conditions under which the bug >> >> > So please try reproducing your problem after updating the repository >> > from upstream, I hope that the problems will be gone. (If you are >> > tracking master, wait until ab849b7 is merged to it, or apply it >> > manually.) >> > >> >> Since I use this patch, the build seems to be completed without issues.. > > Thanks for letting us know. FYI I have also bootstrapped emacs-25, and master (with the patch applied) on the machine showing problems. Both built without the corruption, so I think you patch has fixed this problem. Thanks Eli! AndyM