You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Board: ESP32-WROOM
Core Installation/update date: 2018 Sep
IDE name: Arduino IDE
Flash Frequency: 80Mhz
PSRAM enabled: no
Upload Speed: 115200
Computer OS: Windows 10?
Description:
Every time WiFi client connects and disconnects, free memory in heap is reduced. After some time this causes a crash of the MCU. The issue happens using WiFiCLientBasic example code. Building without debug output seems to solve the issue. Could there be a possible leak in log_d output?
After some test with none debug out, it seems that log_d in WiFi begins leaks memory. Is there any known fixes ?
[D][WiFiGeneric.cpp:342] _eventCallback(): Event: 7 - STA_GOT_IP has exactly 64 characters, so the leak is most likely caused by an issue in log_printf: #2232
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hardware:
Board: ESP32-WROOM
Core Installation/update date: 2018 Sep
IDE name: Arduino IDE
Flash Frequency: 80Mhz
PSRAM enabled: no
Upload Speed: 115200
Computer OS: Windows 10?
Description:
Every time WiFi client connects and disconnects, free memory in heap is reduced. After some time this causes a crash of the MCU. The issue happens using WiFiCLientBasic example code. Building without debug output seems to solve the issue. Could there be a possible leak in log_d output?
After some test with none debug out, it seems that log_d in WiFi begins leaks memory. Is there any known fixes ?
Sketch:
Debug Messages:
With log_d output
Without log_d output:
The text was updated successfully, but these errors were encountered: