https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227749
--- Comment #5 from Conrad Meyer <[email protected]> --- Most of lockmgr paths are protected with if (panicstr != NULL) return; abort paths, but clearly at least one was missed. Possibly due to mjg's recent lockmgr changes. The assertion is in lockmgr_sunlock_try(), but probably the early abort should be added to its callers. -- 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]"
