Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2018 14:27:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 201466] ifconfig called from ruby shell class causes kernel panic
Message-ID:  <bug-201466-8-76eBaxwLDV@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-201466-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-201466-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=3D201466

--- Comment #8 from Preetpal Sohal <preetpal.sohal@gmail.com> ---
I did some more testing with other time intervals (0.05 as well as no delay=
).
Still could not reproduce on FreeBSD 11.1 AMD64.

root@freebsd-gateway:~ # sh
# for i in $(jot 100); do result=3D$(ifconfig epair create); sleep 0.25; if=
config
$result destroy; done
# uname -a
FreeBSD freebsd-gateway 11.1-RELEASE-p4 FreeBSD 11.1-RELEASE-p4 #0: Tue Nov=
 14
06:12:40 UTC 2017=20=20=20=20
root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
# for i in $(jot 100); do result=3D$(ifconfig epair create); sleep 0.05; if=
config
$result destroy; done
# echo "Still fine"
Still fine
# for i in $(jot 100); do result=3D$(ifconfig epair create); ifconfig $resu=
lt
destroy; done
# echo "Again, still fine"
Again, still fine
# whoami
root
#

--=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-201466-8-76eBaxwLDV>