[Bug 285162] zfs panic: VERIFY3(lold->list_next != NULL) failed
[email protected] Mon, 11 May 2026 14:13:29 +0000
| Newsgroups | gmane.os.freebsd.devel.file-systems |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285162 --- Comment #3 from John F. Carr <[email protected]> --- 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.