guile-devel
[Top][All Lists]
Advanced

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

Re: A guile story


From: Neil Jerram
Subject: Re: A guile story
Date: Tue, 07 Nov 2006 10:24:31 +0000
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

address@hidden (Ludovic Courtès) writes:

> Just to share my frustration: one of the things preventing me from
> "writing an application" currently is this:
>
>   (use-modules (oop goops))
>
>   (let loop ((o <class>))
>     (gc)
>     (loop (shallow-clone o)))
>
> This yields various crashes or abortions under 1.8.  I dug a bit into it
> this week-end without any success so far.

Just to check: do you really mean 1.8 here?  I ask because of the
similarity between this and your other test case, which you say is OK
on 1.8 but troublesome on HEAD.

Regards,
     Neil





reply via email to

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