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

Useless backtrace when watchdog triggers (IDFGH-11074) #12248

Closed
3 tasks done
KaeLL opened this issue Sep 14, 2023 · 1 comment
Closed
3 tasks done

Useless backtrace when watchdog triggers (IDFGH-11074) #12248

KaeLL opened this issue Sep 14, 2023 · 1 comment
Labels
Resolution: Won't Do This will not be worked on Status: Done Issue is done internally

Comments

@KaeLL
Copy link
Contributor

KaeLL commented Sep 14, 2023

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

General issue report

Describe: v4.4.5-400-gc57d30e1df

No need to say more other than this is fixed on master, so would someone kindly backport it?

E (37719) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
E (37719) task_wdt:  - IDLE (CPU 0)
E (37719) task_wdt: Tasks currently running:
E (37719) task_wdt: CPU 0: access_req
E (37719) task_wdt: CPU 1: IDLE
E (37719) task_wdt: Print CPU 0 (current core) backtrace


Backtrace: 0x4011CB06:0x3FFBEB50 0x40082D6E:0x3FFBEB70 0x0004001E:0x00000000 |<-CORRUPTED
0x4011cb06: task_wdt_isr at /esp-idf/components/esp_system/task_wdt.c:183 (discriminator 3)

0x40082d6e: _xt_lowint1 at /esp-idf/components/freertos/port/xtensa/xtensa_vectors.S:1114


E (37719) task_wdt: Print CPU 1 backtrace


Backtrace: 0x4008E3CD:0x3FFBF380 0x40082D6E:0x3FFBF3A0 0x0004001E:0x00000000 |<-CORRUPTED
0x4008e3cd: esp_crosscore_isr at /esp-idf/components/esp_system/crosscore_int.c:92

0x40082d6e: _xt_lowint1 at /esp-idf/components/freertos/port/xtensa/xtensa_vectors.S:1114


E (47719) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
E (47719) task_wdt:  - IDLE (CPU 0)
E (47719) task_wdt: Tasks currently running:
E (47719) task_wdt: CPU 0: access_req
E (47719) task_wdt: CPU 1: IDLE
E (47719) task_wdt: Print CPU 0 (current core) backtrace


Backtrace: 0x4011CB06:0x3FFBEB50 0x40082D6E:0x3FFBEB70 0x0004001E:0x00000000 |<-CORRUPTED
0x4011cb06: task_wdt_isr at /esp-idf/components/esp_system/task_wdt.c:183 (discriminator 3)

0x40082d6e: _xt_lowint1 at /esp-idf/components/freertos/port/xtensa/xtensa_vectors.S:1114


E (47719) task_wdt: Print CPU 1 backtrace


Backtrace: 0x4008E3CD:0x3FFBF380 0x40082D6E:0x3FFBF3A0 0x0004001E:0x00000000 |<-CORRUPTED
0x4008e3cd: esp_crosscore_isr at /esp-idf/components/esp_system/crosscore_int.c:92

0x40082d6e: _xt_lowint1 at /esp-idf/components/freertos/port/xtensa/xtensa_vectors.S:1114
@github-actions github-actions bot changed the title Useless backtrace when watchdog triggers Useless backtrace when watchdog triggers (IDFGH-11074) Sep 14, 2023
@espressif-bot espressif-bot added the Status: Opened Issue is new label Sep 14, 2023
@KaeLL
Copy link
Contributor Author

KaeLL commented Sep 14, 2023

My mistake. CONFIG_FREERTOS_INTERRUPT_BACKTRACE was disabled.

@KaeLL KaeLL closed this as completed Sep 14, 2023
@espressif-bot espressif-bot added Status: Done Issue is done internally Resolution: Won't Do This will not be worked on and removed Status: Opened Issue is new labels Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Won't Do This will not be worked on Status: Done Issue is done internally
Projects
None yet
Development

No branches or pull requests

2 participants