|
Message-ID: <CAH8yC8nrFqDXHh0SRzqAgJa4k5O1iLGhFsB6S7ij1HErG=dU1A@mail.gmail.com> Date: Thu, 21 Dec 2023 21:20:28 -0500 From: Jeffrey Walton <noloader@...il.com> To: musl@...ts.openwall.com Subject: Re: Segmentation fault musl 1.2.4 On Wed, Dec 20, 2023 at 4:54 PM Cody Wetzel <codyawetzel@...il.com> wrote: > > I am running into a segmentation fault on musl 1.2.4 on my QNAP NAS. QNAP updated the pagesize to 32k and I believe musl isn't handling it gracefully. musl 1.2.3 does not have this problem. > > https://www.qnap.com/da-dk/how-to/faq/article/why-do-the-installed-third-party-containers-not-run-successfully-on-specific-32-bit-arm-devices Related, Apple M1's use a 32k page size. It is baked into the MMU. 32k memory pages has caused a fair amount of trouble for Asashi Linux, especially for some userland programs. See<https://github.com/AsahiLinux/docs/wiki/Broken-Software>. Jeff
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.