lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #56487] [v2.1.2] crash when TCP continuous write encou


From: David GIRAULT
Subject: [lwip-devel] [bug #56487] [v2.1.2] crash when TCP continuous write encounter wifi disconnect
Date: Fri, 21 Jun 2019 09:56:56 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36

Follow-up Comment #2, bug #56487 (project lwip):

`netif_set_addr()` calls LWIP_ASSERT_CORE_LOCKED(). So this function MUST be
called from the Lwip task, not your wifi task.

Use `netifapi_netif_set_addr` is you require changing the ipaddr from another
task.

    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/bugs/?56487>

_______________________________________________
  Message posté via Savannah
  https://savannah.nongnu.org/




reply via email to

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