watchdog timeout triggered by error in ieee80211_output.c
Posted: Thu Aug 01, 2019 2:48 pm
I'm seeing an error in ESP32 code seemingly causing the WiFi task hanging and triggering a watchdog timeout.
It happens when a client connects to the ESP32 webserver.
I'm seeing this console output:
I think eee80211_output.c is a file that gets compiled to libnet80211.a
I'm using esp-idf release v3.1
Can someone from Espressif tell me what is on line 552 of ieee80211_output.c ?
It happens when a client connects to the ESP32 webserver.
I'm seeing this console output:
Code: Select all
E (59990) wifi: ieee80211_output.c 552
Task watchdog got triggered. The following tasks did not reset the watchdog in time:
- IDLE (CPU 0)
Tasks currently running:
CPU 0: wifi
CPU 1: IDLE
Task watchdog got triggered. The following tasks did not reset the watchdog in time:
- IDLE (CPU 0)
Tasks currently running:
CPU 0: wifi
CPU 1: IDLE
I'm using esp-idf release v3.1
Can someone from Espressif tell me what is on line 552 of ieee80211_output.c ?