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
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion or issue for related concerns.
What happened?
reproduceable with two ESP32-D0WD-V3:
after firmware update I can see web browser (chrome) trying to redirect to the start page.
it looks like, if the requests come too early, the ES likes to crash, especially with the following trace:
WiFi connected
WiFi got ip: 192.168.0.133
Network connected
assert failed: tcp_update_rcv_ann_wnd IDF/components/lwip/lwip/src/core/tcp.c:951 (new_rcv_ann_wnd <= 0xffff)
Backtrace: 0x40083a65:0x3ffb2cc0 0x4008ee3d:0x3ffb2ce0 0x40095151:0x3ffb2d00 0x40134bfe:0x3ffb2e30 0x40134cac:0x3ffb2e50 0x401a82ee:0x3ffb2e70 0x40131464:0x3ffb2e90
ELF file SHA256: 191a2d1569b60854
E (8912) esp_core_dump_flash: Core dump flash config is corrupted! CRC=0x7bd5c66f instead of 0x0
Rebooting...
ets Jul 29 2019 12:21:46
rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:1184
load:0x40078000,len:13192
load:0x40080400,len:3028
entry 0x400805e4
E (682) esp_core_dump_flash: No core dump partition found!
Starting OpenDTU
regarding this I found:
mathieucarbou/AsyncTCP#14
just fixed a few days ago.
To Reproduce Bug
after firmware update on browser redirecting to openDTU start page
Expected Behavior
should not crash. :-)
Install Method
Pre-Compiled binary from GitHub
What git-hash/version of OpenDTU?
v24.6.29
Relevant log/trace output
No response
Anything else?
No response
Please confirm the following
The text was updated successfully, but these errors were encountered: