diff options
| author | Chong Yidong | 2007-05-21 15:23:43 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-05-21 15:23:43 +0000 |
| commit | 13673952cbc410fe1ce32934749f9d5b8ddeba12 (patch) | |
| tree | abd976b17fc4d583c447b0faf44a56207d42e077 | |
| parent | a9175d2e9cb65db53afe9658a52b349d471494bf (diff) | |
| download | emacs-13673952cbc410fe1ce32934749f9d5b8ddeba12.tar.gz emacs-13673952cbc410fe1ce32934749f9d5b8ddeba12.zip | |
Add "Emacs crashes on startup after a glibc upgrade."
| -rw-r--r-- | etc/PROBLEMS | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index efa2bbd2227..50223626e24 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -144,6 +144,21 @@ Reportedly this patch in X fixes the problem. | |||
| 144 | } | 144 | } |
| 145 | return ret; | 145 | return ret; |
| 146 | 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 version 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 | ||
| 160 | |||
| 161 | |||
| 147 | * Crash bugs | 162 | * Crash bugs |
| 148 | 163 | ||
| 149 | ** Emacs crashes in x-popup-dialog. | 164 | ** Emacs crashes in x-popup-dialog. |