aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS11
1 files changed, 0 insertions, 11 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index abc04f3dd1..a72d6f14e3 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -59,17 +59,6 @@ There appears to be a problem with the implementation of pty's on the
Mac OS X that causes process output to be truncated. To avoid this,
leave process-connection-type set to its default value of nil.
-* Emacs crashes on Mac OS X (Carbon) after system software upgrade.
-
-This problem seems to be now solved by Steven Tamm's patch to
-unexmacosx.c on Nov 24, 2002.
-
-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.
-
* Emacs crashes with SIGSEGV in XtInitializeWidgetClass
It crashes on X, but runs fine when called with option "-nw".