Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 2026 14:13:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        fs@FreeBSD.org
Subject:   [Bug 285162] zfs panic: VERIFY3(lold->list_next != NULL) failed
Message-ID:  <bug-285162-3630-3Xu1vzrvIZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-285162-3630@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285162

--- Comment #3 from John F. Carr <jfc@mit.edu> ---
The list_prev pointer can also be null, causing a memory fault instead of an
assertion failure.  Eyeballing the list code, it looks like this can happen if
the same object is added to the list twice.

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

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-285162-3630-3Xu1vzrvIZ>