https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276057
Konstantin Belousov <k...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@freebsd.org --- Comment #2 from Konstantin Belousov <k...@freebsd.org> --- We generally cannot re-init mutex that is destroyed. It is probably fine for the non-debugging kernels, but for kernels with WITNESS it causes some data recorded for WITNESS book tracking. Then unloading the module causes dandling pointers left, and panic occurs later. -- You are receiving this mail because: You are the assignee for the bug.