[Bug 222680] bnxt (iflib model): While VLAN TCP Tx is progress, "ifconfig destroy" caused kernel Crash
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Oct 4 01:43:39 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222680
Matt Joras <mjoras at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|freebsd-net at FreeBSD.org |mjoras at freebsd.org
CC| |mjoras at freebsd.org
--- Comment #2 from Matt Joras <mjoras at 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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-net
mailing list