projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ccdda3
)
Revert "; * src/emacs.c (main): Improvements to last change."
author
Po Lu
<luangruo@yahoo.com>
Fri, 9 Dec 2022 01:25:42 +0000
(09:25 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Fri, 9 Dec 2022 01:25:42 +0000
(09:25 +0800)
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
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index 2d924da1cdb6da70438a02b6d101e207054766d8..d8a2863fd9c4fa4671f55bae59d573e0dfe358f0 100644
(file)
--- 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;