From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: cg Newsgroups: gmane.emacs.devel Subject: Re: dumped_data_commit: memory exhausted Date: Mon, 18 May 2015 23:27:50 +0800 Message-ID: <555A04F6.7030708@gmail.com> References: <5559877E.9010602@gmx.at> <837fs6ezn4.fsf@gnu.org> Reply-To: chengang31@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1431962917 12144 80.91.229.3 (18 May 2015 15:28:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 May 2015 15:28:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 18 17:28:29 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 1YuMxu-0006kh-UJ for ged-emacs-devel@m.gmane.org; Mon, 18 May 2015 17:28:27 +0200 Original-Received: from localhost ([::1]:41334 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuMxu-0005Bp-BI for ged-emacs-devel@m.gmane.org; Mon, 18 May 2015 11:28:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuMxj-0005BY-Em for emacs-devel@gnu.org; Mon, 18 May 2015 11:28:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YuMxd-0006WY-PF for emacs-devel@gnu.org; Mon, 18 May 2015 11:28:15 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:34807) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuMxd-0006WS-J6 for emacs-devel@gnu.org; Mon, 18 May 2015 11:28:09 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YuMxa-0006ZI-0s for emacs-devel@gnu.org; Mon, 18 May 2015 17:28:06 +0200 Original-Received: from 116.237.208.70 ([116.237.208.70]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 May 2015 17:28:06 +0200 Original-Received: from chengang31 by 116.237.208.70 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 May 2015 17:28:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 29 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 116.237.208.70 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 In-Reply-To: <837fs6ezn4.fsf@gnu.org> 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.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:186579 Archived-At: On 5/18/2015 10:19 PM, Eli Zaretskii wrote: >> Date: Mon, 18 May 2015 08:32:30 +0200 >> From: martin rudalics >> >> An attempt to bootstrap trunk on Windows XP currently fails here as >> [...] > > Doesn't happen to me, strangely. But it could be borderline. > It happened to me. I guess it depends on the toolchain. I am using msys2 64-bit with the latest updates. >> Suggestions welcome. > > Like it says: enlarge the size of dumped_data[] array. > Right. I made a change to src/w32heap.c (the value is arbitrarily chose): - # define DUMPED_HEAP_SIZE (18*1024*1024) +# define DUMPED_HEAP_SIZE (28*1024*1024) then the build went through. -- cg