Andy Wingo <[email protected]> writes: > On Thu 28 Apr 2011 15:08, [email protected] (Ludovic Courtès) writes: > >>> /* Sanity check. */ >>> if (!GC_is_visible (&scm_protects)) >>> abort (); > > Is this even the right check to make?
Yes: the goal is to make sure that the ‘scm_protect’ variable itself is a GC root. Actually, Marijn: can you try “GC_DUMP_REGULARLY=1 ./meta/guile -c 0”, and check what’s under “Static roots”? Thanks, Ludo’.
