Hello Kjetil,

"Kjetil S. Matheussen" <k.s.matheus...@notam02.no> writes:

> Guile 1.8.0 segfaults as well.
>
> Here's the code ready for pasting:
>
> (let ((j (lambda () 0))
>         (k 0))
>   (do ((i (j) (j))
>           (l (lambda () 1) (lambda () (+ i 1))))
>           ((= i 3) k)
>      (set! k (+ k i))))
>
> Sorry for not having time debugging it myself right now.

I added it to the bug tracker: http://savannah.gnu.org/bugs/?27062 .
Please follow-up there (changes are reported to anyone involved and to
`bug-guile').

Also, next time you find a bug, it will be even better if you submit it
to the bug tracker directly.  :-)

Thanks,
Ludo'.



Reply via email to