[Bug 262894] Kernel Panic (page fault) with 13.1-BETA2 in g_eli & httpd
Date: Mon, 18 Apr 2022 17:46:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262894
Alan Somers <asomers@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |asomers@FreeBSD.org
--- Comment #23 from Alan Somers <asomers@FreeBSD.org> ---
Are you using ZFS atop geli? If so, it shouldn't be possible to have unmapped
I/O in geli. To check you can do something like the following:
sudo dtrace -i 'fbt:geom_eli:g_eli_crypto_run:entry /args[1]->bio_flags &
BIO_UNMAPPED/ {stack();}'
if it prints anything at all, that means you're using unmapped I/O with geli.
--
You are receiving this mail because:
You are the assignee for the bug.