https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236220
--- Comment #7 from Andriy Gapon <[email protected]> --- (In reply to ncrogers from comment #6) Sorry, I missed it in the wall of stack traces. To mirror what I wrote in the email: > v_lock = {lock_object = {lo_name = 0xffffffff8144af45 "zfs", > lo_flags = 117112840, lo_data = 0, lo_witness = 0x0}, > lk_lock = 18446744073709551605, lk_exslpfail = 0, lk_timo = 51, > lk_pri = 96} lk_lock = 18446744073709551605 = 0xfffffffffffffff5 and that looks like LK_SHARERS_LOCK(-1) | LK_EXCLUSIVE_WAITERS. I suggest that you try to reproduce the problem with INVARIANTS and INVARIANT_SUPPORT. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
