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: dumped_data_commit: memory exhausted Date: Mon, 18 May 2015 17:19:59 +0300 Message-ID: <837fs6ezn4.fsf@gnu.org> References: <5559877E.9010602@gmx.at> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1431958829 5399 80.91.229.3 (18 May 2015 14:20:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 May 2015 14:20:29 +0000 (UTC) Cc: emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 18 16:20:20 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 1YuLu0-00066g-BM for ged-emacs-devel@m.gmane.org; Mon, 18 May 2015 16:20:20 +0200 Original-Received: from localhost ([::1]:41090 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuLtz-0008Qj-KL for ged-emacs-devel@m.gmane.org; Mon, 18 May 2015 10:20:19 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40887) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuLtx-0008Qe-4X for emacs-devel@gnu.org; Mon, 18 May 2015 10:20:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YuLts-0004Eo-6x for emacs-devel@gnu.org; Mon, 18 May 2015 10:20:17 -0400 Original-Received: from mtaout28.012.net.il ([80.179.55.184]:57971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuLtr-0004EZ-Vf for emacs-devel@gnu.org; Mon, 18 May 2015 10:20:12 -0400 Original-Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0NOJ00300U6GLQ00@mtaout28.012.net.il> for emacs-devel@gnu.org; Mon, 18 May 2015 17:19:11 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NOJ003CGUFZBC10@mtaout28.012.net.il>; Mon, 18 May 2015 17:19:11 +0300 (IDT) In-reply-to: <5559877E.9010602@gmx.at> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.184 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:186577 Archived-At: > Date: Mon, 18 May 2015 08:32:30 +0200 > From: martin rudalics > > An attempt to bootstrap trunk on Windows XP currently fails here as > > > ... > Loading c:/emacs-git/quick/lisp/vc/ediff-hook.el (source)... > Loading c:/emacs-git/quick/lisp/uniquify.el (source)... > Loading c:/emacs-git/quick/lisp/electric.el (source)... > dumped_data_commit: memory exhausted. > Enlarge dumped_data[]! > : paxctl -zex emacs.exe > mv -f emacs.exe bootstrap-emacs.exe > mv: cannot stat `emacs.exe': No such file or directory > make[2]: *** [bootstrap-emacs.exe] Error 1 > make[2]: Leaving directory `/c/emacs-git/quick/src' > make[1]: *** [src] Error 2 > make[1]: Leaving directory `/c/emacs-git/quick' > make: *** [bootstrap] Error 2 Doesn't happen to me, strangely. But it could be borderline. > Suggestions welcome. Like it says: enlarge the size of dumped_data[] array.