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=-1.4 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, NICE_REPLY_A,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 18757 invoked from network); 26 May 2023 15:43:48 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 26 May 2023 15:43:48 -0000 Received: from mail.posixcafe.org ([45.76.19.58]) by 9front; Fri May 26 11:42:31 -0400 2023 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posixcafe.org; s=20200506; t=1685115827; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=xMvXM4zUop01USbzeMGSaw26a19EK8vrT7vvDgXzYkY=; b=p40tO9xiisP4UNBjvhhI8zhZ+aS2GJ6nPaNSa6dd9jU6Q64nAaLUZkRHXaO4RapRrR+Zne Ta0Wl2bLqQbUqJSznwkVCmxIj6FNLHhPTSNiCfRFB6KN/BWHFjwBfPZmB0lKZgzkEs0dCN s54uSTkA9XoBZw3UTkXRNdGcU9rZkU4= Received: from [192.168.168.200] (161-097-205-025.v4.mynextlight.net [161.97.205.25]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id 48b5c9df (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Fri, 26 May 2023 10:43:46 -0500 (CDT) Message-ID: <52efa450-8aaf-73a4-e5bb-06da2ba724f0@posixcafe.org> Date: Fri, 26 May 2023 09:42:04 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.1 Content-Language: en-US To: 9front@9front.org References: <202305261536.34QFa2ww014931@sdf.org> From: Jacob Moody In-Reply-To: <202305261536.34QFa2ww014931@sdf.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: anonymous distributed dependency-oriented template method markup Subject: Re: [9front] latest code crashes thinkpad x1 yoga 3rd gen on fshalt Reply-To: 9front@9front.org Precedence: bulk On 5/26/23 09:36, Tobias Heinicke wrote: > Can confirm; I that is I was able to reproduce the crash and chainnging from xalloc to malloc in port/sdram.c makes it disappear again. > > -- > Tobias Heinicke This fix is now committed as well.