https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276057
Konstantin Belousov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Konstantin Belousov <[email protected]> --- 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.
