From 7119d38287659ec665a1a542c23edd1758ad3a1f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 4 Oct 2010 22:26:38 +0000 Subject: [PATCH] * In the referrers test, lower the nesting depth from 2500 to 1000 to prevent hitting a stack overflow bug in the garbage collector. --- tests/referrers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/referrers.sh b/tests/referrers.sh index e3f8e07bc1..aa5edb5551 100644 --- a/tests/referrers.sh +++ b/tests/referrers.sh @@ -3,7 +3,7 @@ source common.sh # This takes way to long on Cygwin (because process creation is so slow...). if test "$system" = i686-cygwin; then exit 0; fi -max=2500 +max=1000 reference=$NIX_STORE_DIR/abcdef touch $reference