Skip to content
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

MODPlayerApp: causes reboot #157

Open
frostmorn opened this issue Dec 26, 2024 · 0 comments
Open

MODPlayerApp: causes reboot #157

frostmorn opened this issue Dec 26, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@frostmorn
Copy link
Collaborator

RTOS task MODPlayer could still work, when MODPlayer destructor called.
Which results in accessing non existent value which ends in undefined behavior.

UART DATA:

assert failed: xQueueSemaphoreTake queue.c:1545 (( pxQueue ))

Backtrace:

/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_system/panic.c:408
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_system/esp_system.c:137
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/newlib/assert.c:85
/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/queue.c:1549 (discriminator 1)
/home/orphey/Programming/lilka/firmware/keira/src/apps/modplayer/modplayer.cpp:188
/home/orphey/Programming/lilka/firmware/keira/src/apps/modplayer/modplayer.cpp:34
@frostmorn frostmorn added the bug Something isn't working label Dec 26, 2024
@alder alder self-assigned this Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants