changeset 80944:e1035959d4a0

(Dumping): Mention OpenBSD macppc problem.
author Glenn Morris <rgm@gnu.org>
date Thu, 17 May 2007 07:58:48 +0000
parents c6124a6555d8
children 2e1d1963a411
files etc/PROBLEMS
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/PROBLEMS	Thu May 17 07:45:51 2007 +0000
+++ b/etc/PROBLEMS	Thu May 17 07:58:48 2007 +0000
@@ -2772,6 +2772,15 @@
 the file, and then reconfigure and rebuild Emacs.  The dumping process
 should now succeed.
 
+*** OpenBSD 4.0 macppc: Segfault during dumping.
+
+The build aborts with signal 11 when the command `./temacs --batch
+--load loadup bootstrap' tries to load files.el.  This seems to be a
+GCC problem specific to the macppc architecture, possibly only
+occurring with some versions of GCC.  A workaround seems to be to
+reduce the level of compiler optimization used during the build (from
+-O2 to -O1).
+
 ** Installation
 
 *** Installing Emacs gets an error running `install-info'.