emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#29180: closed (27.0.50; Bootstrapping on MINGW64 f


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29180: closed (27.0.50; Bootstrapping on MINGW64 fails with "dumped_data_commit: memory exhausted")
Date: Tue, 07 Nov 2017 19:43:01 +0000

Your message dated Tue, 07 Nov 2017 21:42:21 +0200
with message-id <address@hidden>
and subject line Re: bug#29180: 27.0.50; Bootstrapping on MINGW64 fails with 
"dumped_data_commit: memory exhausted"
has caused the debbugs.gnu.org bug report #29180,
regarding 27.0.50; Bootstrapping on MINGW64 fails with "dumped_data_commit: 
memory exhausted"
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
29180: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29180
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 27.0.50; Bootstrapping on MINGW64 fails with "dumped_data_commit: memory exhausted" Date: Mon, 6 Nov 2017 13:27:40 -0800
Bootstrapping master (at commit 1d8f885) on MINGW64 fails for me with
the following error:

[...]
./temacs --batch  --load loadup bootstrap
Loading loadup.el (source)...
Using load-path [...]
Loading emacs-lisp/byte-run (source)...
[... a bunch more ...]
Loading c:/home/jbm/src/emacs/lisp/image.el (source)...
dumped_data_commit: memory exhausted.
Enlarge dumped_data[]!
make[2]: *** [Makefile:738: bootstrap-emacs.exe] Error 127
make[2]: Leaving directory '/c/home/jbm/src/emacs/src'
make[1]: *** [Makefile:416: src] Error 2
make[1]: Leaving directory '/c/home/jbm/src/emacs'
make: *** [Makefile:1098: bootstrap] Error 2

I've attached the full output of "make bootstrap", plus a patch bumping
the size of DUMPED_HEAP_SIZE. The patch allows the bootstrap to succeed,
but I'm not sure if any investigation is required first.

Thanks

John

Attachment: bootstrap-memory-exhausted.txt
Description: Text document

Attachment: 0001-Bump-up-DUMPED_HEAP_SIZE-in-w32heap.c.patch
Description: Binary data


--- End Message ---
--- Begin Message --- Subject: Re: bug#29180: 27.0.50; Bootstrapping on MINGW64 fails with "dumped_data_commit: memory exhausted" Date: Tue, 07 Nov 2017 21:42:21 +0200
> From: John Mastro <address@hidden>
> Date: Mon, 6 Nov 2017 13:27:40 -0800
> 
> Bootstrapping master (at commit 1d8f885) on MINGW64 fails for me with
> the following error:
> 
> [...]
> ./temacs --batch  --load loadup bootstrap
> Loading loadup.el (source)...
> Using load-path [...]
> Loading emacs-lisp/byte-run (source)...
> [... a bunch more ...]
> Loading c:/home/jbm/src/emacs/lisp/image.el (source)...
> dumped_data_commit: memory exhausted.
> Enlarge dumped_data[]!
> make[2]: *** [Makefile:738: bootstrap-emacs.exe] Error 127
> make[2]: Leaving directory '/c/home/jbm/src/emacs/src'
> make[1]: *** [Makefile:416: src] Error 2
> make[1]: Leaving directory '/c/home/jbm/src/emacs'
> make: *** [Makefile:1098: bootstrap] Error 2
> 
> I've attached the full output of "make bootstrap", plus a patch bumping
> the size of DUMPED_HEAP_SIZE. The patch allows the bootstrap to succeed,
> but I'm not sure if any investigation is required first.

Thanks, I pushed your change.  It's TRT to do in these cases.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]