You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can be cleanly explained by #2523. If we lose the mutex_unlock() race cleaning up the dbuf then we could NULL dereference on the list handling in __mutex_lock_slowpath as shown here. Since we believe this has now been fixed I'm closing this issue out.
I hit this BUG today when running
zpool destroy $POOL
.Running a down stream release of ZFS:
The text was updated successfully, but these errors were encountered: