Hi,
I'm running guile-1.8.2 on ubuntu feisty. The following function causes guile to segfault:

guile> (define (consing lst) (consing (cons lst lst)))
guile> (consing '())
Segmentation fault (core dumped)

I understand that guile should never ever segfault from plain scheme code.
Regards,
Jon


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile

Reply via email to