Interesting lock issue mtx_flags = 0x6?

John Baldwin jhb at freebsd.org
Tue Sep 5 12:53:20 PDT 2006


On Monday 04 September 2006 08:04, Randall Stewart wrote:
> Never mind.. I think I just figiured it out.. its
> a foo-bar on my part :-D

Yeah, that constant is MTX_DESTROYED which is written into mtx_lock in 
mtx_destroy() so that any later mtx_lock's will hang or panic. :)

-- 
John Baldwin


More information about the freebsd-current mailing list