esp-open-lwip
esp-open-lwip copied to clipboard
Exception 9 in espconn_Task() in espconn_tcp.c
I got an fatal exception 9 in espconn_Task()
https://github.com/martin-ger/esp-open-lwip/blob/1ebad4d5a1af77cd96aa4dbbb48e0dc8d7a5cacc/lwip/app/espconn_tcp.c#L388
In the arduino version https://github.com/martin-ger/lwip_nat_arduino/blob/master/lwip/src/app/espconn_tcp.c#L418 a variable active_flag was added. Should this also be done to this one? And possibly fix the exception?
i had the same issue and also got confused about the existence of the arduino version also maintained by @martin-ger . The espconn_tcp.c file does not have any history in the arduino version so i am confused about which of the files are the correct one.
Can you clarify @martin-ger:
- where the changes in the arduino version are from
- which of the files are the one you are gonna maintain and therefore the one "we should look at"
By the way: thanks for great maintenance and a great project! 😄