Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Aug 2021 12:38:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 258049] vm_reserv_depopulate panic.
Message-ID:  <bug-258049-227-3PdaOL5Sj1@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258049-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-258049-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258049

Mark Johnston <markj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |markj@FreeBSD.org

--- Comment #2 from Mark Johnston <markj@FreeBSD.org> ---
The vmcore file on its own isn't useful without a copy of the corresponding
kernel (/boot/kernel) and debug files (/usr/lib/debug/boot/kernel).  It wou=
ld
be useful to see a dump of the vm_page and reservation in question:

(kgdb) frame 14
(kgdb) p/x *m
(kgdb) p/x *(vm_reserv_t)0xffffffd3e672c560

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258049-227-3PdaOL5Sj1>