# HG changeset patch # User Steven Tamm # Date 1037255415 0 # Node ID 284b6e04edbeebae1e7fb9a61f3cf78bd1a14584 # Parent 3a409a9620a771a05a89f3319e5ca67334cce189 Adding comment about Mac OS X binary incompatibility between 10.2.1 and 10.2.2 diff -r 3a409a9620a7 -r 284b6e04edbe etc/PROBLEMS --- a/etc/PROBLEMS Thu Nov 14 01:56:58 2002 +0000 +++ b/etc/PROBLEMS Thu Nov 14 06:30:15 2002 +0000 @@ -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.