|
| From: | Frédéric Bernon |
| Subject: | [lwip-devel] [bug #20791] conn->recvmbox might be deleted twice in netconn_delete() and netconn_recv |
| Date: | Wed, 15 Aug 2007 21:30:33 +0000 |
| User-agent: | Mozilla/5.0 (Windows; U; Windows NT 6.0; fr; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6 |
Follow-up Comment #2, bug #20791 (project lwip):
More, lwIP is not safe-thread on one socket: you should not call with a Task
A netconn_delete, in the same time a Task B is "blocked" on a netconn_recv. In
a general way, you should not use two "application" tasks on a same
socket/netconn... You can find some informations/talks on :
https://savannah.nongnu.org/task/?6683
https://savannah.nongnu.org/patch/?5960
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?20791>
_______________________________________________
Message posté via/par Savannah
http://savannah.nongnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |