https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288507
Mark Johnston <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open --- Comment #1 from Mark Johnston <[email protected]> --- Here we have an object pointer equal to 0x2b6c70f000, which of course isn't a valid kernel pointer. I'm having trouble seeing how that could arise, that field should always be NULL or a valid pointer to a (NOFREE) vm object. The only non-idle CPU at the time of the panic was running the page daemon. We had some OOM kills shortly before the panic. It'd be useful to open the vmcore in kgdb, run the following commands, and share the output here: kgdb /boot/kernel/kernel /var/crash/vmcore.4 ... (kgdb) frame 15 (kgdb) p/x *m -- You are receiving this mail because: You are the assignee for the bug.
