--| Copyright (c) 1993-2006 University of Southern California and contributors. --| All rights reserved. --| Your use of this work is governed under the terms of the GNU General --| Public License version 2. -- This is a test control file test_name bigger-array-of-bit test_description A class creates an ARRAY [BIT 4096] and fills it with elements of type BIT 4096. Executing the system results in a segmentation fault if the size of the array is big enough (approximately 3000), but only if the system is finalized and garbage collection is on. copy_sub Ace $TEST Ace copy_raw test.e $CLUSTER test.e setenv EIF_FULL_COLLECTION_PERIOD 8 setenv EIF_FULL_COALESCE_PERIOD 0 setenv EIF_MEMORY_CHUNK 262144 setenv EIF_MEMORY_SCAVENGE 2097152 compile_final compile_result ok c_compile_final c_compile_result ok execute_final NONE exec_output1 3000 execute_result ok compare exec_output1 output test_end