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_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,HTML_MESSAGE,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 9998 invoked from network); 3 Jan 2024 18:01:03 -0000 Received: from second.openwall.net (193.110.157.125) by inbox.vuxu.org with ESMTPUTF8; 3 Jan 2024 18:01:03 -0000 Received: (qmail 19663 invoked by uid 550); 3 Jan 2024 17:59:46 -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 19630 invoked from network); 3 Jan 2024 17:59:45 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1704304849; x=1704909649; darn=lists.openwall.com; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=RdEepAWaHu1UzJJjV9mryncoUZ9hc2VEPVaDRJ8LK6o=; b=B43B7+TqfJBIourW+AERQdl0grDEmRcb10kDMVAparKHBoXXqD+J4ZbPs64/wqK47L RgZxBC/n+h/NL/MHxv9YprO9B8lFPUNOnwzvMhGTqQ0cf4PQmAW5pcCVFsQ8FP89fT2N BcT6ZRLaphzIVxEaEHPzQNCLj+yF3rdyTPGGO6qf30ED6ellpq/KeXV72vczJbiZDdo0 WVwOpGCkJp6nxIqlu4vKY4hvqGCcBbniG0Abz7F+HQXeZD2CxhUMY7tpeqN87XxmEePd kqTHKUFj+fh6HtjB/fnCOEpuNd9oMRshC7PRlPZGI7IMw4n+8UpXTGjD2K20/kLxEdyC QWYA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704304849; x=1704909649; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=RdEepAWaHu1UzJJjV9mryncoUZ9hc2VEPVaDRJ8LK6o=; b=jalhBcVefCDYTcd0yyoOX8WdZwksMb+eMxRqqfAL0BxiwbUDAPiKBVurKXCCTV07p1 B6ZSvtza96r+BkSN1O7P0a/eD/MJpwRY4fxiY5l1yYlMFMl1ttIByQCIYusQFZflA/pl 6kdPFFT28LSeiKZrTUHYaoASSe21DTKhoCyxEORqWVKnCS4aBpmMgpX7H/ImkFeN3OVi jvlgi7rOrsm/IHGY4vzQwo5oazG2YP4vicdVEM1Vbswq3pZPJ6SJdZ421IyiJfLVVQ27 Wgpv+guf7rXT567hdVBzkA2dA6IZs9fM232+T0DFeAZZyLcQMvI7NY7VEY1rxdH/rB03 Yv5A== X-Gm-Message-State: AOJu0Yx0ZUmKcGKDmMCO54DBKSJxh+gByED9rhkEbaeDxtsoG1MvKtaK QpxnzwFUBB18ykwmld1oDZ7AlJ6x0Vt+vWjiV40= X-Google-Smtp-Source: AGHT+IEzfE5vIVf/DwsGf3SiTomS9W4cFa8soBPYygsw/TnGyGOGJmd1pxKiELZX70mO4BWNpXrSPFtQ8DYlIIiNG5k= X-Received: by 2002:a5b:408:0:b0:dbe:9e3:b50 with SMTP id m8-20020a5b0408000000b00dbe09e30b50mr7383113ybp.129.1704304849356; Wed, 03 Jan 2024 10:00:49 -0800 (PST) MIME-Version: 1.0 References: <20231221222513.799557a1@ncopa-desktop.lan> <87il4a49bp.fsf@vuxu.org> In-Reply-To: <87il4a49bp.fsf@vuxu.org> From: Cody Wetzel Date: Wed, 3 Jan 2024 12:00:37 -0600 Message-ID: To: Leah Neukirchen Cc: musl@lists.openwall.com Content-Type: multipart/alternative; boundary="000000000000228c40060e0e6519" Subject: Re: [musl] Segmentation fault musl 1.2.4 --000000000000228c40060e0e6519 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable I thought I had tried that command and just to confirm I tried it again. I receive no core dump however. To further clarify, even if a core dump did occur using all basic commands result in segfault after upgrading musl. I can't use ls or mv for example. Thanks! Cody On Wed, Jan 3, 2024 at 11:26=E2=80=AFAM Leah Neukirchen wro= te: > Cody Wetzel writes: > > > Hello musl team, > > > > I tried getting a core dump but I'm not sure if I'm doing something > wrong... > > You need to run > > % ulimit -c unlimited > > to enable coredumps for the session. > > -- > Leah Neukirchen https://leahneukirchen.org/ > --=20 Cody Wetzel codyawetzel@gmail.com (402)490-9242 --000000000000228c40060e0e6519 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I thought I had tried that command and just to confirm=C2= =A0I tried it again.=C2=A0 I receive no core dump however.=C2=A0 To further= clarify, even if a core dump did occur=C2=A0using all basic commands resul= t in segfault after upgrading musl.=C2=A0 I can't use ls or mv for exam= ple.=C2=A0

Thanks!

Cody

On= Wed, Jan 3, 2024 at 11:26=E2=80=AFAM Leah Neukirchen <leah@vuxu.org> wrote:
Cody Wetzel <codyawetzel@gmail.com> writes:

> Hello musl team,
>
> I tried getting a core dump but I'm not sure if I'm doing some= thing wrong...

You need to run

% ulimit -c unlimited

to enable coredumps for the session.

--
Leah Neukirchen=C2=A0 <leah@vuxu.org>=C2=A0 https://leahneukirchen.org/


--
Co= dy Wetzel
cod= yawetzel@gmail.com
(402)490-9242
--000000000000228c40060e0e6519--