From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.bugs Subject: bug#11083: guile-2.0.5 bug report Date: Wed, 28 Mar 2012 16:28:54 -0400 Message-ID: <87pqbwjwqh.fsf@netris.org> References: <127239.40106.qm@web100701.mail.kks.yahoo.co.jp> <224124.60720.qm@web100703.mail.kks.yahoo.co.jp> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1332983922 18938 80.91.229.3 (29 Mar 2012 01:18:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 29 Mar 2012 01:18:42 +0000 (UTC) Cc: 11083@debbugs.gnu.org To: Kiyoshi KANAZAWA Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Mar 29 03:18:40 2012 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SD40e-0001SZ-Ew for guile-bugs@m.gmane.org; Thu, 29 Mar 2012 03:18:40 +0200 Original-Received: from localhost ([::1]:52801 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SD40d-0002TR-Px for guile-bugs@m.gmane.org; Wed, 28 Mar 2012 21:18:39 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:57425) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCzXu-0000rI-DG for bug-guile@gnu.org; Wed, 28 Mar 2012 16:32:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCzXr-0004oo-Hw for bug-guile@gnu.org; Wed, 28 Mar 2012 16:32:41 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:36917) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCzXr-0004oi-EE for bug-guile@gnu.org; Wed, 28 Mar 2012 16:32:39 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SD02D-0002Kp-Tv for bug-guile@gnu.org; Wed, 28 Mar 2012 17:04:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Mark H Weaver Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-guile@gnu.org Resent-Date: Wed, 28 Mar 2012 21:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11083 X-GNU-PR-Package: guile X-GNU-PR-Keywords: Original-Received: via spool by 11083-submit@debbugs.gnu.org id=B11083.13329686278953 (code B ref 11083); Wed, 28 Mar 2012 21:04:01 +0000 Original-Received: (at 11083) by debbugs.gnu.org; 28 Mar 2012 21:03:47 +0000 Original-Received: from localhost ([127.0.0.1]:43749 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SD01y-0002KL-Cy for submit@debbugs.gnu.org; Wed, 28 Mar 2012 17:03:47 -0400 Original-Received: from world.peace.net ([96.39.62.75]:51444) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SD01h-0002Jr-1A for 11083@debbugs.gnu.org; Wed, 28 Mar 2012 17:03:44 -0400 Original-Received: from 74-94-165-125-newengland.hfc.comcastbusiness.net ([74.94.165.125] helo=yeeloong) by world.peace.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1SCzX8-0002HS-GS; Wed, 28 Mar 2012 16:31:55 -0400 In-Reply-To: <224124.60720.qm@web100703.mail.kks.yahoo.co.jp> (Kiyoshi KANAZAWA's message of "Sun, 25 Mar 2012 22:34:36 +0900 (JST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:6268 Archived-At: Kiyoshi KANAZAWA 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@gnu.org > ==================================