[Bug 204764] Filesystem deadlock, process in vodead state

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jan 9 18:09:15 UTC 2016


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

Konstantin Belousov <kib at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kib at FreeBSD.org

--- Comment #2 from Konstantin Belousov <kib at FreeBSD.org> ---
(In reply to daniel from comment #1)
Recompile the kernel with INVARIANTS etc, see the guide at
https://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug-deadlocks.html

When the situation occurs, execute 'kgdb <path>/kernel.debug /dev/mem'.  After
that, switch to the thread which hung, with the kgdb command 'thread <id>'. 
Backtrace 'bt' would should you the arguments, find the vnode address which
caused the hang (most likely it is shown as vp), and do 'p *vp', 'p
*(vp->v_bufobj.bo_object)'.

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


More information about the freebsd-fs mailing list