Received: from b-painless.mh.aa.net.uk (b-painless.mh.aa.net.uk [IPv6:2001:8b0:0:30::52]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id 81E8C2237BF for <~alpine/users@lists.alpinelinux.org>; Sun, 27 Jul 2025 11:59:24 +0000 (UTC) Received: from a-webmail.thn.aa.net.uk ([2001:8b0:0:62::22] helo=webmail.aa.net.uk) by painless-b.tch.aa.net.uk with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1ug02G-000PH6-1R for ~alpine/users@lists.alpinelinux.org; Sun, 27 Jul 2025 12:59:24 +0100 Received: from 2001:8b0:f70:546d:3d16:574a:3135:c10c by webmail.aa.net.uk with HTTP (HTTP/1.1 POST); Sun, 27 Jul 2025 11:59:21 +0000 MIME-Version: 1.0 Date: Sun, 27 Jul 2025 12:59:21 +0100 From: max@friedersdorff.com To: ~alpine/users@lists.alpinelinux.org Subject: Re: Illegal instruction on running vaultwarden on RPI (aarch64) In-Reply-To: <01D48CB4-56E1-4229-8569-88494A66814E@gmail.com> References: <20250725094929.2abbb421@baryte> <20250725113320.6b69e6f9@bonsai.doitto.me.uk> <20250725120957.6e0e293a@baryte> <01D48CB4-56E1-4229-8569-88494A66814E@gmail.com> Message-ID: <802f131142861be76b960bcac52d9e5a@friedersdorff.com> X-Sender: max@friedersdorff.com Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit > Are you able to try rebuilding the mimalloc2 with -DMI_NO_OPT_ARCH=ON > added to the cmake arguments? I have successfully built mimalloc2 with that option. I also had to disable checks, but I think only because the timeout set in the checks was too aggressive for the anemic Raspberry Pi 4. This has solved this issue at though, my password manager is back up! Thanks for you help! Question then, does that represent a bug in the APKBUILD for the mimalloc2 package? Should I raise a Merge Request to add this compile time option? Thanks all Max