[Bug 276341] zfs panic: VERIFY3(rc->rc_count == number) failed

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 10 Feb 2024 17:11:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276341

Allan Jude <allanjude@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |allanjude@FreeBSD.org

--- Comment #14 from Allan Jude <allanjude@FreeBSD.org> ---
Based on Mark's analysis, this error is that not all of the memory used by the
ARC was freed properly during module unload. This would not seem to be putting
anyones data at risk.

Why the refcount (bytes of memory used) is not getting to 0 is as yet
unanswered.
It seems to be different amounts of memory for different people, so it is not
likely some small static item like it might have originally appeared (initial
report was about 256kb)

-- 
You are receiving this mail because:
You are the assignee for the bug.