Unscheduled system reboot after upgrading from Core 12 to 13

whiskthecat

Cadet
Joined
May 2, 2023
Messages
2
Hello, I had nearly 1 year of uptime on Core 12 and decided to upgrade to 13 since 12 is EoL.
Everything went smoothly but after about 4 days I got an unscheduled reboot.

I found this in /dev/crash,

Code:
root@Truenas[/data/crash]# cat info.last
Dump header from device: /dev/da7p1
  Architecture: amd64
  Architecture Version: 4
  Dump Length: 1266688
  Blocksize: 512
  Compression: none
  Dumptime: 2023-05-02 13:08:39 -0500
  Hostname: Cerberus.local
  Magic: FreeBSD Text Dump
  Version String: FreeBSD 13.1-RELEASE-p7 n245418-79e75956dbb TRUENAS
  Panic String: page fault
  Dump Parity: 2221103922
  Bounds: 1
  Dump Status: good


The listed device has no SMART errors so I dug into the dump.txt.
One of the dumps contained this,

Code:
Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id = 00
fault virtual address    = 0x10
fault code        = supervisor read data, page not present
instruction pointer    = 0x20:0xffffffff80c504d5
stack pointer            = 0x28:0xfffffe0284b4db40
frame pointer            = 0x28:0xfffffe0284b4db90
code segment        = base 0x0, limit 0xfffff, type 0x1b
            = DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags    = interrupt enabled, resume, IOPL = 0
current process        = 12 (irq102: bxe1:fp00)
trap number        = 12
panic: page fault
cpuid = 0
time = 1683050919


And another dump that came slightly before this one,

Code:
Fatal trap 12: page fault while in kernel mode
cpuid = 22; apic id = 2a
fault virtual address    = 0x18
fault code        = supervisor read data, page not present
instruction pointer    = 0x20:0xffffffff80acf744
stack pointer            = 0x28:0xfffffe0241f2b890
frame pointer            = 0x28:0xfffffe0241f2b890
code segment        = base 0x0, limit 0xfffff, type 0x1b
            = DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags    = interrupt enabled, resume, IOPL = 0
current process        = 66597 (blk-3:0:1-6)
trap number        = 12
panic: page fault
cpuid = 22
time = 1614718335


This PID is for bhyve which is strange because I am not running any VMs?
Any ideas where to go from here?
 

whiskthecat

Cadet
Joined
May 2, 2023
Messages
2
Forgot to post hardware specs since I don't suspect anything is wrong with the hardware due to the previous long uptime and the only change being OS upgrade.


Code:
00:00.0 Host bridge: Intel Corporation Xeon E7 v2/Xeon E5 v2/Core i7 DMI2 (rev 04)
00:16.0 Communication controller: Intel Corporation C600/X79 series chipset MEI                                                                                                                                   Controller #1 (rev 05)
01:00.3 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme II BCM5780                                                                                                                                  0 1/10 Gigabit Ethernet (rev 10)
02:00.0 Serial Attached SCSI controller: Broadcom / LSI SAS2308 PCI-Express Fusi                                                                                                                                  on-MPT SAS-2 (rev 05)
 
Top