Replies: 1 comment
-
Your device memory is not enough. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I keep getting Guru Meditation Errors when trying to pull a big document from firestore.
This is the error message:
Guru Meditation Error: Core 1 panic'ed (StoreProhibited). Exception was unhandled.
Core 1 register dump:
PC : 0x40089c18 PS : 0x00060e30 A0 : 0x800da1f7 A1 : 0x3ffb2300
A2 : 0x00000000 A3 : 0x3ffcfc8c A4 : 0x00000017 A5 : 0x0000ff00
A6 : 0x00ff0000 A7 : 0xff000000 A8 : 0x00000000 A9 : 0x00000000
A10 : 0x00000020 A11 : 0x3ffcfca3 A12 : 0x00000000 A13 : 0x00000000
A14 : 0x3ffbafbc A15 : 0x00000001 SAR : 0x00000009 EXCCAUSE: 0x0000001d
EXCVADDR: 0x00000000 LBEG : 0x4008a815 LEND : 0x4008a825 LCOUNT : 0xfffffff9
Backtrace:0x40089c15:0x3ffb23000x400da1f4:0x3ffb2320 0x400da27d:0x3ffb2340 0x400e68ed:0x3ffb2360 0x400db3ae:0x3ffb23b0 0x400dc09d:0x3ffb24e0 0x400dc69d:0x3ffb2570 0x400dc8d6:0x3ffb2590 0x400d75c1:0x3ffb2700 0x400d7729:0x3ffb2800 0x400ee241:0x3ffb2820
after some searching online, I think StoreProhibited could be triggered because of too many string concatenations or null pointer exceptions, thus I am wondering are big documents impossible to access from an esp32?
for reference this is what the firestore document I am trying to get contains:
Beta Was this translation helpful? Give feedback.
All reactions