Marc Girod <[email protected]> skribis:
> On Sat, Apr 13, 2013 at 10:26 PM, Marc Girod <[email protected]> wrote:
>
>> if guile -c "(= (funcall (symbol-function '+) 1 2) 3)" 2> /dev/null
>> then false
>> else true
>> fi
>
> With this, this test passes:
Ah, perfect. I’ve committed the fix.
[...]
> Running guardians.test
> UNRESOLVED: guardians.test: g2-garbage saved
> /bin/bash: line 1: 19856 Segmentation Fault
> CHARSETALIASDIR="/proj/vobadm100/tmp/guile-2.0.9/lib" ${dir}$tst
> FAIL: check-guile
Which version of libgc (the garbage collector) are you using (7.2 is
recommended)?
Did you build Guile --with-threads? Did you build libgc with
--enable-threads?
TIA,
Ludo’.