From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Antonio, Fabio Di Narzo" Newsgroups: gmane.lisp.guile.user Subject: Re: ERROR: Stack overflow in guile-1.8.7 Date: Wed, 9 Dec 2009 18:57:04 +0100 Message-ID: References: <87ein4w2fx.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1260381483 2591 80.91.229.12 (9 Dec 2009 17:58:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Dec 2009 17:58:03 +0000 (UTC) Cc: guile-user@gnu.org To: =?ISO-8859-1?Q?Ludovic_Court=E8s?= Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Dec 09 18:57:56 2009 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NIQmx-0003jS-UE for guile-user@m.gmane.org; Wed, 09 Dec 2009 18:57:24 +0100 Original-Received: from localhost ([127.0.0.1]:39407 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIQms-000147-Jd for guile-user@m.gmane.org; Wed, 09 Dec 2009 12:57:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NIQmn-000104-7z for guile-user@gnu.org; Wed, 09 Dec 2009 12:57:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIQmi-0000pB-12 for guile-user@gnu.org; Wed, 09 Dec 2009 12:57:12 -0500 Original-Received: from [199.232.76.173] (port=58987 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIQmh-0000os-QB for guile-user@gnu.org; Wed, 09 Dec 2009 12:57:07 -0500 Original-Received: from mail-fx0-f213.google.com ([209.85.220.213]:38990) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NIQmg-0007nX-D1; Wed, 09 Dec 2009 12:57:06 -0500 Original-Received: by fxm5 with SMTP id 5so7035851fxm.8 for ; Wed, 09 Dec 2009 09:57:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=Mt5NQKjlrc0DcBaRhu9x9rjHSEMIuhemcalzDu3tHjE=; b=cs0f6SwCJmlzNcZvE1HDWoRO27tLRTSjNRi2872zgRF5+NHmNcZlukUJ57XOoIi/HO VFAVoateTVWvCFIBvr3tEeoIIXIhbg2FMKfxEx5DHFS+laleFcMu6lTtHaraIxrkUX0t cvRYzj9GxJSaOvwEXr7VNQe3VhH8RU9Be+PPY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=a1mtIMKsHI1Nz7pVqD75uKRmPjRubRLfLEaoghCSe1rQDVobDcoLEtkGndO8P7+U5v +J8+pzvO+miQRpEP9Sp/vi76ecrNOu0S0f2df6K0nkJQCJMwB/vpgYln5lkjsXjGXxep 8H9NyOojnNFje1wN5gY9+i2JLQn5yYF4W6NUM= Original-Received: by 10.239.145.144 with SMTP id s16mr1001716hba.145.1260381424685; Wed, 09 Dec 2009 09:57:04 -0800 (PST) In-Reply-To: <87ein4w2fx.fsf@gnu.org> X-Google-Sender-Auth: cc6cd7ec0f0e0442 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:7531 Archived-At: 2009/12/9 Ludovic Court=E8s : > Hi, > > "Antonio, Fabio Di Narzo" writes: > >> I'm on an AMD64 linux system. I succesfully compiled and installed >> guile-1.8.7, but when I try to run guile I get the: >> ERROR: Stack overflow > > Did you pass particular CFLAGS to the build system? =A0Normally the > default stack limit works well when compiling with =91-O2=92. No. My config.log says: " CFLAGS=3D'-I/home/dinarzo/local/include -Wall -Wmissing-prototypes -Werror' CPP=3D'gcc -E' " > >> error message, and I can't reach the repl. "make check" however passes >> smoothly. I read about this: >> http://lists.gnu.org/archive/html/guile-devel/2009-03/msg00114.html >> and yes, for me too setting the stack limit to 60'000 in eval.c solves >> the issue. How can I circumvent/solve this problem without resorting >> to patching the sources? > > Putting =91(debug-set! stack 60000)=92 in ~/.guile should solve it. Sweet! Thanks, antonio. > > Thanks, > Ludo=92. > > > > > --=20 Antonio, Fabio Di Narzo Ph.D. student at Department of Statistical Sciences University of Bologna, Italy