-
Notifications
You must be signed in to change notification settings - Fork 41
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
[REQUEST][>=9.08] Please share your coredump crash logs #625
Comments
Had that a few minutes ago. but needed to pull the plug and another restart to download the file. |
Here's one more. |
@VDRainer: Thanks. Your crashdumps essentially show the same thing as eachother and as my example. This seems to be the main cause for (random) panics on the ESP32. Interestingly I don't see these on the ESP32-S3. Based on the crashdumps it looks like a stack overflow somewhere, unfortunately the crashdumps don't point to the exact thread that overflows. I am going to change some settings in 9.09 that will hopefully help point to the offending task when crashes occur on 9.09. Your decoded coredump
|
We are looking for users that run Nuki Hub 9.08 or higher and have experienced crashes of Nuki Hub due to
ESP_RST_PANIC: Software reset due to exception/panic.
If your ESP crashes due to this reason on 9.08 or higher Nuki Hub will create a Coredump crash log on the internal ESP storage.
This log can be downloaded from the "Import/Export configuration" page using the "Export Coredump" button.
If you have experienced crashes please post your coredump.txt file(s) in this issue so we can decode the information and maybe reduce the amount of crashes in the future.
Note that coredump files include no privacy sensitive information, see the example decoded coredump file below
Decoding your own coredump.txt files (NOT REQUIRED)
Requirements
Steps
http://NUKIHUBIP/get?page=impexpcfg
)https://github.com/technyon/nuki_hub/actions/runs/INTEGER_BEFORE_THE_FIRST_DOT_MENTIONED_ON_SECOND_LINE_OF_COREDUMP_FILE
and selecting the assets that correspond to your device (mentioned on the first line of coredump file)esp-coredump info_corefile -c coredump.txt -t b64 -rom-elf nuki_hub_esp32.elf
Example decoded coredump
The text was updated successfully, but these errors were encountered: