jameszah / ESP32-CAM-Video-Recorder

Video Recorder for ESP32-CAM with http server for config and ftp (or http) server to download video
GNU General Public License v3.0
443 stars 101 forks source link

Guru Meditation Error: Core 1 panic'ed (LoadStoreError). Exception was unhandled. #82

Open tonvanlee opened 8 months ago

tonvanlee commented 8 months ago

Hello,

I always get this error. Even tried older versions like V89, same problem. After this the system reboots. I have been trying all kind of differnet things like also different hardware, no succes. Please help.

Starting sd card ... SD card mount successfully! Name: MCARD Type: SDHC/SDXC Speed: 40 MHz Size: 30000MB SD_MMC Begin: E (2646) vfs_fat_sdmmc: host init failed (0x103). 1 Internet skipped Guru Meditation Error: Core 1 panic'ed (LoadStoreError). Exception was unhandled.

Core 1 register dump: PC : 0x400d3c5a PS : 0x00060d30 A0 : 0x800d9ded A1 : 0x3ffb21e0
A2 : 0x3ffc66f8 A3 : 0x3f400a36 A4 : 0x00000000 A5 : 0x3ffc62e4
A6 : 0x3ffb8188 A7 : 0x80000001 A8 : 0x800d3d80 A9 : 0x3ffb21c0
A10 : 0x00000012 A11 : 0x00000010 A12 : 0x0000000a A13 : 0x00000000
A14 : 0x00009c40 A15 : 0x3ffc663c SAR : 0x00000017 EXCCAUSE: 0x00000003
EXCVADDR: 0x3f400a36 LBEG : 0x4008d91d LEND : 0x4008d92d LCOUNT : 0xffffffff

Backtrace: 0x400d3c57:0x3ffb21e0 0x400d9dea:0x3ffb2290

ELF file SHA256: 7c302915f510b8ec

tonvanlee commented 8 months ago

I switched to the junior version of the program which perfectly suits my needs. above error is related to memory problems and stack overflows. Maybe the program is becoming too big with all latest libraries. I stopped trying to get it work and now I am happy with junior V60.