diff options
| -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 @@ | |||
| 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. | ||
| 5 | |||
| 6 | 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 | ||
| 8 | xrealloc(). Relinking the application (by deleting src/temacs and | ||
| 9 | running make) will solve the problem. It appears to be caused by some | ||
| 10 | problems 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 | ||