[Bug 268246] crash and panic using pfsync on 13.1-RELEASE

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 11 Jan 2023 04:05:51 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268246

--- Comment #20 from Kristof Provost <kp@freebsd.org> ---
(In reply to jjasen from comment #19)
Try printing *m, m->m_pkthdr.rcvif, *m->m_pkthdr.rcvif and
m->m_pkthdr.rcvif->if_vnet.

That looks to be panicking in the line that sets the current vnet context,
which is done based on the rcvif pointer in the mbuf, so if that one's NULL
that might explain the panic at least. It's still a step away from the real
bug, but it'd be some progress at least.

-- 
You are receiving this mail because:
You are the assignee for the bug.