* In the referrers test, lower the nesting depth from 2500 to 1000 to
prevent hitting a stack overflow bug in the garbage collector.
This commit is contained in:
		
							parent
							
								
									705868a8a9
								
							
						
					
					
						commit
						7119d38287
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue