Re: [lwip-users] LWIP_ASSERT on pbuf_free function

2018-11-26 Thread Sergio R. Caprile
I'm not well versed in sockets here, but since you are using sockets, there shouldn't be application-related pbuf free issues if threading rules are respected. Somewhere in your vendor provided code, someone did not play by the rules. You have an OS, you have a port, you have a driver, you have man

[lwip-users] LWIP_ASSERT on pbuf_free function

2018-11-21 Thread Biafra
Hi everyone, I'm using MCUXpresso 10.2.1 and a custom board based on MK65F2M0 chip. I have a problem on using LwIP: it sometimes crash generating an assert, because of some invalid parameter. The workflow is: * The board is configured with a main connection using a GPRS modem and an o