aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2007-05-21 15:23:43 +0000
committerChong Yidong2007-05-21 15:23:43 +0000
commit13673952cbc410fe1ce32934749f9d5b8ddeba12 (patch)
treeabd976b17fc4d583c447b0faf44a56207d42e077
parenta9175d2e9cb65db53afe9658a52b349d471494bf (diff)
downloademacs-13673952cbc410fe1ce32934749f9d5b8ddeba12.tar.gz
emacs-13673952cbc410fe1ce32934749f9d5b8ddeba12.zip
Add "Emacs crashes on startup after a glibc upgrade."
-rw-r--r--etc/PROBLEMS15
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
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 version 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
160
161
147* Crash bugs 162* Crash bugs
148 163
149** Emacs crashes in x-popup-dialog. 164** Emacs crashes in x-popup-dialog.