Date: Thu, 22 Jan 2026 14:43:08 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 292645] ZFS: panic in zvol_geom_open triggered by aio_test:vectored_unaligned Message-ID: <bug-292645-227-vYdIfWFaeV@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-292645-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292645 --- Comment #1 from Alan Somers <asomers@FreeBSD.org> --- The crash is a race between destroying a zvol and tasting it. Tasting normally happens right after creation, so this panic can happen whenever a zvol has a very short lifetime. The panic can be reproduced in fish-shell like this: for i in (seq 1000); sudo zfs create -V 1m -o volmode=dev testpool/testvol; sudo zfs destroy testpool/testvol; end -- 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-292645-227-vYdIfWFaeV>
