bug-guile
[Top][All Lists]
Advanced

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

Re: cond


From: Marius Vollmer
Subject: Re: cond
Date: 21 Feb 2001 21:10:13 +0100
User-agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7

Helmut Eller <address@hidden> writes:

> I get a segmentation fault for the following (incorrect) program: 
> 
>      (cond (1 => (lambda (x y) y)))
> 
> I observed this for guile 1.3, guile 1.4 and the cvs version (updated
> today).  Stacktrace follows.

Thanks for the bug report!  This should be fixed in CVS now.

2001-02-21  Marius Vollmer  <address@hidden>

        * eval.c (scm_ceval, scm_deval): Check for wrong number of args
        before applying arrow procedure in `cond' and before applying
        receiver procedure in call-with-current-continuation.



reply via email to

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