aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/PROBLEMS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index f176f298a0b..a7e1c29a41f 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -1,6 +1,13 @@
1This file describes various problems that have been encountered 1This file describes various problems that have been encountered
2in compiling, installing and running GNU Emacs. 2in compiling, installing and running GNU Emacs.
3 3
4* Emacs crashes on Mac OS X (Carbon) after system software upgrade.
5
6Between Mac OS X release 10.2.1 and 10.2.2 there was an incompatible
7change in the memory allocator that causes a EXC_BAD_ACCESS error near
8xrealloc(). Relinking the application (by deleting src/temacs and
9running make) will solve the problem. It appears to be caused by some
10problems with the unexec code and its interaction with libSystem.B.
4 11
5* Characters from the mule-unicode charsets aren't displayed under X. 12* Characters from the mule-unicode charsets aren't displayed under X.
6 13