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

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

Depressing. 

(kgdb) frame 11


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

(kgdb) info locals

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

(kgdb) p *ip
value has been optimized out

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

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