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.devel Subject: forwarded message from Han-Wen Nienhuys Date: Fri, 5 Mar 2004 22:58:07 +0100 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <16456.63471.942403.385450@localhost.localdomain> Reply-To: hanwen@xs4all.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="46+gC4HaNP" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1078878970 21443 80.91.224.253 (10 Mar 2004 00:36:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Mar 2004 00:36:10 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Mar 10 01:36:02 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 1B0rhZ-000140-00 for ; Wed, 10 Mar 2004 01:36:01 +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 1B0rat-0002mg-6z for guile-devel@m.gmane.org; Tue, 09 Mar 2004 19:29:07 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1AzNIQ-0004Dz-QK for guile-devel@gnu.org; Fri, 05 Mar 2004 16:55:54 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1AzNH2-0003gK-BF for guile-devel@gnu.org; Fri, 05 Mar 2004 16:55:01 -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 1AzNGi-0003Zm-0U for guile-devel@gnu.org; Fri, 05 Mar 2004 16:54:08 -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 i25Lw8Bo003141 for ; Fri, 5 Mar 2004 22:58:09 +0100 Original-To: guile-devel@gnu.org X-Mailer: VM 7.14 under Emacs 21.3.1 X-yoursite-MailScanner-Information: Please contact the ISP for more information X-yoursite-MailScanner: Found to be clean X-MailScanner-From: hanwen@xs4all.nl X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:3486 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3486 --46+gC4HaNP Content-Type: text/plain; charset=us-ascii Content-Description: message body text Content-Transfer-Encoding: 7bit Does anyone monitor the bug-guile mailing list?! --46+gC4HaNP Content-Type: message/rfc822 Content-Description: forwarded message Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <16451.57678.348342.466456@localhost.localdomain> X-Mailer: VM 7.14 under Emacs 21.3.1 Reply-To: hanwen@xs4all.nl From: Han-Wen Nienhuys To: bug-guile@gnu.org CC: jantien@xs4all.nl Subject: stack overflow bug Date: Tue, 2 Mar 2004 02:20:14 +0100 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 --46+gC4HaNP Content-Type: text/plain; charset=us-ascii Content-Description: .signature Content-Transfer-Encoding: 7bit -- Han-Wen Nienhuys | hanwen@xs4all.nl | http://www.xs4all.nl/~hanwen --46+gC4HaNP Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel --46+gC4HaNP--