esp-open-lwip icon indicating copy to clipboard operation
esp-open-lwip copied to clipboard

Exception 9 in espconn_Task() in espconn_tcp.c

Open st0ff3r opened this issue 4 years ago • 1 comments

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?

st0ff3r avatar Apr 08 '20 00:04 st0ff3r

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:

  1. where the changes in the arduino version are from
  2. 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! 😄

sloev avatar Apr 08 '20 20:04 sloev