These are the PowerBookG4 results:

Testing /guile-1.8.3/pre-inst-guile ...
with GUILE_LOAD_PATH=/guile-1.8.3/test-suite
Running alist.test
Running and-let-star.test
Running arbiters.test
Running bit-operations.test
Running c-api.test
Running chars.test
Running common-list.test
Running continuations.test
Running elisp.test
ERROR: Stack overflow
FAIL: check-guile
==================================
1 of 1 tests failed
Please report to [email protected]
==================================

Rechecked eval.c :     { SCM_OPTION_INTEGER, "stack", 40000, .....

size of long: 4


On 11/01/2008, at 6:23 AM, Neil Jerram wrote:

Roger Mc Murtrie <[EMAIL PROTECTED]> writes:

<unnamed port>: In expression (car spec):
<unnamed port>: Stack overflow
guile --user-srfi=1,10 fails to run
FAIL: test-use-srfi

In eval.c, can you look for this line:

{ SCM_OPTION_INTEGER, "stack", 20000, "Stack size limit (measured in words; 0 = no check)." },

and try doubling the 20000.

If that works, can you tell us what sizeof(long) is on your OS?  (I'm
hoping the answer will be 4.)

Thanks,
     Neil

Reply via email to