I'm also experiencing crashes and my trace looks pretty similar (but it's not the same):
Fatal trap 12: page fault while in kernel modecpuid = 2; apic id = 02fault virtual address = 0x18fault code = supervisor read data, page not presentinstruction pointer = 0x20:0xffffffff80d3d9edstack pointer = 0x28:0xfffffe013339d500frame pointer = 0x28:0xfffffe013339d570code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, long 1, def32 0, gran 1processor eflags = interrupt enabled, resume, IOPL = 0current process = 0 (if_io_tqg_2)trap number = 12panic: page faultcpuid = 2time = 1655658689KDB: stack backtrace:db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe013339d2c0vpanic() at vpanic+0x17f/frame 0xfffffe013339d310panic() at panic+0x43/frame 0xfffffe013339d370trap_fatal() at trap_fatal+0x385/frame 0xfffffe013339d3d0trap_pfault() at trap_pfault+0x4f/frame 0xfffffe013339d430calltrap() at calltrap+0x8/frame 0xfffffe013339d430--- trap 0xc, rip = 0xffffffff80d3d9ed, rsp = 0xfffffe013339d500, rbp = 0xfffffe013339d570 ---m_copydata() at m_copydata+0x4d/frame 0xfffffe013339d570tcp_output() at tcp_output+0x1339/frame 0xfffffe013339d750tcp_do_segment() at tcp_do_segment+0x2cfd/frame 0xfffffe013339d830tcp_input_with_port() at tcp_input_with_port+0xafb/frame 0xfffffe013339d990tcp_input() at tcp_input+0xb/frame 0xfffffe013339d9a0ip_input() at ip_input+0x15f/frame 0xfffffe013339da30netisr_dispatch_src() at netisr_dispatch_src+0xb9/frame 0xfffffe013339da80ether_demux() at ether_demux+0x138/frame 0xfffffe013339dab0ether_nh_input() at ether_nh_input+0x355/frame 0xfffffe013339db10netisr_dispatch_src() at netisr_dispatch_src+0xb9/frame 0xfffffe013339db60ether_input() at ether_input+0x69/frame 0xfffffe013339dbc0ether_demux() at ether_demux+0x121/frame 0xfffffe013339dbf0ether_nh_input() at ether_nh_input+0x355/frame 0xfffffe013339dc50netisr_dispatch_src() at netisr_dispatch_src+0xb9/frame 0xfffffe013339dca0ether_input() at ether_input+0x69/frame 0xfffffe013339dd00iflib_rxeof() at iflib_rxeof+0xc27/frame 0xfffffe013339de00_task_fn_rx() at _task_fn_rx+0x72/frame 0xfffffe013339de40gtaskqueue_run_locked() at gtaskqueue_run_locked+0x15d/frame 0xfffffe013339dec0gtaskqueue_thread_loop() at gtaskqueue_thread_loop+0xc2/frame 0xfffffe013339def0fork_exit() at fork_exit+0x7e/frame 0xfffffe013339df30fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe013339df30--- trap 0, rip = 0xffffffff80c3137f, rsp = 0, rbp = 0x6 ---mi_startup() at mi_startup+0xdf/frame 0x6
Do I get back to the current 22.1 track by simply accepting the normal upgrade in the dashboard?
I'be upgraded to 22.7.b. Unfortunately, in my case the firewall still crashes with pretty much the same panic:
The crashes are gone after enabling the workaround that was suggested in the FreeBSD bug ticket:add tunable net.inet.tcp.sack.enable with value "0" to disable SACK support.Regards- Frank
root@unicron:~ # uname -aFreeBSD unicron.tweust.nl 13.1-RELEASE-p2 FreeBSD 13.1-RELEASE-p2 stable/22.7-n250237-022b49bd54f SMP amd64