-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracker exception not working as expceted #61
Comments
I have another error with the same problem: Guru Meditation Error: Core 0 panic'ed (StoreProhibited). Exception was unhandled. ELF file SHA256: 0000000000000000 Backtrace: 0x40120d23:0x3ffb4060 0x4012100a:0x3ffb4080 0x40119ce2:0x3ffb40a0 0x40119d23:0x3ffb40c0 0x40124516:0x3ffb40e0 0x401246d0:0x3ffb4100 0x401216a0:0x3ffb4120 0x4008981e:0x3ffb4150 Output: PC: 0x40120d23: sys_mutex_unlock at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/lwip/port/esp32/freertos/sys_arch.c line 93 Decoding stack results |
I got this error:
Core 0 register dump:
PC : 0x400e8663 PS : 0x00060e30 A0 : 0x800e8cdc A1 : 0x3ffb5700
A2 : 0x3ffccd24 A3 : 0x00000000 A4 : 0x0000006c A5 : 0x3ffcd085
A6 : 0x3ffcd05b A7 : 0x00000008 A8 : 0x80116231 A9 : 0x3ffb56e0
A10 : 0x00000000 A11 : 0x0000000c A12 : 0x3ffb5720 A13 : 0x0000000c
A14 : 0x00000000 A15 : 0x00000000 SAR : 0x00000010 EXCCAUSE: 0x0000001c
EXCVADDR: 0x00000038 LBEG : 0x4000c46c LEND : 0x4000c477 LCOUNT : 0x00000000
ELF file SHA256: 0000000000000000
Backtrace: 0x400e8663:0x3ffb5700 0x400e8cd9:0x3ffb5720 0x400e8dd9:0x3ffb5770 0x400ea4ae:0x3ffb57b0 0x400ec0b5:0x3ffb5840 0x400eccf1:0x3ffb5980 0x401092e1:0x3ffb59a0 0x4010ae6c:0x3ffb59e0 0x4008981e:0x3ffb5a10
This is the result i got:
PC: 0x400e8663
EXCVADDR: 0x00000038
Decoding stack results
0x4008981e: vPortTaskWrapper at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/port.c line 143
This is not helps me, cause i can׳t see which line in my code made the exception.
Thanks for your help
The text was updated successfully, but these errors were encountered: