comparison etc/PROBLEMS @ 64489:86ac75fb6283

* PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping): -R comes after i386 in setarch command.
author Jan Djärv <jan.h.d@swipnet.se>
date Tue, 19 Jul 2005 09:35:56 +0000
parents 4b9c4819acb4
children f05a048483cc 187d6a1f84f7
comparison
equal deleted inserted replaced
64488:e71cc2adddad 64489:86ac75fb6283
2416 item, Linux kernel shipped with Fedora Core 4 randomizes the virtual 2416 item, Linux kernel shipped with Fedora Core 4 randomizes the virtual
2417 address space of a process. As the result dumping may fail even if 2417 address space of a process. As the result dumping may fail even if
2418 you turn off exec-shield. In this case, use the -R option to the setarch 2418 you turn off exec-shield. In this case, use the -R option to the setarch
2419 command: 2419 command:
2420 2420
2421 setarch -R i386 ./temacs --batch --load loadup [dump|bootstrap] 2421 setarch i386 -R ./temacs --batch --load loadup [dump|bootstrap]
2422 2422
2423 or 2423 or
2424 2424
2425 setarch -R i386 make bootstrap 2425 setarch i386 -R make bootstrap
2426 2426
2427 *** Fatal signal in the command temacs -l loadup inc dump. 2427 *** Fatal signal in the command temacs -l loadup inc dump.
2428 2428
2429 This command is the final stage of building Emacs. It is run by the 2429 This command is the final stage of building Emacs. It is run by the
2430 Makefile in the src subdirectory, or by build.com on VMS. 2430 Makefile in the src subdirectory, or by build.com on VMS.