lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [bug #16390] Crash through adding and removing tcb's to the


From: anonymous
Subject: [lwip-devel] [bug #16390] Crash through adding and removing tcb's to the TIME_WAIT list
Date: Thu, 20 Apr 2006 04:22:50 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.12) Gecko/20050919 Firefox/1.0.7

URL:
  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=16390>

                 Summary: Crash through adding and removing tcb's to the
TIME_WAIT list 
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: None
            Submitted on: Donnerstag 20.04.2006 um 04:22 UTC
                Category: TCP
                Severity: 3 - Normal
              Item Group: Crash Error
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open

    _______________________________________________________

Details:

I had a problem when I did a heavy load test on a webserver with a
multitasking os I programmed. The program hangs in the tcp_input function
where it looks in the TIMED_WAIT list for connection that might get data now.
Once there was only one tcp in the list and the ->next pointer was pointing to
the tcp itselfe. An other time there were two connections in the list and the
last points to the first.

If I alter the last ->next to NULL in the list with my debugger it runs
again.

I am not shure how to solve. I surrounded them with sys_arch_protect and
-unprotect but the problem didn't went away. It comes up not as often as
before but it is till there.



 






    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=16390>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]