Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2024 00:41:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 276341] zfs panic: VERIFY3(rc->rc_count == number) failed
Message-ID:  <bug-276341-227-4NAhgv29xG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-276341-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-276341-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276341

Mark Johnston <markj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |markj@FreeBSD.org,
                   |                            |mav@FreeBSD.org

--- Comment #1 from Mark Johnston <markj@FreeBSD.org> ---
I just hit this panic with syzkaller as well.  This seems like a somewhat
recent regression.

The panic arises in arc_state_fini():

  zfs_refcount_destroy(&arc_anon->arcs_size[ARC_BUFC_DATA]);

A previous

  zfs_refcount_destroy(&arc_anon->arcs_esize[ARC_BUFC_METADATA]);

succeeded.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276341-227-4NAhgv29xG>