<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Apr 21, 2014 at 4:46 PM, Robert P. Goldman <span dir="ltr"><<a href="mailto:rpgoldman@sift.info" target="_blank">rpgoldman@sift.info</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">CALL-STACK overflow, stack size = 8712192..<br>
upgrade FAILED for mkcl from REQUIRE using method<br>
'load-asdf-lisp'load-asdf-fasl<br>
you can retry just that test with:<br>
ASDF_UPGRADE_TEST_TAGS="REQUIRE"<br>
ASDF_UPGRADE_TEST_METHODS="'load-asdf-lisp'load-asdf-fasl" ./test/\<br>
run-tests.sh -u mkcl<br>
or more interactively (and maybe with rlwrap or in emacs), start with:<br>
mkcl -norc<br>
then copy/paste:<br>
(load "test/script-support.lisp") (asdf-test::da) (test-upgrade<br>
'load-asdf-lisp'load-asdf-fasl "REQUIRE")<br>
<br></blockquote><div><br></div><div>The whole MKCL process has hit the OS imposed limit on the size of the stack.<br></div><div>A call to "ulimit -s" at the shell prompt should give you a number that when<br></div>
<div>multiplied by 1024 should be very close to the "stack size" claimed here above.<br><br></div><div>Exhausting 8 Meg of stack is usually sign of some form of infinite recursion in the program<br></div><div>so I would not even advise to attempt to grow the stack...<br>
<br></div><div>I'll try to investigate further.<br> <br></div></div></div></div>