From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: autocompilation support in master Date: Tue, 09 Jun 2009 09:27:37 +0200 Message-ID: References: <87hbyujpof.fsf@arudy.ossau.uklinux.net> <87vdn6gvgf.fsf@arudy.ossau.uklinux.net> <20090609005226.GA3468@fibril.netris.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1244532470 20760 80.91.229.12 (9 Jun 2009 07:27:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Jun 2009 07:27:50 +0000 (UTC) Cc: guile-devel , Neil Jerram To: Mark H Weaver Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Jun 09 09:27:46 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 1MDvkE-0004Ec-CI for guile-devel@m.gmane.org; Tue, 09 Jun 2009 09:27:42 +0200 Original-Received: from localhost ([127.0.0.1]:36096 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDvkD-0002bv-Is for guile-devel@m.gmane.org; Tue, 09 Jun 2009 03:27:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MDvk9-0002al-48 for guile-devel@gnu.org; Tue, 09 Jun 2009 03:27:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MDvk4-0002XX-1S for guile-devel@gnu.org; Tue, 09 Jun 2009 03:27:36 -0400 Original-Received: from [199.232.76.173] (port=47475 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDvk3-0002X5-Ju for guile-devel@gnu.org; Tue, 09 Jun 2009 03:27:31 -0400 Original-Received: from a-sasl-quonix.sasl.smtp.pobox.com ([208.72.237.25]:61524 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MDvk2-0000bI-Go for guile-devel@gnu.org; Tue, 09 Jun 2009 03:27:30 -0400 Original-Received: from localhost.localdomain (unknown [127.0.0.1]) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTP id 87BB31E572; Tue, 9 Jun 2009 03:27:28 -0400 (EDT) Original-Received: from unquote (unknown [83.32.70.73]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTPSA id BFDCF1E571; Tue, 9 Jun 2009 03:27:24 -0400 (EDT) In-Reply-To: <20090609005226.GA3468@fibril.netris.org> (Mark H. Weaver's message of "Mon, 8 Jun 2009 20:52:26 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-Pobox-Relay-ID: FC9180DC-54C6-11DE-AC0A-B5D1A546830D-02397024!a-sasl-quonix.pobox.com X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:8650 Archived-At: On Tue 09 Jun 2009 02:52, Mark H Weaver writes: > 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. It's a strange thing, and I don't see it on my x86-32 laptop running Fedora. But I've heard reports of this. A backtrace at the time of stack overflow would be helpful. Apologies for ongoing badness, Andy -- http://wingolog.org/