From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Han-Wen Nienhuys Newsgroups: gmane.lisp.guile.bugs Subject: stack overflow bug Date: Tue, 2 Mar 2004 02:20:14 +0100 Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Message-ID: <16451.57678.348342.466456@localhost.localdomain> Reply-To: hanwen@xs4all.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1078205501 10288 80.91.224.253 (2 Mar 2004 05:31:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Mar 2004 05:31:41 +0000 (UTC) Cc: jantien@xs4all.nl Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Tue Mar 02 06:31:29 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 1Ay2V6-00075R-00 for ; Tue, 02 Mar 2004 06:31:28 +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 1Ay2V0-0005XA-8D for guile-bugs@m.gmane.org; Tue, 02 Mar 2004 00:31:22 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1AxyWr-0001d5-2y for bug-guile@gnu.org; Mon, 01 Mar 2004 20:17:01 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1AxyWI-0001JK-VL for bug-guile@gnu.org; Mon, 01 Mar 2004 20:16:59 -0500 Original-Received: from [213.84.26.127] (helo=localhost.localdomain) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1AxyWA-0001AJ-2N for bug-guile@gnu.org; Mon, 01 Mar 2004 20:16:18 -0500 Original-Received: from localhost.localdomain.byrd.xs4all.nl (byrd [127.0.0.1]) by localhost.localdomain (8.12.10/8.12.10) with ESMTP id i221KEct011101; Tue, 2 Mar 2004 02:20:14 +0100 Original-To: bug-guile@gnu.org X-Mailer: VM 7.14 under Emacs 21.3.1 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.2 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:1198 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:1198 This is current CVS guile> (define q (open-file "foo" "w")) guile> (define (bar b) b) guile> (eval `(bar ,q) (current-module)) ERROR: Stack overflow ABORT: (stack-overflow) guile> (version) "1.7.0" GUILE goes into infinite recursion while calling SCM_SMOB_APPLY_3 (line 4163, eval.c) which seems to be related to the port object. Can you please fix this? I consider this a severe bug. -- Han-Wen Nienhuys | hanwen@xs4all.nl | http://www.xs4all.nl/~hanwen _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile