From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Roger Mc Murtrie Newsgroups: gmane.lisp.guile.bugs Subject: Re: Mac PowerBookG4 OS X 10.4.11 (Tiger) guile test results Date: Fri, 11 Jan 2008 10:33:26 +1100 Message-ID: <1FFC9781-16D9-42CB-8ACC-6F923884B7B5@IINET.NET.AU> References: <2F4EEA7F-9906-4C4E-BA3D-5D5CB7656BD9@IINET.NET.AU> <87d4s932o7.fsf@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753) Content-Type: multipart/alternative; boundary=Apple-Mail-1-509991259 X-Trace: ger.gmane.org 1200008035 8433 80.91.229.12 (10 Jan 2008 23:33:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Jan 2008 23:33:55 +0000 (UTC) Cc: bug-guile@gnu.org To: Neil Jerram Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Jan 11 00:34:15 2008 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JD6uX-0001jA-8N for guile-bugs@m.gmane.org; Fri, 11 Jan 2008 00:34:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JD6u9-0000ex-Cw for guile-bugs@m.gmane.org; Thu, 10 Jan 2008 18:33:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JD6u4-0000dL-3h for bug-guile@gnu.org; Thu, 10 Jan 2008 18:33:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JD6tz-0000ct-90 for bug-guile@gnu.org; Thu, 10 Jan 2008 18:33:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JD6tz-0000cq-44 for bug-guile@gnu.org; Thu, 10 Jan 2008 18:33:35 -0500 Original-Received: from outbound.icp-qv1-irony-out2.iinet.net.au ([203.59.1.107]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JD6ty-0005NY-2l for bug-guile@gnu.org; Thu, 10 Jan 2008 18:33:34 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAL45hkfL2Tu0/2dsb2JhbAAIgmanCg X-IronPort-AV: E=Sophos;i="4.24,268,1196607600"; d="scan'208,217";a="264902567" Original-Received: from unknown (HELO [10.0.1.6]) ([203.217.59.180]) by outbound.icp-qv1-irony-out2.iinet.net.au with ESMTP; 11 Jan 2008 08:33:27 +0900 In-Reply-To: <87d4s932o7.fsf@ossau.uklinux.net> X-Mailer: Apple Mail (2.753) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:3688 Archived-At: --Apple-Mail-1-509991259 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed 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 bug-guile@gnu.org ================================== 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 writes: > >> : In expression (car spec): >> : 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 --Apple-Mail-1-509991259 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=ISO-8859-1 These are the=A0PowerBookG4 results:

Testing = /guile-1.8.3/pre-inst-guile ...
with = GUILE_LOAD_PATH=3D/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
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
1 of 1 tests = failed
Please report to bug-guile@gnu.org
=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D

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

size of long: = 4


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

Roger Mc Murtrie <ROGERMC@IINET.NET.AU> = writes:

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

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

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

and try doubling the 20000.

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

=A0=A0 =A0 Neil
=

= --Apple-Mail-1-509991259--