esp32-webserver
esp32-webserver copied to clipboard
Error: Core 1 panic'ed (InstrFetchProhibited)
Hi,
I get :
Guru Meditation Error: Core 1 panic'ed (InstrFetchProhibited). Exception was unhandled.
Core 1 register dump:
PC : 0xc000e833 PS : 0x00060430 A0 : 0x8010993f A1 : 0x3ffb1d40
A2 : 0x3ffc5694 A3 : 0x3ffbe4f4 A4 : 0x00000070 A5 : 0x3ffc5e7c
A6 : 0x00000001 A7 : 0xfffffffe A8 : 0x8017f0dc A9 : 0x3ffb1d00
A10 : 0x3ffc5694 A11 : 0x3ffbe4f4 A12 : 0x00000070 A13 : 0x00000000
A14 : 0x00ff0000 A15 : 0xff000000 SAR : 0x00000010 EXCCAUSE: 0x00000014
EXCVADDR: 0xc000e830 LBEG : 0x400013f9 LEND : 0x4000140d LCOUNT : 0xffffffff
Backtrace: 0x4000e833:0x3ffb1d40 0x4010993c:0x3ffb1d60 0x400d1f7e:0x3ffb1d90 0x400d22da:0x3ffb1dd0 0x400d23e7:0x3ffb1e80 0x40109b73:0x3ffb1ea0 0x40109be9:0x3ffb1ec0 0x40109c36:0x3ffb1ef0 0x40109ff1:0x3ffb1f30 0x400d25ee:0x3ffb1f80 0x40160c90:0x3ffb1fa0
when trying to use server.send()
Any idea, also on what to investigate ?
FYI : I remove all libraries/calls to extra functions ...
Thanks :)