diff options
author | Steven Tamm <steventamm@mac.com> | 2002-11-14 06:30:15 +0000 |
---|---|---|
committer | Steven Tamm <steventamm@mac.com> | 2002-11-14 06:30:15 +0000 |
commit | c763d515489db05a6904ab1644973ea4ee4ab8b5 (patch) | |
tree | 802eb318f214a7471b47da36778cf0534c9e31ed /etc/PROBLEMS | |
parent | f36ca8323a4dfb01da3766af9c7eb93d59f08ec9 (diff) | |
download | emacs-c763d515489db05a6904ab1644973ea4ee4ab8b5.tar.gz |
Adding comment about Mac OS X binary incompatibility between 10.2.1 and 10.2.2
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r-- | etc/PROBLEMS | 7 |
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 @@ This file describes various problems that have been encountered in compiling, installing and running GNU Emacs. +* Emacs crashes on Mac OS X (Carbon) after system software upgrade. + +Between Mac OS X release 10.2.1 and 10.2.2 there was an incompatible +change in the memory allocator that causes a EXC_BAD_ACCESS error near +xrealloc(). Relinking the application (by deleting src/temacs and +running make) will solve the problem. It appears to be caused by some +problems with the unexec code and its interaction with libSystem.B. * Characters from the mule-unicode charsets aren't displayed under X. |