[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #30561] Failed assert in tcp_in.c:tcp_receive()
From: |
Simon Goldschmidt |
Subject: |
[lwip-devel] [bug #30561] Failed assert in tcp_in.c:tcp_receive() |
Date: |
Tue, 10 Aug 2010 20:19:01 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 |
Follow-up Comment #5, bug #30561 (project lwip):
What does 'did not help' mean? Do you still get the failing assert or is it
just the data not coming through like you expect it to?
To me, the assertion:
if (pcb->snd_queuelen != 0) {
LWIP_ASSERT("tcp_receive: valid queue length", pcb->unacked != NULL
||pcb->unsent != NULL);
}
is very much likely to be provoked by calling tcp_pcb_purge as that functions
sets unacked and unsent to NULL without even touching snd_queuelen.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?30561>
_______________________________________________
Nachricht geschickt von/durch Savannah
http://savannah.nongnu.org/