[Bug 212561] stucking kyua test (/usr/tests/sys/acl/01) with enabled INVARIANT on FreeBSD 10.3-RELEASE

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Sep 16 12:05:43 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212561

--- Comment #8 from Peter Holm <pho at FreeBSD.org> ---
I see no problems with 10.3-STABLE #3 r303848

$ cat bug212561.sh 
#!/bin/sh

uname -a
strings -a /boot/kernel/kernel | egrep "options.*INVARIANT"

kldload zfs
cd /usr/tests/sys/acl
for i in `jot 100`; do
        kyua test > /dev/null 2>&1
done
$ ./bug212561.sh 
FreeBSD t1.osted.lan 10.3-STABLE FreeBSD 10.3-STABLE #3 r303848: Fri Sep 16
13:31:52 CEST 2016     pho at t1.osted.lan:/usr/src/sys/amd64/compile/PHO  amd64
options INVARIANT_SUPPORT
options INVARIANTS
$

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


More information about the freebsd-bugs mailing list