bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mac PowerBookG4 OS X 10.4.11 (Tiger) guile test results


From: Roger Mc Murtrie
Subject: Re: Mac PowerBookG4 OS X 10.4.11 (Tiger) guile test results
Date: Fri, 11 Jan 2008 10:33:26 +1100

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 address@hidden
==================================

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 <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]