We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
always
CONFIG_ESP_COREDUMP_CAPTURE_DRAM=y option increases the coredump size.
CONFIG_ESP_COREDUMP_CAPTURE_DRAM=y
Big size of coredump data needs to be decoded without an issue.
Data transfer completes, but the calculated CRC is different from what was expected.
However, if I choose the don't decode option, it works fine.
don't decode
--- Core dump started (further output muted) --- Received 44 kB... --- Core dump finished! Failed to load core dump: Invalid core dump CRC 74d18537, should be d1ced1b
I tried on esp32s3 with the below config.
# # Core dump # CONFIG_ESP_COREDUMP_ENABLE_TO_UART=y CONFIG_ESP_COREDUMP_DATA_FORMAT_ELF=y CONFIG_ESP_COREDUMP_CHECKSUM_CRC32=y CONFIG_ESP_COREDUMP_CAPTURE_DRAM=y CONFIG_ESP_COREDUMP_ENABLE=y CONFIG_ESP_COREDUMP_LOGS=y CONFIG_ESP_COREDUMP_MAX_TASKS_NUM=64 CONFIG_ESP_COREDUMP_UART_DELAY=0 CONFIG_ESP_COREDUMP_STACK_SIZE=0 CONFIG_ESP_COREDUMP_DECODE_INFO=y CONFIG_ESP_COREDUMP_DECODE="info" # end of Core dump
void app_main(void) { ESP_LOGI(TAG, "Start of main..."); abort(); }
v5.5-dev-1723-g5a0e1615d9
ARM 64-bit (Apple M1/M2, Raspberry Pi 4/5)
MacOS
Sonoma 14.4
ZSH
No response
The text was updated successfully, but these errors were encountered:
peterdragun
No branches or pull requests
Checklist
How often does this bug occurs?
always
Expected behavior
CONFIG_ESP_COREDUMP_CAPTURE_DRAM=y
option increases the coredump size.Big size of coredump data needs to be decoded without an issue.
Actual behavior (suspected bug)
Data transfer completes, but the calculated CRC is different from what was expected.
However, if I choose the
don't decode
option, it works fine.Error logs or terminal output
--- Core dump started (further output muted) --- Received 44 kB... --- Core dump finished! Failed to load core dump: Invalid core dump CRC 74d18537, should be d1ced1b
Steps to reproduce the behavior
I tried on esp32s3 with the below config.
Project release version
v5.5-dev-1723-g5a0e1615d9
System architecture
ARM 64-bit (Apple M1/M2, Raspberry Pi 4/5)
Operating system
MacOS
Operating system version
Sonoma 14.4
Shell
ZSH
Additional context
No response
The text was updated successfully, but these errors were encountered: