From: Jan Djärv Date: Tue, 19 Jul 2005 09:35:56 +0000 (+0000) Subject: * PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping): X-Git-Tag: emacs-pretest-22.0.90~8002 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=25fd144dac52d8eacb6305fd4b502d78526409b6;p=emacs.git * PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping): -R comes after i386 in setarch command. --- diff --git a/etc/ChangeLog b/etc/ChangeLog index 2ecc124f001..f4f2aa97feb 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,8 @@ +2005-07-19 Jan Dj,Ad(Brv + + * PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping): + -R comes after i386 in setarch command. + 2005-07-12 Juri Linkov * refcard.tex (Files): Change description of `C-x C-q' from diff --git a/etc/PROBLEMS b/etc/PROBLEMS index db8840d3d15..d6977ee4f72 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -2418,11 +2418,11 @@ address space of a process. As the result dumping may fail even if you turn off exec-shield. In this case, use the -R option to the setarch command: - setarch -R i386 ./temacs --batch --load loadup [dump|bootstrap] + setarch i386 -R ./temacs --batch --load loadup [dump|bootstrap] or - setarch -R i386 make bootstrap + setarch i386 -R make bootstrap *** Fatal signal in the command temacs -l loadup inc dump.