https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258932

Mark Johnston <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
             Status|New                         |Open

--- Comment #1 from Mark Johnston <[email protected]> ---
If the system is still in DDB, can you show output from the following:

db> x/gx 0xfffffe006b2d0510

This should print the address of the first element of the page's pv list,
should be an address of the form 0xffff8.*.  Then show the dword at that
address:

db> x/gx 0xffff8...

Then do

db> show pte <addr printed by the last command>

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

Reply via email to