From: ludo@gnu.org (Ludovic Courtès)
To: guile-devel@gnu.org
Subject: Re: GNU Guile 1.9.0 released (alpha)
Date: Sun, 21 Jun 2009 15:58:53 +0200 [thread overview]
Message-ID: <8663epwuw2.fsf@gnu.org> (raw)
In-Reply-To: 119243.89652.qm@web37903.mail.mud.yahoo.com
Hello,
Mike Gran <spk121@yahoo.com> writes:
> --- a/libguile/r6rs-ports.c
> +++ b/libguile/r6rs-ports.c
> @@ -210,7 +210,10 @@ static SCM
> cbp_mark (SCM port)
> {
> /* Mark the underlying method and object vector. */
> - return SCM_PACK (SCM_STREAM (port));
> + if (SCM_PTAB_ENTRY (port) != NULL)
> + return SCM_PACK (SCM_STREAM (port));
> + else
> + return SCM_BOOL_F;
> }
Hmm, how can we have "SCM_PTAB_ENTRY (port) == NULL" at this point?
GC is also unlikely to occur before "SCM_STREAM (port)" is initialized
since "SCM_SETSTREAM ()" is called right after
`scm_new_port_table_entry ()'.
Thanks in advance,
Ludo'.
next prev parent reply other threads:[~2009-06-21 13:58 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-19 22:05 GNU Guile 1.9.0 released (alpha) Ludovic Courtès
2009-06-19 23:55 ` Linas Vepstas
2009-06-20 3:00 ` Linas Vepstas
2009-06-20 9:14 ` Neil Jerram
2009-06-20 9:48 ` Ludovic Courtès
2009-06-20 12:31 ` Andy Wingo
2009-06-20 18:17 ` Linas Vepstas
2009-06-21 6:31 ` Mike Gran
2009-06-21 10:42 ` Andy Wingo
2009-06-21 12:36 ` Neil Jerram
2009-06-21 18:00 ` Linas Vepstas
2009-06-21 13:58 ` Ludovic Courtès [this message]
2009-06-21 14:00 ` Ludovic Courtès
2009-06-21 15:11 ` Neil Jerram
2009-06-20 12:29 ` Andy Wingo
2009-06-20 13:35 ` Ludovic Courtès
2009-06-23 16:10 ` Changying Li
2009-06-23 20:36 ` Mike Gran
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=8663epwuw2.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=guile-devel@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).