guile-devel
[Top][All Lists]
Advanced

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

Re: Segfault with do (Re: [CM] funny scheme code (fwd))


From: Ludovic Courtès
Subject: Re: Segfault with do (Re: [CM] funny scheme code (fwd))
Date: Wed, 22 Jul 2009 13:59:20 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Hello Kjetil,

"Kjetil S. Matheussen" <address@hidden> 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

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