Hi, Neil Jerram <[EMAIL PROTECTED]> writes:
> [EMAIL PROTECTED] (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? Good question. On my PPC machine, this (here, an "unknown type" abort in the GC) happens with both 1.8.0 and HEAD. But this does not occur if the program is passed on the command-line with `-c' instead of being loaded with `-l' (sigh...). Thanks, Ludovic. _______________________________________________ Guile-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/guile-devel
