[EMAIL PROTECTED] (Ludovic Courtès) writes: > --- orig/libguile/properties.c > +++ mod/libguile/properties.c > @@ -125,6 +125,7 @@ > scm_init_properties () > { > scm_properties_whash = scm_make_weak_key_hash_table (SCM_UNDEFINED); > + scm_properties_whash = scm_permanent_object (scm_properties_whash); > #include "libguile/properties.x" > }
What is the symptom of the fact that we are currently missing this line? (And sorry that I don't know enough to comment on the wider GC issues.) Regards, Neil _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel