Date: Fri, 30 Jul 2021 18:14:24 +0000 From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 237067] ZFS: Crash in vdev_dtl_reassess when using GELI with autodetach Message-ID: <bug-237067-3630-btwWoySbZM@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-237067-3630@https.bugs.freebsd.org/bugzilla/> References: <bug-237067-3630@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=3D237067 --- Comment #2 from johannes@jo-t.de --- Just ran into a similar panic, but with ggate and ggate destroy -f, so force-destroying the ggate device that a zfs/zpool command wants to write t= o. There's a ggate specific thing here: because of a bug in ggatec it's possib= le for a read or write request to end of dangling forever. So for example a zpool-create will never finish. To get out of that sticky situation you might be inclined to run `ggatec destroy -f -u 0`. That will trigger the kernel panic. Unread portion of the kernel message buffer: code segment =3D base 0x0, limit 0xfffff, type 0x1b =3D DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags =3D interrupt enabled, resume, IOPL =3D 0 current process =3D 6 (solthread 0xfffffff) trap number =3D 12 panic: page fault cpuid =3D 0 time =3D 1627668025 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00511a8= 720 vpanic() at vpanic+0x17b/frame 0xfffffe00511a8770 panic() at panic+0x43/frame 0xfffffe00511a87d0 trap_fatal() at trap_fatal+0x391/frame 0xfffffe00511a8830 trap_pfault() at trap_pfault+0x66/frame 0xfffffe00511a8880 trap() at trap+0x4f7/frame 0xfffffe00511a8990 calltrap() at calltrap+0x8/frame 0xfffffe00511a8990 --- trap 0xc, rip =3D 0xffffffff803e838c, rsp =3D 0xfffffe00511a8a60, rbp = =3D 0xfffffe00511a8ad0 --- vdev_dtl_reassess() at vdev_dtl_reassess+0x11c/frame 0xfffffe00511a8ad0 vdev_dtl_reassess() at vdev_dtl_reassess+0x89/frame 0xfffffe00511a8b50 spa_vdev_state_exit() at spa_vdev_state_exit+0x127/frame 0xfffffe00511a8b80 spa_async_thread_vd() at spa_async_thread_vd+0xe0/frame 0xfffffe00511a8bb0 fork_exit() at fork_exit+0x85/frame 0xfffffe00511a8bf0 fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00511a8bf0 --- trap 0, rip =3D 0, rsp =3D 0, rbp =3D 0 --- This is on stable-12, commit 7fa95d69f10827d0b02607682a2c4a1513d658e5, with= a custom stripped down kernel, on amd64, built with DIAGNOSTIC and INVARIANTS= and stuff. I have kgdb on this box/vm. It's very reproducible. --=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-237067-3630-btwWoySbZM>
