From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Newsgroups: gmane.lisp.guile.bugs Subject: bug#39266: Finalization thread hits wrong-type-arg on weak vector (AArch64) Date: Tue, 10 Mar 2020 18:25:55 +0100 Message-ID: <87d09kt93w.fsf@gnu.org> References: <87tv4kdgyy.fsf@inria.fr> <874kux385m.fsf@gnu.org> <87wo7tdvcq.fsf@gmx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="60452"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) Cc: 39266-done@debbugs.gnu.org To: Pierre Langlois Original-X-From: bug-guile-bounces+guile-bugs=m.gmane-mx.org@gnu.org Tue Mar 10 18:27:10 2020 Return-path: Envelope-to: guile-bugs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jBier-000FbC-Pj for guile-bugs@m.gmane-mx.org; Tue, 10 Mar 2020 18:27:09 +0100 Original-Received: from localhost ([::1]:37602 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jBieq-0002Gh-Gv for guile-bugs@m.gmane-mx.org; Tue, 10 Mar 2020 13:27:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59556) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jBiel-0002GM-4H for bug-guile@gnu.org; Tue, 10 Mar 2020 13:27:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jBiek-0001Lz-5c for bug-guile@gnu.org; Tue, 10 Mar 2020 13:27:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:47258) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jBiek-0001Ls-2b for bug-guile@gnu.org; Tue, 10 Mar 2020 13:27:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jBiej-0005XQ-Vl for bug-guile@gnu.org; Tue, 10 Mar 2020 13:27:01 -0400 Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: bug-guile@gnu.org Resent-Date: Tue, 10 Mar 2020 17:27:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 39266 X-GNU-PR-Package: guile Mail-Followup-To: 39266@debbugs.gnu.org, ludo@gnu.org, ludo@gnu.org Original-Received: via spool by 39266-done@debbugs.gnu.org id=D39266.158386116321217 (code D ref 39266); Tue, 10 Mar 2020 17:27:01 +0000 Original-Received: (at 39266-done) by debbugs.gnu.org; 10 Mar 2020 17:26:03 +0000 Original-Received: from localhost ([127.0.0.1]:53230 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jBidn-0005W9-CT for submit@debbugs.gnu.org; Tue, 10 Mar 2020 13:26:03 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:43583) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jBidm-0005Vf-Bi for 39266-done@debbugs.gnu.org; Tue, 10 Mar 2020 13:26:02 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:40377) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jBidg-0008Tn-Vj; Tue, 10 Mar 2020 13:25:57 -0400 Original-Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=59736 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jBidg-0005cj-BG; Tue, 10 Mar 2020 13:25:56 -0400 In-Reply-To: <87wo7tdvcq.fsf@gmx.com> (Pierre Langlois's message of "Mon, 09 Mar 2020 22:19:49 +0000") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.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-mx.org@gnu.org Original-Sender: "bug-guile" Xref: news.gmane.io gmane.lisp.guile.bugs:9639 Archived-At: Hi Pierre, Pierre Langlois skribis: > I've tested it on AArch64 and it's looking good, I'm running Guile 3 > finally! I've tested by running 'guix pull --branch=3Dwip-guile-3.0.1' on > a rockpro64 running the Guix system, I've then reconfigured and rebooted > and it's all good. Thanks for testing! > Thanks so much for the fix! Hopefully it'll work on every platform and > that can be the end of it :-). Yup, I=E2=80=99ve tested =E2=80=98guix pull --branch=3Dwip-guile-3.0.1=E2= =80=99 and =E2=80=98guix build guile3.0-guix=E2=80=99 on all 4 architectures that Guix supports, and every= thing is fine. I=E2=80=99ve now pushed the upgrade to 3.0.1 + patch to Guix. Closing! \o/ The bug appears to be rare for Guile workloads not as intensive as a Guix build (never reported, never seen), but we should still probably do a bug-fix 3.0.2 release in the coming weeks, I guess. Ludo=E2=80=99.