Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Sep 2023 12:38:15 +0900 (JST)
From:      Yasuhiro Kimura <yasu@FreeBSD.org>
To:        freebsd-stable@freebsd.org
Subject:   14.0-BETA3 amd64: panic while building packages with poudriere
Message-ID:  <20230925.123815.2240162787251781859.yasu@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
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

---
Yasuhiro Kimura



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20230925.123815.2240162787251781859.yasu>