Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Oct 2017 01:43:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-net@FreeBSD.org
Subject:   [Bug 222680] bnxt (iflib model): While VLAN TCP Tx is progress,  "ifconfig destroy" caused kernel Crash
Message-ID:  <bug-222680-2472-xetT69xnfp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-222680-2472@https.bugs.freebsd.org/bugzilla/>
References:  <bug-222680-2472@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=3D222680

Matt Joras <mjoras@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|freebsd-net@FreeBSD.org     |mjoras@freebsd.org
                 CC|                            |mjoras@freebsd.org

--- Comment #2 from Matt Joras <mjoras@freebsd.org> ---
Do you still have the dump? I am guessing this crashed on this line:
if (bpf_peers_present((_ifp)->if_bpf)) {
The ifp at this point is the VLAN ifp. Since the the VLAN ifp was destroyed
this ends up accessing free'd memory and hence your crash.

--=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-222680-2472-xetT69xnfp>