[Bug 259218] Fatal trap 12: page fault while in kernel mode

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 19 Oct 2021 13:44:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259218

--- Comment #10 from Konstantin Belousov <kib@FreeBSD.org> ---
I need simple but consistent data from you, and I do not need the core dump.

I need the exact content from console on the panic, like what you provided
before,
but for the kernel that you built anew.  Then, for the same kernel, I need
either
source line for the last top frame before trap, or (this would probably easier
to describe) a disassembly of random_nehemiah_read().  You do not need to wait
for the kernel panic to get the second thing:
% gdb kernel.full
(gdb) disassemble random_nehemiah_read

But again, I need both panic info and disassembly _from then same kernel
binary_.

-- 
You are receiving this mail because:
You are the assignee for the bug.