-
Notifications
You must be signed in to change notification settings - Fork 27
Cannot decode Guru Meditation Error #4
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
Comments
It seems that is not the exception format the tool is built for. I don't have an ESP32 prepared to reproduce it and fix the format. Which version of the toolchain do you use? |
I am using 0.12.0 version of Espressif 32 (https://github.com/platformio/platform-espressif32/releases). I assumed this repository was a port of https://github.com/me-no-dev/EspExceptionDecoder ? @janLo : Is there any other information I could give to help you fix the format ? |
Its more of an "inspired by" and it was made for the 8266. It seems that the ESP32 exception format is completely different. I can integrate support for this format but it might take a while as I'm currently busy with moving houses. |
😄 . It will definitely help to have support for ESP32 when you get a chance. |
I've got an ESP32 and was hoping to use this as well. Here's another stack trace if it helps with the format any:
|
Here's some info on decoding Guru Meditation Error by hand: https://www.esp32.com/viewtopic.php?t=263 |
I've made a PR adding partial ESP32 support. Please test. It currently decodes backtrace only. |
Running python .\decoder.py -p ESP32 -t "~/.platformio/packages/toolchain-xtensa32" -e "~\firmware.elf" -f .\st1.txt --stack
Contents of st1.txt is
The output from decode:
The text was updated successfully, but these errors were encountered: