[Bug 260393] Page Fault tcp_output/tcp_input

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 22 Dec 2021 13:58:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260393

--- Comment #46 from Dobri Dobrev <ddobrev85@gmail.com> ---
(In reply to Hans Petter Selasky from comment #44)
Here is from frame 9:
(kgdb) frame 9
#9  0xffffffff80dd5fa9 in tcp_output (tp=<optimized out>) at
/usr/src/sys/netinet/tcp_output.c:1081
warning: Source file is more recent than executable.
1081                            m_copydata(mb, moff, len,
(kgdb) print /x *tp->t_inpcb
value has been optimized out
(kgdb) print /x tp->t_inpcb
value has been optimized out
(kgdb)

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