[Bug 289131] [ZFS] [panic] zfs_aclset_common() with poolversion_test:poolversion_001_pos test

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 27 Aug 2025 16:56:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289131

--- Comment #1 from Olivier Cochard <olivier@freebsd.org> ---
Created attachment 263273
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=263273&action=edit
crash/core.txt while running zfs regression test

Here is another core.txt dump.
This time, it crashed at another zfs test.
To reproduce:

truncate -s 16G /tmp/disk1.zfs
truncate -s 16G /tmp/disk2.zfs
truncate -s 16G /tmp/disk3.zfs
mdconfig -a -t vnode -f /tmp/disk1.zfs -u 1
mdconfig -a -t vnode -f /tmp/disk2.zfs -u 2
mdconfig -a -t vnode -f /tmp/disk3.zfs -u 3
cd /usr/tests
kyua test sys/cddl/zfs/tests/poolversion/poolversion_test
(etc.)

sys/cddl/zfs/tests/cli_root/zpool_create/zpool_create_test:zpool_create_023_neg
 ->  expected_failure: kern/221987 - ZFS does not validate the sharenfs
parameter: Setup failed  [0.341s]
sys/cddl/zfs/tests/cli_root/zpool_destroy/zpool_destroy_test:zpool_destroy_001_pos
 ->  skipped: Recursive ZVOLs not enabled  [0.113s]
sys/cddl/zfs/tests/cli_root/zpool_destroy/zpool_destroy_test:zpool_destroy_002_pos
 ->  passed  [0.744s]
sys/cddl/zfs/tests/cli_root/zpool_destroy/zpool_destroy_test:zpool_destroy_003_neg
 ->  passed  [0.158s]
sys/cddl/zfs/tests/cli_root/zpool_destroy/zpool_destroy_test:zpool_destroy_004_pos
 ->  Read from remote host bigone: Operation timed out

-- 
You are receiving this mail because:
You are the assignee for the bug.