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
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
Greg, does libgc’s own ‘make check’ pass on this platform?
Ludo’.
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
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
>
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
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)
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
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