Hello, Andy Wingo <[email protected]> writes:
> On Thu 14 Apr 2011 15:25, Marijn <[email protected]> writes: > >> CCLD guile >> GEN guile-procedures.texi >> 0x75b260 is not a GC visible pointer location >> GC_is_visible test failed > > This occurs in gc.c: > > /* Sanity check. */ > if (!GC_is_visible (&scm_protects)) > abort (); This is on x86_64-linux-gnu, right? What version of libgc do you use? 7.1+ is recommended, but I’ve never seen that fail with older versions. Thanks, Ludo’.
