lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #17922] mem_malloc bug


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #17922] mem_malloc bug
Date: Thu, 26 Apr 2007 18:53:53 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3

Follow-up Comment #19, bug #17922 (project lwip):

Christiaan, I've tried the 3 different versions with the TCP echo server
included in contrib/ports/unix/proj/unixsim/apps/tcpecho.c under windows. It
works for hours using Adam's original mem_malloc() and my modified version.

For TCP echo test, your version works OK, too.
However, an assert triggers in mem_free() (LWIP_ASSERT("mem_free: mem->used",
mem->used);) with ARP queueing, and it seems like the ram region is used twice
and set to unused again as the pbuf information of the pbuf queued in ARP is
correct.

Did you test my patch? (file #12598)

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?17922>

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





reply via email to

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