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

Getting Random crashes when connecting via TCP #56

Closed
CircuitSetup opened this issue Jul 23, 2019 · 5 comments
Closed

Getting Random crashes when connecting via TCP #56

CircuitSetup opened this issue Jul 23, 2019 · 5 comments
Labels

Comments

@CircuitSetup
Copy link

CircuitSetup commented Jul 23, 2019

I can't find a pattern to why this is happening. Sometimes it happens and sometimes it doesn't. When it does, the ESP32 freezes and restarts itself.

I'm using the the latest Arduino core (1.0.3 rc1) and IDF. ESPAsyncWebServer is also up to date.

Here is the trace:

PC: 0x400d7d35: AsyncClient::_sent(tcp_pcb*, unsigned short) at C:\Users\John\Documents\Arduino\libraries\AsyncTCP\src\AsyncTCP.cpp line 859
EXCVADDR: 0x000000a4

Decoding stack results
0x400d7d35: AsyncClient::_sent(tcp_pcb*, unsigned short) at C:\Users\John\Documents\Arduino\libraries\AsyncTCP\src\AsyncTCP.cpp line 859
0x400d7ed8: AsyncClient::_s_sent(void*, tcp_pcb*, unsigned short) at C:\Users\John\Documents\Arduino\libraries\AsyncTCP\src\AsyncTCP.cpp line 1166
0x400d855d: _async_service_task(void*) at C:\Users\John\Documents\Arduino\libraries\AsyncTCP\src\AsyncTCP.cpp line 151
0x400889f5: vPortTaskWrapper at /Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/freertos/port.c line 143
@stale
Copy link

stale bot commented Sep 21, 2019

[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Sep 21, 2019
@CircuitSetup
Copy link
Author

I believe this was related to this recent fix: me-no-dev/ESPAsyncWebServer#591
and the latest one for this library: #68

@stale
Copy link

stale bot commented Sep 26, 2019

[STALE_CLR] This issue has been removed from the stale queue. Please ensure activity to keep it openin the future.

@stale stale bot removed the stale label Sep 26, 2019
@stale
Copy link

stale bot commented Nov 25, 2019

[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Nov 25, 2019
@stale
Copy link

stale bot commented Dec 9, 2019

[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions.

@stale stale bot closed this as completed Dec 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant