From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Newsgroups: gmane.lisp.guile.devel Subject: Re: autocompilation support in master Date: Tue, 9 Jun 2009 6:31:11 -0400 Message-ID: <20090609103112.G0G6X.15879.root@cdptpa-web23-z01> References: <20090609005226.GA3468@fibril.netris.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1244543493 21631 80.91.229.12 (9 Jun 2009 10:31:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Jun 2009 10:31:33 +0000 (UTC) Cc: Andy Wingo , guile-devel To: Neil Jerram , Mark H Weaver Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Jun 09 12:31:30 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MDyc3-0002yQ-QR for guile-devel@m.gmane.org; Tue, 09 Jun 2009 12:31:28 +0200 Original-Received: from localhost ([127.0.0.1]:58472 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDyc3-0004Vt-3W for guile-devel@m.gmane.org; Tue, 09 Jun 2009 06:31:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MDyby-0004VQ-2t for guile-devel@gnu.org; Tue, 09 Jun 2009 06:31:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MDybx-0004VA-Fa for guile-devel@gnu.org; Tue, 09 Jun 2009 06:31:21 -0400 Original-Received: from [199.232.76.173] (port=53326 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDybx-0004Un-CR for guile-devel@gnu.org; Tue, 09 Jun 2009 06:31:21 -0400 Original-Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.123]:58056) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MDybu-0004pK-9K for guile-devel@gnu.org; Tue, 09 Jun 2009 06:31:18 -0400 Original-Received: from cdptpa-web23-z01 ([10.127.132.114]) by cdptpa-smta01.mail.rr.com with ESMTP id <20090609103112001.PKGJ23251@cdptpa-smta01.mail.rr.com>; Tue, 9 Jun 2009 10:31:12 +0000 In-Reply-To: <20090609005226.GA3468@fibril.netris.org> X-Priority: 3 (Normal) Sensitivity: Normal X-Originating-IP: X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (1203?) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:8651 Archived-At: ---- Mark H Weaver wrote: > On Tue, Jun 09, 2009 at 12:24:48AM +0100, Neil Jerram wrote: > > > GUILE_AUTO_COMPILE=0 ../meta/uninstalled-env guile-tools compile -o "language/ecmascript/spec.go" "language/ecmascript/spec.scm" > > > ERROR: Stack overflow > > > > This is still happening for me after pulling the latest master today. > > I have the same problem on Debian Lenny/x86, and am able to work > around it by increasing the stack size resource limit. On my system, > "ulimit -s 16384" (within bash) before running "make" does the trick. > Unfortunately, this is not a portable solution. Yes, I've experienced this too. Works for me when I bump up my stack to 9000 from 8192. I've also found that's it's compiler dependent. Gcc 4.4 works I think, while 4.3 fails. (Not sure about that, as I'm not at that machine right now). -Dale > > Mark > >