Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception 9 in espconn_Task() in espconn_tcp.c #29

Open
st0ff3r opened this issue Apr 8, 2020 · 1 comment
Open

Exception 9 in espconn_Task() in espconn_tcp.c #29

st0ff3r opened this issue Apr 8, 2020 · 1 comment

Comments

@st0ff3r
Copy link

st0ff3r commented Apr 8, 2020

I got an fatal exception 9 in espconn_Task()

espconn_Task(os_event_t *events)

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?

@sloev
Copy link

sloev commented Apr 8, 2020

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! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants