emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 67ef92fb0e9: Revert "; * src/emacs.c (main): Improvements to la


From: Po Lu
Subject: emacs-29 67ef92fb0e9: Revert "; * src/emacs.c (main): Improvements to last change."
Date: Thu, 8 Dec 2022 20:29:50 -0500 (EST)

branch: emacs-29
commit 67ef92fb0e95e63e718e8066f13b9b1942885801
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    Revert "; * src/emacs.c (main): Improvements to last change."
    
    This reverts commit c774e83e36784ab96539c5c083b3bcb6d0158a8c.  It
    causes crashes on GNU/Linux systems using libgmp, as there a shared
    library initializer is used to set the malloc functions on startup, so
    they are not dumped.
---
 src/emacs.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/emacs.c b/src/emacs.c
index 2d924da1cdb..d8a2863fd9c 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1937,9 +1937,7 @@ Using an Emacs configured with --with-x-toolkit=lucid 
does not have this problem
     }
 
   init_alloc ();
-#ifndef HAVE_UNEXEC
   init_bignum ();
-#endif
   init_threads ();
   init_eval ();
   running_asynch_code = 0;



reply via email to

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