Changeset 4210 for trunk/etc/PROBLEMS
- Timestamp:
- 06/02/07 09:29:41 (1 year ago)
- Files:
-
- trunk/etc/PROBLEMS (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/etc/PROBLEMS
r4204 r4210 144 144 } 145 145 return ret; 146 147 ** Emacs crashes on startup after a glibc upgrade. 148 149 This is caused by a binary incompatible change to the malloc 150 implementation in glibc 2.5.90-22. As a result, Emacs binaries built 151 using prior versions of glibc crash when run under 2.5.90-22. 152 153 This problem was first seen in pre-release versions of Fedora 7, and 154 may be fixed in the final Fedora 7 release. To stop the crash from 155 happening, first try upgrading to the newest version of glibc; if this 156 does not work, rebuild Emacs with the same version of glibc that you 157 will run it under. For details, see 158 159 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239344 146 160 147 161 * Crash bugs … … 2745 2759 should now succeed. 2746 2760 2761 *** OpenBSD 4.0 macppc: Segfault during dumping. 2762 2763 The build aborts with signal 11 when the command `./temacs --batch 2764 --load loadup bootstrap' tries to load files.el. A workaround seems 2765 to be to reduce the level of compiler optimization used during the 2766 build (from -O2 to -O1). It is possible this is an OpenBSD 2767 GCC problem specific to the macppc architecture, possibly only 2768 occurring with older versions of GCC (e.g. 3.3.5). 2769 2747 2770 ** Installation 2748 2771 … … 2758 2781 Using directory paths with spaces is not supported at this time: you 2759 2782 must re-configure without using spaces. 2783 2784 *** Installing to a directory with non-ASCII characters in the name fails. 2785 2786 Installation may fail, or the Emacs executable may not start 2787 correctly, if a directory name containing non-ASCII characters is used 2788 as a `configure' argument (e.g. `--prefix'). The problem can also 2789 occur if a non-ASCII directory is specified in the EMACSLOADPATH 2790 envvar. 2760 2791 2761 2792 *** On Solaris, use GNU Make when installing an out-of-tree build
