how do I locate source for tasks.c
Posted: Sat Jul 12, 2025 6:48 pm
my backtrace.
xTaskCreateStaticPinnedToCore at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/tasks.c:682 (discriminator 1)
spawnTaskAndDogV2(void (*)(void*), char const*, unsigned int, void*, unsigned int) at /home/dwade/my-M5Core-dev/RedLight.GreenLight/SquidGames/watchdogs.cpp:420
setup() at /home/dwade/my-M5Core-dev/RedLight.GreenLight/SquidGames/SquidGames.ino:146
where do I find the source for tasks.c? /home/runner is not me.
I've searched my hard drive for tasks.c, none have anything meaningful at line 682
not interested in watchdog tutorials or others debugging my code or try moving to a better revision.
simply put where do designers with 35 years embedded experience go to find the source file, I can take it from there.
Arduino version 2.x,
esp32 by espressif v 2.0.17
xTaskCreateStaticPinnedToCore at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/tasks.c:682 (discriminator 1)
spawnTaskAndDogV2(void (*)(void*), char const*, unsigned int, void*, unsigned int) at /home/dwade/my-M5Core-dev/RedLight.GreenLight/SquidGames/watchdogs.cpp:420
setup() at /home/dwade/my-M5Core-dev/RedLight.GreenLight/SquidGames/SquidGames.ino:146
where do I find the source for tasks.c? /home/runner is not me.
I've searched my hard drive for tasks.c, none have anything meaningful at line 682
not interested in watchdog tutorials or others debugging my code or try moving to a better revision.
simply put where do designers with 35 years embedded experience go to find the source file, I can take it from there.
Arduino version 2.x,
esp32 by espressif v 2.0.17