From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.bugs Subject: Re: bugs on AIX 4.3 Date: 10 Sep 2002 00:16:07 +0200 Sender: bug-guile-admin@gnu.org Message-ID: <87bs76yfko.fsf@zagadka.ping.de> References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1031609885 31684 127.0.0.1 (9 Sep 2002 22:18:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 9 Sep 2002 22:18:05 +0000 (UTC) Cc: bug-guile@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17oWr4-0008EY-00 for ; Tue, 10 Sep 2002 00:18:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17oWr9-00057D-00; Mon, 09 Sep 2002 18:18:07 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17oWqp-00055d-00 for bug-guile@gnu.org; Mon, 09 Sep 2002 18:17:47 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17oWqn-00055F-00 for bug-guile@gnu.org; Mon, 09 Sep 2002 18:17:46 -0400 Original-Received: from dialin.speedway42.dip35.dokom.de ([195.138.42.35] helo=zagadka.ping.de) by monty-python.gnu.org with smtp (Exim 4.10) id 17oWqm-00055B-00 for bug-guile@gnu.org; Mon, 09 Sep 2002 18:17:44 -0400 Original-Received: (qmail 28191 invoked by uid 1000); 9 Sep 2002 22:16:07 -0000 Original-To: "Rolf-Alois Walter" In-Reply-To: Original-Lines: 25 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: bug-guile-admin@gnu.org X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GUILE, GNU's Ubiquitous Extension Language List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.bugs:458 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:458 "Rolf-Alois Walter" 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