unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* [bug #27062] `do' corner case leads to segfault (1.8.7)
@ 2009-07-20 21:50 Ludovic Courtès
  2011-04-02 23:38 ` Loucy Karanikola
  0 siblings, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2009-07-20 21:50 UTC (permalink / raw)
  To: Ludovic Courtès, bug-guile


URL:
  <http://savannah.gnu.org/bugs/?27062>

                 Summary: `do' corner case leads to segfault (1.8.7)
                 Project: Guile
            Submitted by: civodul
            Submitted on: Mon 20 Jul 2009 09:50:08 PM GMT
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

The corner case is:

#v+
 (let ((j (lambda () 0))
       (k 0))
   (do ((i (j) (j))
        (l (lambda () 1)
           (lambda () (+ i 1))))
       ((= i 3) k)
     (set! k (+ k i))))
#v-

See http://thread.gmane.org/gmane.lisp.guile.devel/8899 for details.

Ludo'.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?27062>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-08-27 13:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-20 21:50 [bug #27062] `do' corner case leads to segfault (1.8.7) Ludovic Courtès
2011-04-02 23:38 ` Loucy Karanikola
2011-04-02 23:46   ` Loucy Karanikola
2011-08-25 12:52     ` Stefan Israelsson Tampe
2011-08-27 13:20       ` Andy Wingo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).