pfSense Crash
-
Hi, the pfSense crash continuously and I can not find the problem.
-
Fatal trap 12: page fault while in kernel mode cpuid = 2; apic id = 02 fault virtual address = 0x30 fault code = supervisor read data, page not present instruction pointer = 0x20:0xffffffff80e108f1 stack pointer = 0x28:0xfffffe00f53da920 frame pointer = 0x28:0xfffffe00f53da940 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 (irq265: virtio_pci4)
db:0:kdb.enter.default> show pcpu cpuid = 2 dynamic pcpu = 0xfffffe0197c2f480 curthread = 0xfffff80003e07000: pid 12 "irq265: virtio_pci4" curpcb = 0xfffffe00f53dacc0 fpcurthread = none idlethread = 0xfffff8000397a000: tid 100005 "idle: cpu2" curpmap = 0xffffffff82b83898 tssp = 0xffffffff82bb47e0 commontssp = 0xffffffff82bb47e0 rsp0 = 0xfffffe00f53dacc0 gs32p = 0xffffffff82bbb038 ldt = 0xffffffff82bbb078 tss = 0xffffffff82bbb068 db:0:kdb.enter.default> bt Tracing pid 12 tid 100071 td 0xfffff80003e07000 ng_ether_input() at ng_ether_input+0x11/frame 0xfffffe00f53da940 ether_nh_input() at ether_nh_input+0x27e/frame 0xfffffe00f53da9a0 netisr_dispatch_src() at netisr_dispatch_src+0xa8/frame 0xfffffe00f53da9f0 ether_input() at ether_input+0x26/frame 0xfffffe00f53daa10 vtnet_rxq_eof() at vtnet_rxq_eof+0x855/frame 0xfffffe00f53daae0 vtnet_rx_vq_intr() at vtnet_rx_vq_intr+0x68/frame 0xfffffe00f53dab20 intr_event_execute_handlers() at intr_event_execute_handlers+0xe9/frame 0xfffffe00f53dab60 ithread_loop() at ithread_loop+0xe7/frame 0xfffffe00f53dabb0 fork_exit() at fork_exit+0x83/frame 0xfffffe00f53dabf0 fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00f53dabf0
It's crashing during a network operation in vtnet/virtio. It doesn't appear to be specifically in the driver itself, though.
At least judging by the console output in the dump you posted, it's crashing just trying to configure the
LAN_ISSABEL
interface. So there may be something about your settings there that is not getting along with the hypervisor/virtio driver. Or that could just be a coincidence.Since it's not getting very far into the boot process, I'd focus more on hypervisor issues (settings, missing updates, etc)
-
@Ozzmosis said in pfSense Crash:
can not find the problem.
Cut the problem in pieces.
Like : remove the VM from the equitation.