|
From: | anonymous |
Subject: | [lwip-devel] [bug #16390] Crash through adding and removing tcb's to the TIME_WAIT list |
Date: | Fri, 21 Apr 2006 16:37:29 +0000 |
User-agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.12) Gecko/20050919 Firefox/1.0.7 |
Follow-up Comment #1, bug #16390 (project lwip): Ok i did some more investigations... the problem occured also at the active list. And it occures if you write or read to/from connection if a further write or read returns an error and is not handled. In my case it was a webserver application. I wrote and wrote and wrote without checking for errors because I thought the lower layers will handle it if there is a problem with writing to a connection in a "wrong" state. The problem occured if the client is resetting or closing the connection. The write give me an error and I didn't handle it and continued writing. After this point the tcb lists get meshed up. I do error checking now and I am closing the connection if there is an error and everything works fine. _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=16390> _______________________________________________ Nachricht geschickt von/durch Savannah http://savannah.nongnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |