Re: Guile + Mercury / GC

2011-06-13 Thread Tomas By
On Sun, June 12, 2011 23:05, Ludovic Courtès wrote: > "Tomas By" skribis: >> After upgrading to Guile 2.0.1, > > From 2.0.0? 1.8.7 > Could it be that libgc was compiled with --disable-threads, as in > ? I don't think so. I'm not absolutely sur

Re: Guile + Mercury / GC

2011-06-12 Thread Ludovic Courtès
Hi, "Tomas By" skribis: > After upgrading to Guile 2.0.1, >From 2.0.0? > my Mercury - Guile app stopped working. > > | $ ./test > | 0xac44040 is not a GC visible pointer location > | GC_is_visible test failed > | Aborted > | $ Could it be that libgc was compiled with --disable-threads, as in

Guile + Mercury / GC

2011-06-11 Thread Tomas By
Hi all, After upgrading to Guile 2.0.1, my Mercury - Guile app stopped working. | $ ./test | 0xac44040 is not a GC visible pointer location | GC_is_visible test failed | Aborted | $ All source files for a minimal example shown below. Any help appreciated. /Tomas ---test.c