bug-guile
[Top][All Lists]
Advanced

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

Re: bugs on AIX 4.3


From: Marius Vollmer
Subject: Re: bugs on AIX 4.3
Date: 10 Sep 2002 00:16:07 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

"Rolf-Alois Walter" <address@hidden> writes:

> When I tried to build Guile 1.6 on AIX 4.3 there occurred
> a 'stack overflow':

That seems strange.  Can you try to add

    (debug-set! stack 0)

to the file guile-1.6.0/scripts/snarf-check-and-output-texi, after the
'define-module' statement?  That will disable the stack checking.
That might make Guile use a lot of memory, so you might want to be
careful.

The default stack room that Guile allows is 20000 somethings.  On my
box, snarf-check-and-output-texi can run within 1500 somethings.  It
would be strange when it would regularily need more than 20000 on AIX.
So I suspect there is a bug somewhere that leads to unbounded stack
growth.  To be able run smaller tests, you need to finish the build
first, which you can do by touching guile.texi and
guile-procedures.texi in libguile/.  You wont have online docs then,
but the guile executable should be able to run.

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405




reply via email to

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