unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Marius Vollmer <mvo@zagadka.ping.de>
Cc: bug-guile@gnu.org
Subject: Re: bugs on AIX 4.3
Date: 10 Sep 2002 00:16:07 +0200	[thread overview]
Message-ID: <87bs76yfko.fsf@zagadka.ping.de> (raw)
In-Reply-To: <OF3C33EA4D.AC3B42D7-ON41256C2F.003DB5CE@db.com>

"Rolf-Alois Walter" <rolf-alois.walter@db.com> 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


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-guile


      reply	other threads:[~2002-09-09 22:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-09 11:15 bugs on AIX 4.3 Rolf-Alois Walter
2002-09-09 22:16 ` Marius Vollmer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bs76yfko.fsf@zagadka.ping.de \
    --to=mvo@zagadka.ping.de \
    --cc=bug-guile@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).