[issue2127] regular panics with 2.11.0.749 x86_64 on vmware

Alex Hornung (via DragonFly issue tracker) sinknull at leaf.dragonflybsd.org
Wed Aug 31 06:39:33 PDT 2011


Alex Hornung <ahornung at gmail.com> added the comment:

That assert is completely wrong. It's impossible for the lock to be held there,
since it comes directly from the softclock handler as result of a callout_reset.
That assert needs to be changed to explicitly acquire the mpt lock.

Please try changing MPT_LOCK_ASSERT() to MPT_LOCK() on line 1242, function
mpt_timeout().

Cheers,
Alex

----------
status: unread -> chatting

_____________________________________________________
DragonFly issue tracker <bugs at lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue2127>
_____________________________________________________






More information about the Bugs mailing list