https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260393
--- Comment #18 from Dobri Dobrev ---
(In reply to Michael Tuexen from comment #17)
(kgdb) frame 8
#8 m_copydata (m=0x0, m@entry=0xf8010ee80d00, off=0, len=1, cp=) at /usr/src/sys/kern/uipc_mbuf.c:657
657 count = m
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260393
--- Comment #17 from Michael Tuexen ---
frame 8
print count
print m
print off
print len
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260393
--- Comment #16 from Michael Tuexen ---
frame 8
print count
print m
print off
print len
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260393
--- Comment #15 from Dobri Dobrev ---
(In reply to Michael Tuexen from comment #14)
(kgdb) frame 9
#9 0x80dd5fa9 in tcp_output (tp=) at
/usr/src/sys/netinet/tcp_output.c:1081
1081m_copydata(mb, moff, le
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260393
--- Comment #14 from Michael Tuexen ---
frame 9
print mb
print *mb
print moff
print len
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260393
--- Comment #13 from Dobri Dobrev ---
(In reply to Michael Tuexen from comment #12)
(kgdb) frame 12
#12 0x80dca9eb in tcp_input (mp=0xf8010ee80d00, offp=0x0, proto=1)
at /usr/src/sys/netinet/tcp_input.c:1496
1496ret
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260393
--- Comment #12 from Michael Tuexen ---
(In reply to Michael Tuexen from comment #11)
Sorry, I meant:
frame 12
print *mp
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260393
--- Comment #11 from Michael Tuexen ---
frame 12
print **mp
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260393
--- Comment #10 from Dobri Dobrev ---
(In reply to Michael Tuexen from comment #9)
(kgdb) frame 8
#8 m_copydata (m=0x0, m@entry=0xf8010ee80d00, off=0, len=1, cp=) at /usr/src/sys/kern/uipc_mbuf.c:657
657 count = mi
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260393
--- Comment #9 from Michael Tuexen ---
Please run
frame 8
list
print *(struct mbuf *)0xf8010ee80d00
frame 10
print *tp
frame 12
print **mp
--
You are receiving this mail because:
You are the assignee for the bug.
10 matches
Mail list logo