lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] PBUF Pool runs out of memory (memp_malloc: out of memor


From: Sergio R. Caprile
Subject: Re: [lwip-users] PBUF Pool runs out of memory (memp_malloc: out of memory in pool PBUF_POOL) during data transfer.
Date: Fri, 10 Feb 2017 15:38:00 -0300
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Thunderbird/45.7.1

Thanks for the update, vendors are really thriving these days.

And to answer your question (sorry I'm late, but I was not checking the list these days), assertions usually mean something has gone out of bounds. In this case, it is informing you that a function was trying to free an already freed buffer, the reference count went negative.



reply via email to

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