From: Po Lu Date: Fri, 9 Dec 2022 01:25:42 +0000 (+0800) Subject: Revert "; * src/emacs.c (main): Improvements to last change." X-Git-Tag: emacs-29.0.90~1301 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=67ef92fb0e9;p=emacs.git 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. --- 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;