Actual this is sender sider, the KASSERT. //Re: RE: Bug discussion:Tcp snd_nxt will not be increased.

2009-12-19 Thread fengdreamer
tp->snd_una; len = ((long)ulmin(so->so_snd.sb_cc, sendwin) - off); ofcourse you have seen. the off is -1, the so_snd.sb_cc is 0, so the len is 1. so below KASSERT will came: KASSERT(sb->sb_mb != NULL, ("%s: sb_mb is NULL", __func__)); /* (sbsndptr ) */ Thanks Regard 2009-12-19

KASSERT when connect to the peer(system is running out of memory) .

2009-12-22 Thread fengdreamer
Hello ALL: I am using the FreeBSD 7.1. My system is running out of memory, in this sidution when i create the socket and connect, the the KASSERT come out. Here is my description, please read the brief first and get the problem and then contnue with the detail description. How is this problem

Fw: KASSERT when connect to the peer(system is running out of memory) .

2009-12-23 Thread fengdreamer
2009-12-23 fengdreamer 发件人: fengdreamer 发送时间: 2009-12-22 22:05:20 收件人: freebsd-net 抄送: 主题: KASSERT when connect to the peer(system is running out of memory) . Hello ALL: I am using the FreeBSD 7.1. My system is running out of memory, in this sidution when i create the socket and