From 25fd144dac52d8eacb6305fd4b502d78526409b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Tue, 19 Jul 2005 09:35:56 +0000 Subject: [PATCH] * PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping): -R comes after i386 in setarch command. --- etc/ChangeLog | 5 +++++ etc/PROBLEMS | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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. -- 2.39.2