Show
Ignore:
Timestamp:
06/02/07 09:29:41 (1 year ago)
Author:
miyoshi
Message:

Sync up with Emacs_22_BASE.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/etc/PROBLEMS

    r4204 r4210  
    144144         } 
    145145         return ret; 
     146 
     147** Emacs crashes on startup after a glibc upgrade. 
     148 
     149This is caused by a binary incompatible change to the malloc 
     150implementation in glibc 2.5.90-22.  As a result, Emacs binaries built 
     151using prior versions of glibc crash when run under 2.5.90-22. 
     152 
     153This problem was first seen in pre-release versions of Fedora 7, and 
     154may be fixed in the final Fedora 7 release.  To stop the crash from 
     155happening, first try upgrading to the newest version of glibc; if this 
     156does not work, rebuild Emacs with the same version of glibc that you 
     157will run it under.  For details, see 
     158 
     159https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239344 
    146160 
    147161* Crash bugs 
     
    27452759should now succeed. 
    27462760 
     2761*** OpenBSD 4.0 macppc: Segfault during dumping. 
     2762 
     2763The build aborts with signal 11 when the command `./temacs --batch 
     2764--load loadup bootstrap' tries to load files.el.  A workaround seems 
     2765to be to reduce the level of compiler optimization used during the 
     2766build (from -O2 to -O1).  It is possible this is an OpenBSD 
     2767GCC problem specific to the macppc architecture, possibly only 
     2768occurring with older versions of GCC (e.g. 3.3.5). 
     2769 
    27472770** Installation 
    27482771 
     
    27582781Using directory paths with spaces is not supported at this time: you 
    27592782must re-configure without using spaces. 
     2783 
     2784*** Installing to a directory with non-ASCII characters in the name fails. 
     2785 
     2786Installation may fail, or the Emacs executable may not start 
     2787correctly, if a directory name containing non-ASCII characters is used 
     2788as a `configure' argument (e.g. `--prefix').  The problem can also 
     2789occur if a non-ASCII directory is specified in the EMACSLOADPATH 
     2790envvar. 
    27602791 
    27612792*** On Solaris, use GNU Make when installing an out-of-tree build