From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 2149 invoked from network); 21 Dec 2023 21:26:20 -0000 Received: from second.openwall.net (193.110.157.125) by inbox.vuxu.org with ESMTPUTF8; 21 Dec 2023 21:26:20 -0000 Received: (qmail 11500 invoked by uid 550); 21 Dec 2023 21:24:45 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 11453 invoked from network); 21 Dec 2023 21:24:45 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alpinelinux.org; s=smtp; t=1703193916; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=m8i2m3vVqxLu51LNY5tX+IgmmT/feYUjnu1Bsnpr+68=; b=k1hKaebKBq1hjqDswcBR0QwXrGfkuFWdukQH+DSM9aO0ln3yFRAbQhI1oOhr3NccoIuTYu GpRe2dbAUGeYZh7XWPaXiWAS1/4QaQs/nAUbei7LqrWLCJkU0YO6Uy6hXDJfvopnFC7HsW 0eJcgvbMbcWxxYvSUFRd7xwXxlaaPjc= Date: Thu, 21 Dec 2023 22:25:13 +0100 From: Natanael Copa To: Cody Wetzel Cc: musl@lists.openwall.com, Markus Wichmann Message-ID: <20231221222513.799557a1@ncopa-desktop.lan> In-Reply-To: References: X-Mailer: Claws Mail 4.2.0 (GTK 3.24.38; x86_64-alpine-linux-musl) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [musl] Segmentation fault musl 1.2.4 On Thu, 21 Dec 2023 12:39:35 -0600 Cody Wetzel wrote: > Markus, >=20 > No kidding. I've been dealing with issues running Home Assistant for qui= te > some time thanks to this page size change. Since I'm not the most well > versed in Linux I will need to look into how to get logs. I do have a > Github issue you can look at for more details in the meantime. >=20 > https://github.com/home-assistant/core/issues/86589 Those issues will keep popping up til we fix them, and to fix them we will need to know exactly what to fix, a backtrace may help with that. Alternatively we'd need a simple way to reproduce the issue. I found this following the above issue: https://gitlab.alpinelinux.org/alpine/aports/-/issues/15167 This issue looks more like a problem in busybox than musl. -nc > Note that I think there is an issue in rustc also. >=20 > Thanks! >=20 > Cody >=20 > On Thu, Dec 21, 2023 at 1:57*AM Markus Wichmann > wrote: >=20 > > Am Wed, Dec 20, 2023 at 03:53:38PM -0600 schrieb Cody Wetzel: =20 > > > Hello, > > > > > > I am running into a segmentation fault on musl 1.2.4 on my QNAP > > > NAS. =20 > > QNAP =20 > > > updated the pagesize to 32k and I believe musl isn't handling it > > > gracefully. musl 1.2.3 does not have this problem. > > > > > > =20 > > https://www.qnap.com/da-dk/how-to/faq/article/why-do-the-installed-thir= d-party-containers-not-run-successfully-on-specific-32-bit-arm-devices > > =20 > > > > > > Please CC me. > > > > > > -- > > > Cody Wetzel > > > codyawetzel@gmail.com > > > (402)490-9242 =20 > > > > Gonna try my luck since Rich apparently had none: Please procure > > some data from the crash, such as a core dump or a backtrace. > > Without any indication of what is going on, there is no telling > > whether the issue you are experiencing even is in musl, let alone > > where it is. > > > > BTW, the linked website is a hoot and a half. "We made this change > > to improve your user experience, but it may cause your applications > > to have less memory and also crash. Your only recourse is to 'Verify > > compatibility', i.e. sink or swim." > > > > Ciao, > > Markus > > =20 >=20 >=20