[Bug 260393] Page Fault tcp_output/tcp_input

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 23 Dec 2021 14:00:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260393

--- Comment #72 from Hans Petter Selasky <hselasky@FreeBSD.org> ---
And also:

frame 14
print /x *(tp->t_inpcb->inp_socket->so_snd.sb_mb)

This dumps the faulty mbuf. I see that so_snd reports bytes available, let's
see if that matches the mbuf:

sb_acc = 0x7cf, sb_ccc = 0x7cf, sb_mcnt = 0x1, 

--HPS

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