emacs-devel
[Top][All Lists]
Advanced

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

emacs-26 bootstrap failure on Windows


From: Andy Moreton
Subject: emacs-26 bootstrap failure on Windows
Date: Sat, 09 Jun 2018 19:10:02 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (windows-nt)

Bootstrapping on Windows with 64bit mingw-w64 failed today, as the
dump_heap array needs expanding again:

diff --git a/src/w32heap.c b/src/w32heap.c
index a3f87bfc7e..df79f8c2ce 100644
--- a/src/w32heap.c
+++ b/src/w32heap.c
@@ -116,7 +116,7 @@ typedef struct _RTL_HEAP_PARAMETERS {
    to build only the first bootstrap-emacs.exe with the large size,
    and reset that to a lower value afterwards.  */
 #if defined _WIN64 || defined WIDE_EMACS_INT
-# define DUMPED_HEAP_SIZE (22*1024*1024)
+# define DUMPED_HEAP_SIZE (23*1024*1024)
 #else
 # define DUMPED_HEAP_SIZE (13*1024*1024)
 #endif




reply via email to

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