maximkulkin / esp32-homekit-camera

Firmware for esp32-camera module to act as Apple Homekit IP camera
MIT License
399 stars 79 forks source link

Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled. #111

Open barisonal opened 1 year ago

barisonal commented 1 year ago

Hello,

Camera works fine in preview mode and it takes snapshots periodically.

But when I tap the camera card to see it live, it dispatches Guru Meditation Error with the details below and reboots itself.

>>> HomeKit: [Client 1] Get Characteristics
>>> HomeKit: [Client 1] Requested characteristic info for 1.12 ("Streaming Status")
>>> HomeKit: [Client 1] Update Characteristics
>>> HomeKit: [Client 1] Updating characteristic 1.13 ("Setup Endpoints") with TLV:
Guru Meditation Error: Core  0 panic'ed (LoadProhibited). Exception was unhandled.
Core 0 register dump:
PC      : 0x401e1015  PS      : 0x00060b30  A0      : 0x800d7393  A1      : 0x3ffc2350  
A2      : 0x033ffdf0  A3      : 0x00000001  A4      : 0x3f45f620  A5      : 0x00000000  
A6      : 0x0000000f  A7      : 0xff000000  A8      : 0x00000000  A9      : 0x3ffc2330  
A10     : 0x3ffdf450  A11     : 0x000000bc  A12     : 0x40085628  A13     : 0x3ffdf588  
A14     : 0x3ffdf31d  A15     : 0x3ffdf589  SAR     : 0x00000004  EXCCAUSE: 0x0000001c  
EXCVADDR: 0x033ffdf4  LBEG    : 0x4008d165  LEND    : 0x4008d175  LCOUNT  : 0xfffffffb  

ELF file SHA256: 864004ed3ef60bdf89d6c27c6a6d1b0ea553c069c2e5c6f2eed11546b77a7c82

Backtrace: 0x401e1015:0x3ffc2350 0x400d7390:0x3ffc2370 0x40189d2b:0x3ffc23a0 0x4018eb40:0x3ffc23d0 0x4018ece3:0x3ffc2440 0x40190481:0x3ffc2480 0x40194f31:0x3ffc24a0 0x4018cb2e:0x3ffc24f0 0x4018f0cf:0x3ffc2520 0x40190615:0x3ffc2560 0x40091025:0x3ffc2620

Rebooting...
ets Jul 29 2019 12:21:46

By the way, I saw this comment with the same error.

barisonal commented 1 year ago

By the way, I don't know does it matter or not but I compile the project on M1 processor.