Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Feb 2023 20:19:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 268246] crash and panic using pfsync on 13.1-RELEASE
Message-ID:  <bug-268246-7501-oxwNIqNx3q@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-268246-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-268246-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=3D268246

--- Comment #64 from jjasen@gmail.com ---
(In reply to Kristof Provost from comment #63)

Depressing.=20

(kgdb) frame 11


#11 0xffffffff80dfe81f in ip_fragment (ip=3D<optimized out>,
ip@entry=3D0xfffff802d9447a68,
    m_frag=3Dm_frag@entry=3D0xfffffe020478fd80, mtu=3Dmtu@entry=3D9000,
if_hwassist_flags=3D<optimized out>)
    at /root/usr/src/sys/netinet/ip_output.c:992
992                     m->m_next =3D m_copym(m0, off, len, M_NOWAIT);

(kgdb) info locals

mhip =3D 0xfffff8036055c468
m =3D 0xfffff8036055c400
mhlen =3D <optimized out>
m0 =3D <optimized out>
len =3D 8192
hlen =3D 20
error =3D 0
ip_len =3D <optimized out>
ip_off =3D 1600
off =3D 8268
nfrags =3D 2
mnext =3D <optimized out>
firstlen =3D 56

(kgdb) p *ip
value has been optimized out

(kgdb) p/x *ip
value has been optimized out

--=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-7501-oxwNIqNx3q>