From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 78D88C7618E for ; Wed, 26 Apr 2023 11:59:38 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 4EEA985283; Wed, 26 Apr 2023 13:59:36 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=quarantine dis=none) header.from=tutanota.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=tutanota.com header.i=@tutanota.com header.b="fqYqUkEG"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id B7D6986267; Wed, 26 Apr 2023 13:48:58 +0200 (CEST) Received: from w1.tutanota.de (w1.tutanota.de [81.3.6.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id A7CF586218 for ; Wed, 26 Apr 2023 13:48:56 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=tutanota.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=harry_lockyer@tutanota.com Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w1.tutanota.de (Postfix) with ESMTP id 66C79FBFA20 for ; Wed, 26 Apr 2023 11:48:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1682509736; s=s1; d=tutanota.com; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=XLk/q7NPqXx2N9qE2Wr6cgxIakvP124LRa4to6rhbz8=; b=fqYqUkEGfcLXUiSIXLhjsu+ji7TQxsIkTuYx/qKYsw27EgM2raCpvmAI5Wyy88Gb hAqZF8VOH92bskxNOuKDbMGiAiY4aYDDJmnelPCxELEUQOYb1WT0jS9EV4tg9FHsRYq WOny3oNwcaIq4t8V7E8pXl/iL2gxsxhvSNyZtBNqWWt7h5MvQD+lFBP2SvNIslWyTB/ r7SFiGnlL6s3dveE9Q+i9y/4HKOe5ua+N4KLGf5N92Ireo2U3IT/WenSm9UJQrn5Yh/ zYuqY6TvWsQxbVPq745EyV19yTWDT7QYFyDJcfw6BzwcW97QWG9WlEORIradXly13SK 1qpE7JKy4A== Date: Wed, 26 Apr 2023 13:48:56 +0200 (CEST) From: harry_lockyer@tutanota.com To: U Boot Message-ID: Subject: command segmentation fault MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 26 Apr 2023 13:59:36 +0200 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.39 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean Hello, this is my first time reporting anything.=C2=A0 I found a segmentation fault can be triggered when using the binary after c= ompiling it for sandbox mode.=C2=A0 Example:$ sudo make sandbox_defconfig$ sudo make=20 $. /u-boot -c =E2=A7=B50xef=E2=A7=B50xbf=E2=A7=B50xbd U-Boot 2023.04-rc1-00507-gc34009d5a9-dirty (Apr 25 2023 - 17:09:16 -0400) DRAM:=C2=A0 256 MiB Core:=C2=A0 26 devices, 14 uclasses, devicetree: board MMC:=C2=A0=C2=A0 Loading Environment from nowhere... OK Warning: device tree node '/config/environment' not found In:=C2=A0=C2=A0=C2=A0 serial Out:=C2=A0=C2=A0 serial Err:=C2=A0=C2=A0 serial Net:=C2=A0=C2=A0 No ethernet found. zsh: segmentation fault=C2=A0 ./u-boot -c =E2=A7=B50xef=E2=A7=B50xbf=E2=A7= =B50xbd All the best, Harry=C2=A0 --=20 Sent with Tutanota, enjoy secure & ad-free emails.