On Thu, 2009-09-17 at 08:43 +0200, Fabian Koch wrote: > > Hey everyone, > > I activated the MEMP checks in my lwipopts.h recently and now run into > the memp_sanity_check assertion when shutting down my app (closing all > my sockets). > The check comment says it checks for a loop in the memp list.
The usual reason for a list corruption is two threads modifying the list at the same time. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
