NimmLor / esp8266-fastled-iot-webserver

A universal software for all my LED projects, with many awesome features
https://www.thingiverse.com/surrbradl08/designs
GNU General Public License v3.0
366 stars 94 forks source link

Accessing webserver causes fatal error on ESP32 #163

Open aepkolol opened 3 years ago

aepkolol commented 3 years ago
23:54:41.642 -> INFO: HTTP web server started
23:54:41.828 -> INFO: WiFi Connected! Open http://192.168.2.56 in your browser
23:54:46.281 -> Guru Meditation Error: Core  1 panic'ed (LoadStoreAlignment). Exception was unhandled.
23:54:46.281 -> Core 1 register dump:
23:54:46.281 -> PC      : 0x400ec40c  PS      : 0x00060430  A0      : 0x800d4dd1  A1      : 0x3ffb1c60  
23:54:46.281 -> A2      : 0x3ffc1bdc  A3      : 0x3fffffff  A4      : 0x3f40156e  A5      : 0x3ffb1cb0  
23:54:46.327 -> A6      : 0x3ffc28b0  A7      : 0xff000000  A8      : 0x09fb0020  A9      : 0x3ffb1c10  
23:54:46.327 -> A10     : 0x402feb7c  A11     : 0x402feb7c  A12     : 0x3f4055e7  A13     : 0x000000b0  
23:54:46.327 -> A14     : 0x00000003  A15     : 0x3ffc28b0  SAR     : 0x00000018  EXCCAUSE: 0x00000009  
23:54:46.327 -> EXCVADDR: 0x4000001b  LBEG    : 0x4000c28c  LEND    : 0x4000c296  LCOUNT  : 0x00000000  
23:54:46.327 -> 
23:54:46.327 -> Backtrace: 0x400ec40c:0x3ffb1c60 0x400d4dce:0x3ffb1c90 0x400d4df6:0x3ffb1cb0 0x400d7d63:0x3ffb1ce0 0x400e276b:0x3ffb1d20 0x400eca81:0x3ffb1d40 0x400ecaee:0x3ffb1d70 0x400ecc57:0x3ffb1dc0 0x400dab4e:0x3ffb1e10 0x400ef55d:0x3ffb1fb0 0x40088ead:0x3ffb1fd0
23:54:46.373 -> 
23:54:46.373 -> Rebooting...
23:54:46.373 -> ets Jun  8 2016 00:22:57
23:54:46.373 -> 
23:54:46.373 -> rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
23:54:46.373 -> configsip: 0, SPIWP:0xee
23:54:46.373 -> clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
23:54:46.373 -> mode:DIO, clock div:1
23:54:46.373 -> load:0x3fff0018,len:4
23:54:46.373 -> load:0x3fff001c,len:1044
23:54:46.373 -> load:0x40078000,len:8896
23:54:46.373 -> load:0x40080400,len:5816
23:54:46.373 -> entry 0x400806ac

Everything works fine with the LEDs, but if I access the web interface it will crash and reboot the ESP32. It worked fine for 24 hours, then I was playing with the patterns and now I can't stop it from crashing until I reflash the /data/ folder.

bb-Ricardo commented 3 years ago

Hi,

Can you try to switch on debugging and compile it again?

Arduino IDE -> Tools -> Core Debug Level -> Debug

Maybe this will give some useful information.