From: "Ludovic Courtès" <INVALID.NOREPLY@gnu.org>
To: "Ludovic Courtès" <ludo@gnu.org>, bug-guile@gnu.org
Subject: [bug #27062] `do' corner case leads to segfault (1.8.7)
Date: Mon, 20 Jul 2009 21:50:12 +0000 [thread overview]
Message-ID: <20090720-215009.sv15145.7559@savannah.gnu.org> (raw)
In-Reply-To:
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/
next reply other threads:[~2009-07-20 21:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-20 21:50 Ludovic Courtès [this message]
2011-04-02 23:38 ` [bug #27062] `do' corner case leads to segfault (1.8.7) Loucy Karanikola
2011-04-02 23:46 ` Loucy Karanikola
2011-08-25 12:52 ` Stefan Israelsson Tampe
2011-08-27 13:20 ` Andy Wingo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090720-215009.sv15145.7559@savannah.gnu.org \
--to=invalid.noreply@gnu.org \
--cc=bug-guile@gnu.org \
--cc=ludo@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).