Date: Sun, 30 Jul 2017 12:03:24 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-jail@FreeBSD.org Subject: [Bug 213896] when starting vimage jails the kernel crashes Message-ID: <bug-213896-9824-IT4FxrqMdj@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-213896-9824@https.bugs.freebsd.org/bugzilla/> References: <bug-213896-9824@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=3D213896 Kristof Provost <kp@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kp@freebsd.org --- Comment #16 from Kristof Provost <kp@freebsd.org> --- I've posted a proposed patch in https://reviews.freebsd.org/D11782 The panic in the last comment happens because ifp->if_bpf is NULL, which happens due to a race in bpf_if cleanup (as described in the patch). With this patch the script in Comment #10 no longer panics. --=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-213896-9824-IT4FxrqMdj>