Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jan 2023 04:05:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 268246] crash and panic using pfsync on 13.1-RELEASE
Message-ID:  <bug-268246-227-pbJo9SV9qB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-268246-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-268246-227@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=3D268246

--- 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.

--=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-268246-227-pbJo9SV9qB>