[EMAIL PROTECTED] (Ludovic Courtès) writes: > I just added `master' to the daily build on x86-64 [0] and it fails > there: > > lt-guile: gc.c:609: scm_i_gc: Assertion `scm_i_gc_sweep_stats.collected + > scm_cells_allocated == scm_i_gc_sweep_stats.swept' failed. > > http://autobuild.josefsson.org/guile/log-200808220956770665000.txt
A bit of investigation shows that the problem appears starting at commit 82ae1b8eb3413e6be6bd2aa032986fc7782e85ac ("Garbage collection cleanup.") Ludo'.