From nobody Sun Mar 22 10:20:42 2026 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 4fdsl45g6Sz6WKSh for ; Sun, 22 Mar 2026 10:20:48 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from www121.sakura.ne.jp (www121.sakura.ne.jp [153.125.133.21]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4fdsl41XVkz3vRP for ; Sun, 22 Mar 2026 10:20:48 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Authentication-Results: mx1.freebsd.org; none Received: from delta.joker.local (124-18-6-240.area1c.commufa.jp [124.18.6.240]) (authenticated bits=0) by www121.sakura.ne.jp (8.18.1/8.17.1/[SAKURA-WEB]/20201212) with ESMTPA id 62MAKhP8007699; Sun, 22 Mar 2026 19:20:44 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=dec.sakura.ne.jp; s=s2405; t=1774174844; bh=cg4sxdZPTCpP9Y4t2qMgk4/Im0MAazzhW898UGG2ba8=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=F/MFDWPAgcrNaQS5pdmHD47ySM6lPIV/W7018Ys79FiMNbZibVR8lPwvoJuMc3518 qMvhWymEbHHqpxaNxaJdbnyHWOXvO0bqqgefKDRw2UYwSUChzW1HOMZH/0aT02B6zy rpGbY+j4S4wv/aofF7Hy71esmW8v2KqYcmfPGokM= Date: Sun, 22 Mar 2026 19:20:42 +0900 From: Tomoaki AOKI To: "Herbert J. Skuhra" Cc: current@freebsd.org Subject: Re: CURRENT (after commit b1f72dd2a9a5e69a310b9e76b55f16cff433b8da): silently crashing when make -jXX buildworld Message-Id: <20260322192042.50b4d69ae4f057dc152d7e8f@dec.sakura.ne.jp> In-Reply-To: <81e0e5fa-8ed5-45e5-a08e-8fa86f45d157@app.fastmail.com> References: <20260321093106.09adb26d@thor.sb211.local> <68f0577e-b84d-40c4-b2dd-c237852c48af@app.fastmail.com> <81e0e5fa-8ed5-45e5-a08e-8fa86f45d157@app.fastmail.com> Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd15.0) 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-Transfer-Encoding: 7bit X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7684, ipnet:153.125.128.0/18, country:JP] X-Rspamd-Queue-Id: 4fdsl41XVkz3vRP X-Spamd-Bar: ---- On Sun, 22 Mar 2026 00:24:36 +0100 "Herbert J. Skuhra" wrote: > On Sat, 21 Mar 2026, at 11:58, Herbert J. Skuhra wrote: > > On Sat, 21 Mar 2026, at 09:30, A FreeBSD User wrote: > >> Hello, > >> > >> after upgrading sources and recompiling averything from scratch after > >> make cleanworld, host is > >> silently rebooting (not trace of a crash or anything suitable to > >> present). > >> > >> The box is booting as usual, starting jails. > >> When issuing "make -j16 buildworld buildkernel", the box shows some > >> text on the console and > >> then - byebye. Rebooting, no crashdump. > >> > >> The same issue occurs when booting in single user mode. > >> > >> > >> Working kernel is > >> FreeBSD 16.0-CURRENT #9 main-n284575-14b9955e57cc: Fri Mar 20 05:39:16 > >> CET 2026 amd64 > >> > >> anything later/beyond seems to fail on all recent CURRENT running boxes. > >> > >> Platform is AMD AM5 based toy CPUs. > > > > I guess this is caused by e90950627327de9226b052851b36f341bc72b746. > > Commit 1d18872c2519d7ca726ddc49735180ab1d8916e0 seems to fix the/my issue. Isn't it Commit 1ba29614c4ce5e261ade0bd7def94079b7b9647a, which is the next commit? Anyway, built/ran fine at commit 60baee1fa4848ac969522e03d2c6f273f334edb7, which is after the above-mentioned commit, for me. All installed kmod ports are built fine, too. At this point, the 2nd shot of libcrypt build option change at commit 3797fe720a37ff9fb5b20546494ef1c4a6c01541 is included, too. Anyway, thanks to kib@ and ngie@ for fixing! Regards. -- Tomoaki AOKI