Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jun 2021 12:37:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 256439] if_bridge(4): Kernel panic on FreeBSD 13.0-RELEASE: bridge_rthash
Message-ID:  <bug-256439-7501-J5duscfgbK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256439-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-256439-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=3D256439

Mark Johnston <markj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|13.0-STABLE                 |13.0-RELEASE

--- Comment #23 from Mark Johnston <markj@FreeBSD.org> ---
(In reply to crypt47 from comment #18)
#GP is general protection fault in Intel terminology.

All of the stack traces go through icmp_error().  ip_output() is transmitti=
ng a
valid-looking mbuf, but when control flow reaches bridge_transmit(), we hav=
e a
different, trashed mbuf.  I'd guess that the problem is in a packet filter,=
 it
seems you have pf and ipfw both loaded.

There's a large diff between 12.2 and 13.0 in that code.  Would you be will=
ing
to share your rulesets somehow?

--=20
You are receiving this mail because:
You are on the CC list for the bug.
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-256439-7501-J5duscfgbK>