guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cvs srfi-1 for-each segv


From: Kevin Ryde
Subject: cvs srfi-1 for-each segv
Date: Mon, 10 Jan 2005 09:18:11 +1100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux)

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?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]