This repository has been archived by the owner on Jan 21, 2025. It is now read-only.
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
[BUG]Crash with newer versions of ESP32 board package (Arduino IDE) #192
Labels
Are you folks aware that the library seems to have a crashing issue with newer versions of the ESP32 board package (> 3.0.7) and at least some of the newer ESP boards (I'm using the ESP32S3)?
It's discussed here: https://forum.arduino.cc/t/esp32-rebooting-loop-with-espasyncwebserver/1334275
Here's a snippet of my code:
` //ASYNC web server stuff:
ws.onEvent(onAsycnWSEvent); //onAsycnWSEvent is in WebServerStuff.ino
server.addHandler(&ws);
`
The crash happens when server.begin() is executed, and will happen even if I comment out the code above it. It also happens with the "Simple server" example sketch.
I've tested with version 3.3.22 of the web server library and all newer versions and all seem to have the problem.
I'm using this board: https://www.amazon.com/gp/product/B0D9W4Y3F3/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1, but the folks discussing the issue in the Arduino forum thread I think are using different ones.
I don't know how to capture a stack trace but will research it and post back if I can figure it out!
The text was updated successfully, but these errors were encountered: