Re: boehm-gc troubles with 2.0.10 on NetBSD/i386

2014-04-12 Thread Greg Troxel
I am using gc-7.2e, which is what pkgsrc has, and which http://www.hboehm.info/gc/ indicates is the latest stable version. This is with gcc 4.5.3 on i386. l...@gnu.org (Ludovic Courtès) writes: > Greg, does libgc’s own ‘make check’ pass on this platform? Yes. libgc seems to have multiple t

Re: boehm-gc troubles with 2.0.10 on NetBSD/i386

2014-04-12 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Greg, does libgc’s own ‘make check’ pass on this platform? In the first message of this thread, Greg wrote: > When I run the included tests on boehm-gc 7.2e, they all past. Mark

Re: boehm-gc troubles with 2.0.10 on NetBSD/i386

2014-04-12 Thread Ludovic Courtès
Greg, does libgc’s own ‘make check’ pass on this platform? Ludo’.

Re: boehm-gc troubles with 2.0.10 on NetBSD/i386

2014-04-12 Thread Ludovic Courtès
Mark H Weaver skribis: > Greg Troxel writes: > >> There's a draft package for guile 2. boehm-gc in pkgsrc on NetBSD is >> built without threads, and I have --disable-threads passed to guile's >> configure. > > As documented in our README and the output of ./configure --help, > "--without-thread

Re: boehm-gc troubles with 2.0.10 on NetBSD/i386

2014-04-11 Thread Mark H Weaver
Greg Troxel writes: > Mark H Weaver writes: > >>> Program received signal SIGSEGV, Segmentation fault. >>> [Switching to LWP 1] >>> 0xbba868ae in GC_find_limit_with_bound () from /usr/pkg/lib/libgc.so.1 >>> (gdb) bt >>> #0 0xbba868ae in GC_find_limit_with_bound () from /usr/pkg/lib/libgc.so.1 >

Re: boehm-gc troubles with 2.0.10 on NetBSD/i386

2014-04-11 Thread Greg Troxel
Mark H Weaver writes: >> Program received signal SIGSEGV, Segmentation fault. >> [Switching to LWP 1] >> 0xbba868ae in GC_find_limit_with_bound () from /usr/pkg/lib/libgc.so.1 >> (gdb) bt >> #0 0xbba868ae in GC_find_limit_with_bound () from /usr/pkg/lib/libgc.so.1 >> #1 0xbba8696e in GC_find_l

Re: boehm-gc troubles with 2.0.10 on NetBSD/i386

2014-04-11 Thread Mark H Weaver
Greg Troxel writes: > After fixing the --disable-threads and updating to 2.0.11, I get the > following. I'll ask pkgsrc/netbsd people about libgc, since that seems > to be the issue. > > /usr/pkgsrc/wip/guile2/work/guile-2.0.11/libguile > LD_LIBRARY_PATH=.libs gdb > .libs/guile > GNU gdb (GDB)

Re: boehm-gc troubles with 2.0.10 on NetBSD/i386

2014-04-11 Thread Greg Troxel
Mark H Weaver writes: > As documented in our README and the output of ./configure --help, > "--without-threads" is the option you should be using. To be honest, > I'm not sure what "--disable-threads" will do, if anything. It's > possible that gnulib is somehow enabling that option to be accep

Re: boehm-gc troubles with 2.0.10 on NetBSD/i386

2014-04-11 Thread Mark H Weaver
Hi Greg, Greg Troxel writes: > There's a draft package for guile 2. boehm-gc in pkgsrc on NetBSD is > built without threads, and I have --disable-threads passed to guile's > configure. As documented in our README and the output of ./configure --help, "--without-threads" is the option you shoul