From 952b13a4b1c7fa5517937470b9752c7530dde2d6 Mon Sep 17 00:00:00 2001 From: ph10 Date: Wed, 9 Jul 2008 11:03:07 +0000 Subject: Comments about stack usage added. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@358 2f5784b3-3f2a-0410-8824-cb99058d5e15 --- RunTest | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'RunTest') diff --git a/RunTest b/RunTest index 5ae334a..24f4c15 100755 --- a/RunTest +++ b/RunTest @@ -144,7 +144,14 @@ if [ $do2 = yes ] ; then if [ $? = 0 ] ; then $cf $testdata/testoutput2 testtry if [ $? != 0 ] ; then exit 1; fi - else exit 1 + else + echo " " + echo "** Test 2 requires a lot of stack. If it has crashed with a" + echo "** segmentation fault, it may be that you do not have enough" + echo "** stack available by default. Please see the 'pcrestack' man" + echo "** page for a discussion of PCRE's stack usage." + echo " " + exit 1 fi echo "OK" fi -- cgit v1.2.1