https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255131
Bug ID: 255131 Summary: kernel panic using zfs on shsec Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: b...@freebsd.org Reporter: nv...@gmx.com Trying to use zfs on a shsec device will result to a kernel panic. Use the following script to reproduce the problem: #!/bin/sh gshsec load m0=`mdconfig -at swap -s 120M` m1=`mdconfig -at swap -s 120M` m2=`mdconfig -at swap -s 120M` gshsec label secret1234 $m0 $m1 $m2 zpool create secret1234 /dev/shsec/secret1234 Panic message: Unread portion of the kernel message buffer: panic: non-NULL bp->data in g_io_request(cmd=5) cpuid = 1 time = 1618601239 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe0063abfa30 vpanic() at vpanic+0x181/frame 0xfffffe0063abfa80 panic() at panic+0x43/frame 0xfffffe0063abfae0 g_io_request() at g_io_request+0x365/frame 0xfffffe0063abfb10 g_shsec_start() at g_shsec_start+0x1db/frame 0xfffffe0063abfb70 g_io_schedule_down() at g_io_schedule_down+0x134/frame 0xfffffe0063abfba0 g_down_procbody() at g_down_procbody+0x5c/frame 0xfffffe0063abfbb0 fork_exit() at fork_exit+0x80/frame 0xfffffe0063abfbf0 fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063abfbf0 --- trap 0, rip = 0, rsp = 0, rbp = 0 --- KDB: enter: panic -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"