diff PROBLEMS @ 3074:0f411920c8db

[xemacs-hg @ 2005-11-16 12:12:57 by malcolmp] Adding PROBLEMS to the Help Menu.
author malcolmp
date Wed, 16 Nov 2005 12:13:03 +0000
parents 68a5da07c189
children a83f79c23956
line wrap: on
line diff
--- a/PROBLEMS	Wed Nov 16 11:54:10 2005 +0000
+++ b/PROBLEMS	Wed Nov 16 12:13:03 2005 +0000
@@ -1387,10 +1387,10 @@
 *** XEmacs crashes on MacOS within font-lock, or when dealing
 with large compilation buffers, or in other regex applications.
 
-The default stack size under MacOS/X is rather small (512k as opposed
-to Solaris 8M), hosing the regexp code, which uses alloca()
-extensively, overflowing the stack when complex regexps are used.
-Workarounds:
+The default stack size under MacOS/X prior to 10.3 (Panther) is rather
+small (512k as opposed to Solaris 8M), hosing the regexp code, which
+uses alloca() extensively, overflowing the stack when complex regexps
+are used.  Workarounds:
 
 1) Increase your stack size, using `ulimit -s 8192' or a (t)csh
    equivalent;