Re: main cadd2ca217 doesn't boot
- Reply: Bojan_Novković : "Re: main cadd2ca217 doesn't boot"
- In reply to: Tomoaki AOKI : "Re: main cadd2ca217 doesn't boot"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 May 2024 02:37:16 UTC
On Sat, May 25, 2024 at 5:47 PM Tomoaki AOKI <junchoon@dec.sakura.ne.jp> wrote: > > On Sun, 26 May 2024 00:21:31 +0100 > Nuno Teixeira <eduardo@freebsd.org> wrote: > > > Hello, > > > > Just upgraded to latest main at cadd2ca217 > > > > Boot menu shows up and then it stops earlier around: > > .. > > FreeBSD clang version ... > > > > No crash dump. > > > > Thanks, > > > > -- > > Nuno Teixeira > > FreeBSD UNIX: <eduardo@FreeBSD.org> Web: https://FreeBSD.org > > Just a FYI: > commit 40d951bc5932deb87635f5c1780a6706d0c7c012, amd64 boots fine for > me. So commits after 02d15215cef2a28f1865e6ad5b19f18af1398b8b caused > the problem, maybe. > > Regards. > > -- > Tomoaki AOKI <junchoon@dec.sakura.ne.jp> > I'm on amd64 running GENERIC. This boots: 9b1de7e4844d vt/sc: retire logic to select vt(4) by default for UEFI boot This doesn't: da76d349b6b1 uma: Deduplicate uma_small_alloc On one failed boot I saw a failed MPASS panic: Assertion size != 0 && qsize != 0 failed at /usr/src/freebsd/sys/kern/subr_vmem.c:427 Followed by about 1000 stack frames with 7 frames repeating, presumably deep/infinite recursion. Probably want to back this out until stabilized. Ryan