]> git.eshelyaron.com Git - emacs.git/commitdiff
Adding comment about Mac OS X binary incompatibility between 10.2.1 and 10.2.2
authorSteven Tamm <steventamm@mac.com>
Thu, 14 Nov 2002 06:30:15 +0000 (06:30 +0000)
committerSteven Tamm <steventamm@mac.com>
Thu, 14 Nov 2002 06:30:15 +0000 (06:30 +0000)
etc/PROBLEMS

index f176f298a0bc4b231d953336fa551d9829a88615..a7e1c29a41f069b286e6787b50ad49eb710b917c 100644 (file)
@@ -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.