In-Ho Yi <chaj...@gmail.com> writes: > I've continued execution after GC_find_limit_with_bound SIGSEGVs, and > finally I hit this point > > Program received signal SIGSEGV, Segmentation fault. > 0x00007f7ff7721d84 in scm_variable_ref (var=0x0) at variable.c:93 > 93 SCM_VALIDATE_VARIABLE (1, var);
First, can you verify that you have the following patch applied? http://git.savannah.gnu.org/gitweb/?p=guile.git;a=commitdiff;h=156119b0223cf14d335ebda84701a69b2ba95757 It was not in 2.0.11 and is needed for 32-bit clang builds. > I'm trying guile2 2.0.11 built from pkgsrc wip with --without-threads > configuration option on NetBSD/i386 6.1.4 Which version of bdw-gc? Thanks, Mark