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: Kjetil S. Matheussen
Subject: Re: Segfault with do (Re: [CM] funny scheme code (fwd))
Date: Wed, 22 Jul 2009 15:58:54 +0200 (CEST)



Ludovic Court?s:

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.  :-)


Didn't know about the bug tracker. Thanks for the tip. :-)





reply via email to

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