DragonFly bugs List (threaded) for 2011-08
[
Date Prev][
Date Next]
[Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
[issue2127] regular panics with 2.11.0.749 x86_64 on vmware
Alex Hornung <ahornung@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@lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue2127>
_____________________________________________________
[
Date Prev][
Date Next]
[Thread Prev][
Thread Next]
[
Date Index][
Thread Index]