From nobody Sun May 26 12:45:37 2024 X-Original-To: current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4VnJRJ2JyFz5LMWy for ; Sun, 26 May 2024 12:45:48 +0000 (UTC) (envelope-from herbert@gojira.at) Received: from mail.bsd4all.net (mail.bsd4all.net [IPv6:2a01:4f8:13b:240c::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail.bsd4all.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4VnJRG6gHyz4XTg for ; Sun, 26 May 2024 12:45:46 +0000 (UTC) (envelope-from herbert@gojira.at) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gojira.at header.s=mail202005 header.b=V1qbDCCM; dmarc=none; spf=pass (mx1.freebsd.org: domain of herbert@gojira.at designates 2a01:4f8:13b:240c::25 as permitted sender) smtp.mailfrom=herbert@gojira.at Date: Sun, 26 May 2024 14:45:37 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gojira.at; s=mail202005; t=1716727537; bh=ISRbxs6Wm2Oe3+b4s52CwT+/UiJOAOt7oA1KoAAfbwM=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type; b=V1qbDCCM6lklgz87QA24yvlTR0ECEf24DBFfB8Kv1wJHIhM7S7TOuStmrbwWUATls lSJQr+A6iGC/ZSj09OsXvsy1VGmd0Th0gRktwj0g7T85J64fVoh2J9R7y/sVdGgfCR Csyrd67oSiEoYiMgEdxVsofungznChdw2Ks4qrgVSBEGZL13F6AuEe+LwAZwuLsSQJ p3q0UOj68qkQylMEADE+3+rv2VNv0KhgfT1YiPhkrK2AAN5OexKMkkkzPADKAW425g fD8DdbgiZm9K7qpt2hVaDmxamkhx2DAQ7toj3+aq3iY3OlGGZrlid35OPuXp4d1DBK 4s6ENNts8sS1w== From: "Herbert J. Skuhra" To: current@freebsd.org Subject: Re: CURRENT kernel crash beyond git: 02d15215cef2 Message-ID: References: <20240526143543.054aef54@thor.intern.walstatt.dynvpn.de> List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240526143543.054aef54@thor.intern.walstatt.dynvpn.de> X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.50 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; R_SPF_ALLOW(-0.20)[+ip6:2a01:4f8:13b:240c::25]; R_DKIM_ALLOW(-0.20)[gojira.at:s=mail202005]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; RCPT_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/32, country:DE]; MISSING_XM_UA(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_ZERO(0.00)[0]; DMARC_NA(0.00)[gojira.at]; FROM_EQ_ENVFROM(0.00)[]; ARC_NA(0.00)[]; TO_DN_NONE(0.00)[]; MLMMJ_DEST(0.00)[current@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DKIM_TRACE(0.00)[gojira.at:+] X-Rspamd-Queue-Id: 4VnJRG6gHyz4XTg On Sun, May 26, 2024 at 02:35:16PM +0200, FreeBSD User wrote: > Hello, > > boxes running CURRENT are last good with FreeBSD 15.0-CURRENT #44 main-n270400-02d15215cef2: > Sat May 25 10:56:09 CEST 2024 amd64. Customized kernel. > > After that commit, booting the kernel dies silently without any trace/core or similar and > resetting the system. > > I tried to enable at least the standard debugging features, but that doesn't improve the fact > the machine resets/dies silently. Check the archive! Known issue: https://lists.freebsd.org/archives/freebsd-current/2024-May/005990.html No, idea why the fix hasn't been committed yet: https://lists.freebsd.org/archives/freebsd-current/2024-May/005993.html -- Herbert