Re: 14.0-BETA3 amd64: panic while building packages with poudriere

From: Jake Freeland <jake_at_technologyfriends.net>
Date: Mon, 25 Sep 2023 04:04:50 UTC
> On Sep 24, 2023, at 22:38, Yasuhiro Kimura <yasu@FreeBSD.org> wrote:
> 
> yasu@rolling-vm-freebsd4[1028]% uname -a                                                                                   ~
> FreeBSD rolling-vm-freebsd4.home.utahime.org 14.0-BETA3 FreeBSD 14.0-BETA3 #0 releng/14.0-n265111-c429a0425dc4: Sun Sep 24 02:28:13 JST 2023     rootz@rolling-vm-freebsd4.home.utahime.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-DEBUG amd64
> yasu@rolling-vm-freebsd4[1029]% cat /usr/src/sys/amd64/conf/GENERIC-DEBUG                                                  ~
> include GENERIC
> ident   GENERIC-DEBUG
> 
> # For full debugger support use (turn off in stable branch):
> options         BUF_TRACKING            # Track buffer history
> options         DDB                     # Support DDB.
> options         FULL_BUF_TRACKING       # Track more buffer history
> options         GDB                     # Support remote GDB.
> options         DEADLKRES               # Enable the deadlock resolver
> options         INVARIANTS              # Enable calls of extra sanity checking
> options         INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
> options         QUEUE_MACRO_DEBUG_TRASH # Trash queue(2) internal pointers on invalidation
> options         WITNESS                 # Enable checks to detect deadlocks and cycles
> options         WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
> options         MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
> options         VERBOSE_SYSINIT=0       # Support debug.verbose_sysinit, off by default
> yasu@rolling-vm-freebsd4[1030]%
> 
> 
> Panic happened while building packages with poudriere.
> 
> Screen shot:
> https://people.freebsd.org/~yasu/FreeBSD-14.0-BETA3-amd64.20230925.panic.png

That panic was fixed by commit f4296cfb409a48de00bfa60e76f686c2b031876f.

The fix has been merged into stable/14, but not releng/14.0 yet.

Warner might have more to say about this.

Jake Freeland

> 
> ---
> Yasuhiro Kimura
>