Replies: 14 comments 3 replies
-
Hello, Your issue report is not clear. Also did you try use core 1 ? |
Beta Was this translation helpful? Give feedback.
-
|
The line numbers of your stack trace do not match latest code: can you please upgrade first, retry and send us an updated stack plus also how ro reproduce. Thanks. |
Beta Was this translation helpful? Give feedback.
-
I will try to reboot my Mac, it seem cached, but the latest commit using your main repo. Old version do not have this problem. As I remember it is 2.0.x version from me-no-dev |
Beta Was this translation helpful? Give feedback.
-
|
I have create a branch to test if you want https://github.com/dzungpv/mitsubishi2MQTT/tree/crash.
Logs:
|
Beta Was this translation helpful? Give feedback.
-
|
@willmmiles @vortigont : FYI |
Beta Was this translation helpful? Give feedback.
-
|
I revert to ESPAsyncWebServer esphome version [2.1.0 and AsyncTCP version 2.0.1 and it not crash anymore |
Beta Was this translation helpful? Give feedback.
-
That's weird because those are crippled with bugs. The ESP32Async org are now the official libs maintained by me @willmmiles @vortigont @me-no-dev and myself. I will have a first look. |
Beta Was this translation helpful? Give feedback.
-
|
@dzungpv : you crash branch still depends on an old version: Can you try with our main branch: |
Beta Was this translation helpful? Give feedback.
-
No, I build with ESP and lib is the latest: https://github.com/dzungpv/mitsubishi2MQTT/blob/crash/.gitmodules |
Beta Was this translation helpful? Give feedback.
-
yeah I misread you setup instructions! So you are not using the pio file at all finally ? note: you can build with esp-idf with pioarduino: it supports hybrid compilation and you can pass any flag. Examples: |
Beta Was this translation helpful? Give feedback.
-
That is for platformio, I using it for ESP8266, but crash firmware build with ESP IDF, you can check the CI https://github.com/dzungpv/mitsubishi2MQTT/actions/runs/18914692438 and download the crash binary |
Beta Was this translation helpful? Give feedback.
-
|
I've looked again:
I would definitely check again the libs. If you see the stack traces again please scroll to the source code in our main branches to double check the line numbers to verify they are relevant. Right now, they lead to unmatched places. |
Beta Was this translation helpful? Give feedback.
-
|
@dzungpv : please follow this discussion here. Moved here because for now this does look like a lib issue more than a real bug in our libs. |
Beta Was this translation helpful? Give feedback.
-
|
@mathieucarbou it work now, it is old version tracking with git. Thank you for support. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Platform
ESP32
IDE / Tooling
Arduino (IDE/CLI) as ESP IDF
What happened?
Crash with Event Source:
It is my opensource project here: https://github.com/dzungpv/mitsubishi2MQTT
It build with ESP IDF 4.4.6
Stack Trace
Minimal Reproductible Example (MRE)
It is complex web server but you can try to flash it to an ESP32, then set the wifi, after that open Setup -> Wifi page, waiting for some minutes for scan wifi and update to the list, press back and it crash. https://github.com/dzungpv/mitsubishi2MQTT there is guide to build it with ESP IDF
I confirm that:
Beta Was this translation helpful? Give feedback.
All reactions