From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Newsgroups: gmane.lisp.guile.devel Subject: Re: GNU Guile 2.1.5 released (beta) Date: Mon, 12 Dec 2016 20:24:55 -0500 Message-ID: <20161213012455.EKTND.4212.root@cdptpa-web08> References: <07F04476-6837-4DBD-A7FB-525F3660982C@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1481592319 21934 195.159.176.226 (13 Dec 2016 01:25:19 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 13 Dec 2016 01:25:19 +0000 (UTC) Cc: Andy Wingo To: guile-devel@gnu.org, Matt Wette Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Dec 13 02:25:15 2016 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cGbqF-0004Vx-0N for guile-devel@m.gmane.org; Tue, 13 Dec 2016 02:25:15 +0100 Original-Received: from localhost ([::1]:34712 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cGbqH-0001aN-FD for guile-devel@m.gmane.org; Mon, 12 Dec 2016 20:25:17 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46004) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cGbq2-0001ZM-2N for guile-devel@gnu.org; Mon, 12 Dec 2016 20:25:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cGbpy-0002Ax-UV for guile-devel@gnu.org; Mon, 12 Dec 2016 20:25:02 -0500 Original-Received: from cdptpa-outbound-snat.email.rr.com ([107.14.166.225]:54646 helo=cdptpa-oedge-vip.email.rr.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cGbpy-0002AV-QE for guile-devel@gnu.org; Mon, 12 Dec 2016 20:24:58 -0500 Authentication-Results: cdptpa-omsmta02 smtp.user=dsmich@roadrunner.com; auth=pass (LOGIN) Original-Received: from [107.14.174.248] ([107.14.174.248:39867] helo=cdptpa-web08) by cdptpa-omsmta02 (envelope-from ) (ecelerity 3.6.9.48312 r(Core:3.6.9.0)) with ESMTPA id 8E/E7-28949-7ED4F485; Tue, 13 Dec 2016 01:24:55 +0000 In-Reply-To: <07F04476-6837-4DBD-A7FB-525F3660982C@gmail.com> X-Priority: 3 (Normal) Sensitivity: Normal X-Originating-IP: from 65.185.85.154 by webmail.roadrunner.com; Tue, 13 Dec 2016 1:24:55 +0000 X-RR-Connecting-IP: 107.14.168.7:2525 X-detected-operating-system: by eggs.gnu.org: BaiduSpider [fuzzy] X-Received-From: 107.14.166.225 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:18793 Archived-At: ---- Matt Wette wrote:=20 >=20 > > On Dec 12, 2016, at 5:45 AM, Matt Wette wrote: > >=20 > >=20 > >> On Dec 11, 2016, at 7:17 AM, Matt Wette > wrote: > >>=20 > >>=20 > >>> On Dec 9, 2016, at 7:28 AM, Matt Wette > wrote: > >>>=20 > >>>=20 > >>>> On Dec 7, 2016, at 11:55 AM, Andy Wingo > wrote: > >>>>=20 > >>>> We are pleased to announce GNU Guile release 2.1.5. > >>>>=20 > >>>> Guile 2.1.5 is the fifth pre-release in what will eventually become = the > >>>> 2.2 release series. We encourage you to test this release and provi= de > >>>> feedback to guile-devel@gnu.org . > >>>=20 > >>> I am building on my Mac running macOS 10.12.1, aka Sierra. I will po= st my patches when I get through =E2=80=9Cmake check=E2=80=9D. =20 > >>=20 > >> Now getting through make check, but this, from threads.test, fails: > >>=20 > >> FAIL: threads.test: mutex-ownership: mutex with owner not retained (bu= g #27450) > >>=20 > >> (pass-if "mutex with owner not retained (bug #27450)" > >> (let ((g (make-guardian))) > >> (g (let ((m (make-mutex))) (lock-mutex m) m)) > >>=20 > >> ;; Avoid false references to M on the stack. > >> (clear-stale-stack-references) > >>=20 > >> (gc) (gc) > >> (let ((m (g))) > >> (and (mutex? m) > >> (eq? (mutex-owner m) (current-thread))))))) > >>=20 > >> debbugs.gnu.org says 27450 does not exist. = My guess is the mutex m should be preserved by clear-stale-stack-references= + gc but it is not. > >>=20 > >> Matt > >>=20 > >=20 > > Can someone confirm that this gets a PASS on other platforms, please? > >=20 > > FAIL: threads.test: mutex-ownership: mutex with owner not retained (bug= #27450) > >=20 >=20 > I have conformed guile-2.1.5 gets through =E2=80=9Cmake check=E2=80=9D w/= o any FAILs, including threads.test, on CentOS 7.3.1611, x86_64. Also make check passes all tests on a Debian Jessie system. x86_64 -Dale