https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267225
Mitchell Horne <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Mitchell Horne <[email protected]> --- Hello, I strongly suspect you have grabbed the wrong backtrace. The backtrace should contain entries for the exception handler and panic-handling code, e.g. an entry for vpanic(). When examining a crash dump, kgdb creates one thread for each running CPU. The command "info threads" will show the list, and you can use the "thread" command to switch to another thread's context. Does the panic occur during boot-time or runtime? If you can provide the exact panic message from the kernel log, e.g. "panic: Fatal page fault at...", that would be helpful. -- You are receiving this mail because: You are the assignee for the bug.
