On Tue, 2008-09-23 at 12:08 -0500, Linas Vepstas wrote:
> Here's a crash I just observed:
> 
> $ guile --version
> Guile 1.8.1
> 
> $ guile
> guile> (eval 'x '())
> Segmentation fault
> 
> I guess it didn't like the null environment!
> 
> --linas

Maybe it was corrected in ealier versions:

$ guile
guile> (version)
"1.8.5"
guile> (eval 'x '())
ERROR: In procedure eval:
ERROR: Wrong type argument in position 2 (expecting module): ()
ABORT: (wrong-type-arg)
guile> 






Reply via email to