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: stack overflow bug Date: Sun, 21 Mar 2004 01:31:12 +0100 Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Message-ID: <87vfkzm46n.fsf@zagadka.ping.de> References: <16451.57678.348342.466456@localhost.localdomain> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1079829171 24769 80.91.224.253 (21 Mar 2004 00:32:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 21 Mar 2004 00:32:51 +0000 (UTC) Cc: bug-guile@gnu.org, jantien@xs4all.nl Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sun Mar 21 01:32:44 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B4qtQ-000301-00 for ; Sun, 21 Mar 2004 01:32:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B4qsg-0001y2-CT for guile-bugs@m.gmane.org; Sat, 20 Mar 2004 19:31:58 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B4qsa-0001xk-5l for bug-guile@gnu.org; Sat, 20 Mar 2004 19:31:52 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B4qs3-0001sj-Ix for bug-guile@gnu.org; Sat, 20 Mar 2004 19:31:50 -0500 Original-Received: from [195.253.8.218] (helo=mail.dokom.net) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B4qs2-0001rz-Oq for bug-guile@gnu.org; Sat, 20 Mar 2004 19:31:18 -0500 Original-Received: from dialin.speedway15.dip57.dokom.de ([195.253.15.57] helo=zagadka.ping.de) by mail.dokom.net with smtp (Exim 3.36 #3) id 1B4qtl-0001Ru-00 for bug-guile@gnu.org; Sun, 21 Mar 2004 01:33:05 +0100 Original-Received: (qmail 27368 invoked by uid 1000); 21 Mar 2004 00:31:12 -0000 Original-To: hanwen@xs4all.nl In-Reply-To: <16451.57678.348342.466456@localhost.localdomain> (Han-Wen Nienhuys's message of "Tue, 2 Mar 2004 02:20:14 +0100") User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.bugs:1248 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:1248 Han-Wen Nienhuys writes: > Can you please fix this? I consider this a severe bug. Done! Thanks. PS: A workaround is to use 'quote': (eval `(bar ',q) (current-module)) 2004-03-21 Marius Vollmer * eval.c (scm_ceval, scm_deval): Explicitely evaluate ports to themselves. -- 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