Checklist
How often does this bug occurs?
always
Expected behavior
espressif__gmf_core\src\esp_gmf_io.c line164, 181, 353, 399, ESP_LOG print error.
Actual behavior (suspected bug)
espressif__gmf_core\src\esp_gmf_io.c line164, 181, 353, 399, ESP_LOG print error.
Error logs or terminal output
Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled.
Core 0 register dump:
PC : 0x40056ea0 PS : 0x00060d30 A0 : 0x8220f425 A1 : 0x3c34c090
--- 0x40056ea0: memchr in ROM
A2 : 0x00000000 A3 : 0x00000000 A4 : 0xffffffff A5 : 0x3c34c123
A6 : 0x00000000 A7 : 0x00000000 A8 : 0x3fcb58f8 A9 : 0x3fcb58f9
A10 : 0x3fcbc85c A11 : 0x0000002d A12 : 0x3fcb5660 A13 : 0x3c34c125
A14 : 0x00000000 A15 : 0x00000004 SAR : 0x0000001f EXCCAUSE: 0x0000001c
EXCVADDR: 0x00000000 LBEG : 0x40056f5c LEND : 0x40056f72 LCOUNT : 0x00000000
--- 0x40056f5c: memcpy in ROM
--- 0x40056f72: memcpy in ROM
Backtrace: 0x40056e9d:0x3c34c090 0x4220f422:0x3c34c0b0 0x42216c71:0x3c34c0e0 0x42210aad:0x3c34c180 0x4039050b:0x3c34c1b0 0x42068049:0x3c34c210 0x4206810e:0x3c34c280 0x4201c557:0x3c34c2e0 0x42053e6d:0x3c34c300 0x42053f0d:0x3c34c320 0x4204a0d7:0x3c34c340 0x4201b6e2:0x3c34c380 0x42066979:0x3c34c3d0 0x4206ae1e:0x3c34c400 0x4206b1fd:0x3c34c450 0x4038d559:0x3c34c480
--- 0x40056e9d: memchr in ROM
--- 0x4220f422: _printf_i at /builds/idf/crosstool-NG/.build/xtensa-esp-elf/src/newlib/newlib/libc/stdio/nano-vfprintf_i.c:219
--- 0x42216c71: _vfprintf_r at /builds/idf/crosstool-NG/.build/xtensa-esp-elf/src/newlib/newlib/libc/stdio/nano-vfprintf.c:637
--- 0x42210aad: vprintf at /builds/idf/crosstool-NG/.build/xtensa-esp-elf/src/newlib/newlib/libc/stdio/vprintf.c:34
--- 0x4039050b: esp_log_va at C:/Users/Orio/.espressif/v6.1/esp-idf/components/log/src/log.c:43(inlined by) esp_log at C:/Users/Orio/.espressif/v6.1/esp-idf/components/log/src/log.c:88
--- 0x42068049: seek_in_cache at C:/Users/Orio/Desktop/miniampV4/managed_components/espressif__gmf_core/src/esp_gmf_io.c:164
--- 0x4206810e: esp_gmf_io_seek at C:/Users/Orio/Desktop/miniampV4/managed_components/espressif__gmf_core/src/esp_gmf_io.c:404
--- 0x4201c557: _extractor_seek at C:/Users/Orio/Desktop/miniampV4/managed_components/espressif__esp_player/src/extractor/player_extractor_io.c:182
--- 0x42053e6d: esp_es_parser_get_version at ??:?
--- 0x42053f0d: data_cache_open at ??:?
--- 0x4204a0d7: esp_extractor_parse_stream at ??:?
--- 0x4201b6e2: player_extractor_process at C:/Users/Orio/Desktop/miniampV4/managed_components/espressif__esp_player/src/extractor/player_extractor.c:233
--- 0x42066979: esp_gmf_element_process_running at C:/Users/Orio/Desktop/miniampV4/managed_components/espressif__gmf_core/src/esp_gmf_element.c:300
--- 0x4206ae1e: __process_func at C:/Users/Orio/Desktop/miniampV4/managed_components/espressif__gmf_core/src/esp_gmf_task.c:314
--- 0x4206b1fd: esp_gmf_thread_fun at C:/Users/Orio/Desktop/miniampV4/managed_components/espressif__gmf_core/src/esp_gmf_task.c:454
--- 0x4038d559: vPortTaskWrapper at C:/Users/Orio/.espressif/v6.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/port.c:147
ELF file SHA256: a68eb97ad
Steps to reproduce the behavior
run esp_player audio_player example play http url mp3 instead SD card mp3
OBJ_GET_TAG(io) return NULL, then the program cracked
Workaround: deleted or commented out espressif__gmf_core\src\esp_gmf_io.c line164, 181, 353, 399, then the program worked.
Project release version
ESP-IDF 5.x, ESP32-S3 (8M PSRAM), esp_player 1.0.6 gmf_core 1.0.1 (esp-gmf commit 5d94c77)
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Windows
Operating system version
windows 10 22h2
Shell
PowerShell
Additional context
No response
Checklist
How often does this bug occurs?
always
Expected behavior
espressif__gmf_core\src\esp_gmf_io.c line164, 181, 353, 399, ESP_LOG print error.
Actual behavior (suspected bug)
espressif__gmf_core\src\esp_gmf_io.c line164, 181, 353, 399, ESP_LOG print error.
Error logs or terminal output
Steps to reproduce the behavior
run esp_player audio_player example play http url mp3 instead SD card mp3
OBJ_GET_TAG(io) return NULL, then the program cracked
Workaround: deleted or commented out espressif__gmf_core\src\esp_gmf_io.c line164, 181, 353, 399, then the program worked.
Project release version
ESP-IDF 5.x, ESP32-S3 (8M PSRAM), esp_player 1.0.6 gmf_core 1.0.1 (esp-gmf commit 5d94c77)
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Windows
Operating system version
windows 10 22h2
Shell
PowerShell
Additional context
No response