[Bug 268246] crash and panic using pfsync on 13.1-RELEASE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Feb 2023 20:19:40 UTC
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.