Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Dec 2021 06:25:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 260393] Page Fault tcp_output/tcp_input
Message-ID:  <bug-260393-7501-ictIezOKzc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-260393-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-260393-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=3D260393

--- Comment #18 from Dobri Dobrev <ddobrev85@gmail.com> ---
(In reply to Michael Tuexen from comment #17)

(kgdb) frame 8
#8  m_copydata (m=3D0x0, m@entry=3D0xfffff8010ee80d00, off=3D0, len=3D1, cp=
=3D<optimized
out>) at /usr/src/sys/kern/uipc_mbuf.c:657
657                     count =3D min(m->m_len - off, len);
(kgdb) print count
$5 =3D <optimized out>
(kgdb) print m
$6 =3D (const struct mbuf *) 0x0
(kgdb) print off
$7 =3D 0
(kgdb) print len
$8 =3D 1
(kgdb)

--=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-260393-7501-ictIezOKzc>