From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Price Date: Fri, 4 Sep 2020 14:42:10 +0100 Subject: [Cluster-devel] [ClusterLabs] gfs2-utils 3.3.0 released In-Reply-To: <20200904061827.GL8773@valentin-vidic.from.hr> References: <20200903223932.GK8773@valentin-vidic.from.hr> <06377e85-04f1-d828-9e75-d81629fcd59c@redhat.com> <20200904061827.GL8773@valentin-vidic.from.hr> Message-ID: List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On 04/09/2020 07:18, Valentin Vidic wrote: > On Fri, Sep 04, 2020 at 04:13:08AM +0100, Andrew Price wrote: >> The "Bus error"s suggest it's failing on an unaligned access somewhere in >> restoremeta, so just armhf and sparc64 are affected. I'll look into it. > > Thanks, there is a lot of [-Wcast-align] warnings in the build log that > could be relevant and don't show up on amd64. Also I don't think the > previous 3.2.0 version had this problem with the tests: > > https://buildd.debian.org/status/fetch.php?pkg=gfs2-utils&arch=armhf&ver=3.2.0-3&stamp=1581778584&raw=0 > https://buildd.debian.org/status/fetch.php?pkg=gfs2-utils&arch=armhf&ver=3.3.0-1&stamp=1599171965&raw=0 > I'm pretty sure I know which change added the bug, but my Debian sparc64 vm is hitting this problem too frequently to test: https://lkml.org/lkml/2020/5/18/1455 So probably the best I can do is build with -Wcast-align=strict and make the relevant warning go away. Andy