Description
Hi,
Sometimes the ESP32 reboots because this exception.
The error occurs sporadically but before ESP32 crashes it always shows the log:
[HTTPS:E] An receive error occured, FID=NN
Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled.
Core 0 register dump:
PC : 0x400d66d5 PS : 0x00060a30 A0 : 0x800d382d A1 : 0x3ffd4340
A2 : 0x3ffd5aec A3 : 0x3ffd4394 A4 : 0x00007e00 A5 : 0x00000002
A6 : 0x00000001 A7 : 0x000000aa A8 : 0x00007e81 A9 : 0x0000007d
A10 : 0x00000010 A11 : 0x3ffd55e0 A12 : 0x3ffd5690 A13 : 0x00000000
A14 : 0x00000000 A15 : 0x3ffd1d80 SAR : 0x00000008 EXCCAUSE: 0x0000001c
EXCVADDR: 0x00000010 LBEG : 0x4000c2e0 LEND : 0x4000c2f6 LCOUNT : 0x00000000
Backtrace: 0x400d66d5:0x3ffd4340 0x400d382a:0x3ffd4370 0x400d516a:0x3ffd43d0 0x40088d29:0x3ffd43f0
Rebooting...
I'm using just the HTTPServer and WebSockets (3 Max parameter)
Any idea why it happens or any workaround?
Thanks and congratulations for your project.
Victor.-