GNU bug report logs - #11083
Guile 2.0.5 on Solaris 10

Previous Next

Package: guile;

Reported by: Kiyoshi KANAZAWA <yoi_no_myoujou <at> yahoo.co.jp>

Date: Sat, 24 Mar 2012 06:26:02 UTC

Severity: normal

Tags: moreinfo

Done: Andy Wingo <wingo <at> pobox.com>

Bug is archived. No further changes may be made.

Full log


Message #14 received at 11083 <at> debbugs.gnu.org (full text, mbox):

From: Mark H Weaver <mhw <at> netris.org>
To: Kiyoshi KANAZAWA <yoi_no_myoujou <at> yahoo.co.jp>
Cc: 11083 <at> debbugs.gnu.org
Subject: Re: bug#11083: guile-2.0.5 bug report
Date: Wed, 28 Mar 2012 16:28:54 -0400
Kiyoshi KANAZAWA <yoi_no_myoujou <at> yahoo.co.jp> writes:
> Thank you Mark,
> Sending this again with Cc:
>
> (1) Now, make succeeds with threads
> Version of libgc is 7.1, but I found some macro define is required for threads on Solaris.
> After re-install gc-7.1 with -DGC_SOLARIS_THREADS or -DGC_THREADS,
> make succeeds.

This is not my area of expertise, but for lack of other suggestions, I
have two ideas:

1. You could try recompiling libgc using POSIX threads instead of
   Solaris threads, and then rebuilding Guile from scratch, starting
   with configure, and linking against the new libgc.

   Guile supports only POSIX threads, and I wouldn't be surprised if
   there are problems associated with linking Guile against a libgc that
   uses a different threading library with slightly different semantics.

2. You could try a newer version of libgc: 7.2alpha6, from
   http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-7.2alpha6.tar.gz

   Despite the scary version number, Hans Boehm himself now recommends
   this version because 7.1 is so old (see "Where to get the collector"
   at http://www.hpl.hp.com/personal/Hans_Boehm/gc/ )

    Thanks,
      Mark


> (2) Segmentation Fault occur in make check
> Still encounterd FAILS as follows:
> make  check-TESTS
> make[5]: Entering directory `/tmp/guile-2.0.5/test-suite/standalone'
> Assertion failed: SCM_I_IS_THREAD (data.thread), file threads.c, line 1135
> /bin/bash: line 5: 11634 Abort                   srcdir="." builddir="." CHARSETALIASDIR
> ="/tmp/guile-2.0.5/lib" GUILE_AUTO_COMPILE=0 "../../meta/uninstalled-env" ${dir}$tst
> FAIL: test-system-cmds
>   :
> PASS: test-extensions
> /bin/bash: line 5: 12409 Segmentation Fault      srcdir="." builddir="." CHARSETALIASDIR
> ="/tmp/guile-2.0.5/lib" GUILE_AUTO_COMPILE=0 "../../meta/uninstalled-env" ${dir}$tst
> FAIL: test-with-guile-module
> PASS: test-scm-with-guile
> /bin/bash: line 5: 12455 Segmentation Fault      srcdir="." builddir="." CHARSETALIASDIR
> ="/tmp/guile-2.0.5/lib" GUILE_AUTO_COMPILE=0 "../../meta/uninstalled-env" ${dir}$tst
> FAIL: test-scm-spawn-thread
> /bin/bash: line 5: 12479 Segmentation Fault      srcdir="." builddir="." CHARSETALIASDIR
> ="/tmp/guile-2.0.5/lib" GUILE_AUTO_COMPILE=0 "../../meta/uninstalled-env" ${dir}$tst
> FAIL: test-pthread-create
> SKIP: test-pthread-create-secondary
> ==================================
> 4 of 27 tests failed
> (1 test was not run)
> Please report to bug-guile <at> gnu.org
> ==================================




This bug report was last modified 9 years and 50 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.