Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Sep 2016 12:05:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 212561] stucking kyua test (/usr/tests/sys/acl/01) with enabled INVARIANT on FreeBSD 10.3-RELEASE
Message-ID:  <bug-212561-8-OFem4wASZb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-212561-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-212561-8@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=3D212561

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

$ cat bug212561.sh=20
#!/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=20
FreeBSD t1.osted.lan 10.3-STABLE FreeBSD 10.3-STABLE #3 r303848: Fri Sep 16
13:31:52 CEST 2016     pho@t1.osted.lan:/usr/src/sys/amd64/compile/PHO  amd=
64
options INVARIANT_SUPPORT
options INVARIANTS
$

--=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-212561-8-OFem4wASZb>