-
Notifications
You must be signed in to change notification settings - Fork 308
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
Commit 91e9b63 on develop-v3 causes crash on ESP32 #641
Comments
Do you have any idea why it crashes? I merged the PR, because it did work on an ESP8266. I couldn't test on an ESP32 |
@luebbe no, I don't. I guess this is the point in time where I learn how to use gdb stub on this things. I'll do my best and come back. It's going to take some time though, lol. |
Related to #526 |
Found the problem. Here is the PR : #642 |
Can anyone verify this also addresses the OTA update watchdog exceptions? I'm away at the moment, but could run some tests on Dec, 2nd. |
Tested with latest library. This patch does not address changes to OTA updates. esp8266 consistently crashes on OTA with a watchdog timer error. If I revert to the code prior to the introduction of _mqttTopicCopy I am once again able to update OTA. |
hi @sradner13, I did not know that OTA was borken as well. Actually, when I sent the patch my focus was getting ESP32 to boot (since ESP8266 had no issues booting). Yesterday I created #644 since I started testing out OTA and it fails both on ESP8266 as well as ESP32. So I am going to check what you are saying and maybe we can keep track of things in #644 since it's OTA specific? |
Hi guys, the last commit pushed to develop-v3 makes ESP32 crash. It does not crash on ESP2866 I tested it as well.
Backtrace :
Just in case here is the sample code I am using :
And the platformio.ini
The text was updated successfully, but these errors were encountered: