emacs-diffs
[Top][All Lists]
Advanced

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

scratch/better-cu-fixup af5fb532da 1/3: * src/pdumper.c (Fdump_emacs_por


From: Andrea Corallo
Subject: scratch/better-cu-fixup af5fb532da 1/3: * src/pdumper.c (Fdump_emacs_portable): Check and warn for pure space overflow
Date: Wed, 17 Aug 2022 16:54:30 -0400 (EDT)

branch: scratch/better-cu-fixup
commit af5fb532da5568d88cf01b555aa9ad281ca7c3eb
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * src/pdumper.c (Fdump_emacs_portable): Check and warn for pure space 
overflow
---
 src/pdumper.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/pdumper.c b/src/pdumper.c
index 33cb804dba..168027726c 100644
--- a/src/pdumper.c
+++ b/src/pdumper.c
@@ -4040,6 +4040,8 @@ types.  */)
   if (!NILP (XCDR (Fall_threads ())))
     error ("No other Lisp threads can be running when this function is 
called");
 
+  check_pure_size ();
+
   /* Clear out any detritus in memory.  */
   do
     {



reply via email to

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