From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: cvs srfi-1 for-each segv Date: Mon, 10 Jan 2005 09:18:11 +1100 Message-ID: <87brbys0v0.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1105310242 4186 80.91.229.6 (9 Jan 2005 22:37:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 9 Jan 2005 22:37:22 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Jan 09 23:37:16 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CnlgS-0001Ri-00 for ; Sun, 09 Jan 2005 23:37:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cnlru-00016e-QA for guile-devel@m.gmane.org; Sun, 09 Jan 2005 17:49:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CnlrL-0000vY-UF for guile-devel@gnu.org; Sun, 09 Jan 2005 17:48:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CnlrH-0000st-Gi for guile-devel@gnu.org; Sun, 09 Jan 2005 17:48:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CnlrG-0000kZ-BL for guile-devel@gnu.org; Sun, 09 Jan 2005 17:48:26 -0500 Original-Received: from [61.8.0.85] (helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CnlOG-0006Fx-Ek for guile-devel@gnu.org; Sun, 09 Jan 2005 17:18:29 -0500 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout2.pacific.net.au (8.12.3/8.12.3/Debian-7.1) with ESMTP id j09MIOHn005445 for ; Mon, 10 Jan 2005 09:18:24 +1100 Original-Received: from localhost (ppp26AD.dyn.pacific.net.au [61.8.38.173]) by mailproxy1.pacific.net.au (8.12.3/8.12.3/Debian-7.1) with ESMTP id j09MIOj8013362 for ; Mon, 10 Jan 2005 09:18:24 +1100 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1CnlNz-0001XB-00; Mon, 10 Jan 2005 09:18:11 +1100 Original-To: guile-devel@gnu.org Mail-Copies-To: never User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) 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: main.gmane.org gmane.lisp.guile.devel:4640 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4640 Something has broken in the srfi-1 for-each. Eg. (use-modules (srfi srfi-1)) (for-each noop '(1 2 3) '(4 5) '()) => seg fault Bit of a trace and some printfs suggest maybe the lists are mangled somehow by SCM_SIMPLE_VECTOR_REF, though I don't see how. Are you supposed to use that macro with an scm_vector result now? _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel