Chicken scheme on master currently does not complete it's tests run locally for me, as GCC cannot finish compiling chicken's output for one of it's test files. Attached is the .c file that get's generated, and here is a link to the chicken scheme code that generates this c code: http://code.call-cc.org/cgi-bin/gitweb.cgi?p=chicken-core.git;a=blob;f=tests/apply-test.scm;h=4996dd0d1ec717be39fe4829b47468b14b9cf75a;hb=HEAD Trying to figure out best ways to avoid this or run the test correctly (limiting stack size before execution). Sending about this bug to track anyone's progress on fixing it. It may just be an upstream bug. // codemac