File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -455,10 +455,11 @@ Reliant UNIX: The thread support does not compile on Reliant UNIX, and
455455 platform as well. This should be resolved in time for a
456456 future release.
457457
458- Mac OS X 10: One of the regular expression tests fails with a segmentation
459- violation (SIGSEGV) due to the small stack size used by default,
460- if you give the command "limit stacksize 2048" before "make test"
461- it should work.
458+ MacOSX: The tests will crash on both 10.1 and 10.2 with SEGV in
459+ test_re and test_sre due to the small default stack size. Do
460+ "ulimit -s 2048" before "make test" to avoid the failure.
461+ Note that this is a built-in bash command so if you're using a
462+ different shell, the command may be different too.
462463
463464 On naked Darwin you may want to add the configure option
464465 "--disable-toolbox-glue" to disable the glue code for the Carbon
You can’t perform that action at this time.
0 commit comments