Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Apr 2018 14:35:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        stable@FreeBSD.org
Subject:   [Bug 227654] [panic] repeatable crash with IPv6+lagg+vlan+em
Message-ID:  <bug-227654-1689-VHxct6iSBh@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227654-1689@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227654-1689@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=227654

--- Comment #1 from Eugene Grosbein <eugen@freebsd.org> ---
$ addr2line -e kernel.debug -i -f -C  ffffffff806fe6ac
ether_output_frame
/data2/src/sys/net/if_ethersubr.c:449
ether_output
/data2/src/sys/net/if_ethersubr.c:435


(kgdb) l /data2/src/sys/net/if_ethersubr.c:449
444     int
445     ether_output_frame(struct ifnet *ifp, struct mbuf *m)
446     {
447             int i;
448     
449             if (PFIL_HOOKED(&V_link_pfil_hook)) {
450                     i = pfil_run_hooks(&V_link_pfil_hook, &m, ifp,
PFIL_OUT, NULL);
451     
452                     if (i != 0)
453                             return (EACCES);

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227654-1689-VHxct6iSBh>