Mercurial > emacs
comparison etc/PROBLEMS @ 48538:6191ee17e66a
Mention problem with Emacs executable crashing after system updates
solved.
author | Andrew Choi <akochoi@shaw.ca> |
---|---|
date | Mon, 25 Nov 2002 16:24:23 +0000 |
parents | 327a5ffbd9d1 |
children | 3df8557eaf2a |
comparison
equal
deleted
inserted
replaced
48537:718308f273ba | 48538:6191ee17e66a |
---|---|
1 This file describes various problems that have been encountered | 1 This file describes various problems that have been encountered |
2 in compiling, installing and running GNU Emacs. | 2 in compiling, installing and running GNU Emacs. |
3 | 3 |
4 * Emacs crashes on Mac OS X (Carbon) after system software upgrade. | 4 * Emacs crashes on Mac OS X (Carbon) after system software upgrade. |
5 | |
6 This problem seems to be now solved by Steven Tamm's patch to | |
7 unexmacosx.c on Nov 24, 2002. | |
5 | 8 |
6 Between Mac OS X release 10.2.1 and 10.2.2 there was an incompatible | 9 Between Mac OS X release 10.2.1 and 10.2.2 there was an incompatible |
7 change in the memory allocator that causes a EXC_BAD_ACCESS error near | 10 change in the memory allocator that causes a EXC_BAD_ACCESS error near |
8 xrealloc(). Relinking the application (by deleting src/temacs and | 11 xrealloc(). Relinking the application (by deleting src/temacs and |
9 running make) will solve the problem. It appears to be caused by some | 12 running make) will solve the problem. It appears to be caused by some |