https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267028
--- Comment #342 from Andriy Gapon <a...@freebsd.org> --- Also, this is strange: > kernel trap 22 with interrupts disabled Trap 22 is T_DNA "FPU device not available". It can happen when kernel executes floating-point (or some extended instruction) without enabling FPU mode first. Perhaps, try modifying trap() in sys/amd64/amd64/trap.c to unconditionally panic for kernel-side T_DNA. -- You are receiving this mail because: You are the assignee for the bug.