Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6a8557d

Browse files
committed
There was a typo in the MacOSX section regarding the stacksize issue.
There's no limit command near as I can tell. Should be the bash builtin ulimit command.
1 parent 67f8f2f commit 6a8557d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)