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,
The listed device has no SMART errors so I dug into the dump.txt.
One of the dumps contained this,
And another dump that came slightly before this one,
This PID is for bhyve which is strange because I am not running any VMs?
Any ideas where to go from here?
	
		
			
		
		
	
			
			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 = 1683050919And 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 = 1614718335This PID is for bhyve which is strange because I am not running any VMs?
Any ideas where to go from here?