On 2024/09/01 20:46, Jonathan Kalbfeld wrote:
> >Synopsis: Spurious reboots involving mutiple traps and double faults
> >Category:
> >Environment:
> System      : OpenBSD 7.5
> Details     : OpenBSD 7.5 (GENERIC.MP) #82: Wed Mar 20 15:48:40 MDT 2024
> dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> 
> Architecture: OpenBSD.amd64
> Machine     : amd64
> >Description:
> The system will occasionally reboot for no reason.  I have replaced both 
> memory and CPU on the
> system and sometimes it will go 5 days and sometimes 1-2 days without a 
> reboot.  Here are some
> of the kernel panic messages:

maybe set ddb.panic back to the default (1) and try to collect more from
ddb? at least ps /o and ps, and a trace from each cpu (use mach ddbcpu
followed by the cpu number to switch - the default radix in ddb is hex,
so as your numbers go above cpu9 use "mach ddbcpu 0t10" etc).

"show mbuf" and "show all pools" are often useful too.

> cpu0: smt 0, core 0, package 0
...
> cpu55: smt 1, core 14, package 1

you're not going to be gaining anything from so many cores on OpenBSD
yet, and extra cores aren't without costs to the os. is there an easy
way to disable one of the two CPU chips ("package"s)?

Reply via email to