Date: Fri, 20 Apr 2018 14:35:13 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 227654] [panic] repeatable crash with IPv6+lagg+vlan+em Message-ID: <bug-227654-7501-sw4o841R3C@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-227654-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-227654-7501@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=3D227654 --- 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=20=20=20=20=20 449 if (PFIL_HOOKED(&V_link_pfil_hook)) { 450 i =3D pfil_run_hooks(&V_link_pfil_hook, &m, ifp, PFIL_OUT, NULL); 451=20=20=20=20=20 452 if (i !=3D 0) 453 return (EACCES); --=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-227654-7501-sw4o841R3C>