-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
Guru Meditation Error: Core 0 panic'ed (LoadProhibited) . Exception was unhandled. (IDFGH-218) #1853
Comments
I am using MCP23017 IO expander with Esp32 for performing certain tasks. I am using the standard Adafruit MCP23017 library on Arduino IDE with a little modifications needed for esp32. Everything was working fine but from last few days I am facing the problem of esp reset. The following message appears on Serial Monitor Rebooting... rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) Backtrace: 0x400d0d63:0x3ffe3b60 0x400d156a:0x3ffe3b80 0x400d1719:0x3ffe3ba0 0x400d175a:0x3ffe3bc0 0x400d63d7:0x3ffe3be0 0x40082e2d:0x3ffe3c00 0x40082fed:0x3ffe3c30 0x400788a6:0x3ffe3c50 0x4007890d:0x3ffe3c80 0x40078a52:0x3ffe3cb0 0x40078b7a:0x3ffe3e70 0x40007c31:0x3ffe3eb0 0x4000073d:0x3ffe3f20 Can any one tell me proper reason for this problem or the way how to troubleshoot this? |
try to use
|
I am getting following error when I run my code. Guru Meditation Error: Core 1 panic'ed (InstrFetchProhibited). Exception was unhandled. ELF file SHA256: no backtrace |
Hi @umer-ilyas! |
@umer-ilyas Thanks for sharing the information, would you please help share if any updates for the issue? Thanks. |
@umer-ilyas Please open a new issue if still relevant. I am closing this issue. |
Hi,
I am getting following error when I run my code.
Guru Meditation Error: Core 0 panic'ed (LoadProhibited)
. Exception was unhandled.
Core 0 register dump:
PC : 0x400813aaGuru Meditation Error: Core 0 panic'ed (LoadStoreError)
0x400813aa: esp_crosscore_int_send at /home/pod/esp/esp-idf/components/esp32/./crosscore_int.c:100
. Exception was unhandled.
Core 0 register dump:
PC : 0x4008cc79Guru Meditation Error: Core 0 panic'ed (LoadStoreError)
0x4008cc79: panicPutStr at /home/pod/esp/esp-idf/components/esp32/./panic.c:648
. Exception was unhandled.
Core 0 register dump:
PC : 0x4008cc79Guru Meditation Error: Core 0 panic'ed (LoadStoreError)
0x4008cc79: panicPutStr at /home/pod/esp/esp-idf/components/esp32/./panic.c:648
. Exception was unhandled.
Core 0 register dump:
PC : 0x4008cc79Guru Meditation Error: Core 0 panic'ed (LoadStoreError)
0x4008cc79: panicPutStr at /home/pod/esp/esp-idf/components/esp32/./panic.c:648
. Exception was unhandled.
Core 0 register dump:
PC : 0x4008cc79Guru Meditation Error: Core 0 panic'ed (LoadStoreError)
0x4008cc79: panicPutStr at /home/pod/esp/esp-idf/components/esp32/./panic.c:648
..........................continue
It continues to output . Exception was unhandled. and then it dumps the backtrace on serial monitor
Backtrace: 0x4008cc79:0x3ffb33c0 0x4008cf46:0x3ffb33e0 0x4008d098:0x3ffb3460 0x4008d2a0:0x3ffb3480 0x400821f2:0x3ffb34a0 0x4008cc76:0x3ffb3560 0x4008cc76:0x3ffb3580 0x4008d098:0x3ffb3600 0x4008d2a0:0x3ffb3620 0x400821f2:0x3ffb3640 0x4008cc76:0x3ffb3700 0x4008cc76:0x3ffb3720 0x4008d098:0x3ffb37a0 0x4008d2a0:0x3ffb37c0 0x400821f2:0x3ffb37e0 0x4008cc76:0x3ffb38a0 0x4008cc76:0x3ffb38c0 0x4008d098:0x3ffb3940 0x4008d2a0:0x3ffb3960 0x400821f2:0x3ffb3980 0x4008cc76:0x3ffb3a40 0x4008cc76:0x3ffb3a60 0x4008d098:0x3ffb3ae0 0x4008d2a0:0x3ffb3b00 0x400821f2:0x3ffb3b20 0x4008cc76:0x3ffb3be0 0x4008cc76:0x3ffb3c00 0x4008d098:0x3ffb3c80 0x4008d2a0:0x3ffb3ca0 0x400821f2:0x3ffb3cc0 0x4008cc76:0x3ffb3d80 0x4008cc76:0x3ffb3da0 0x4008d098:0x3ffb3e20 0x4008d2a0:0x3ffb3e40 0x400821f2:0x3ffb3e60 0x4008cc76:0x3ffb3f20 0x4008cc76:0x3ffb3f40 0x4008d098:0x3ffb3fc0 0x4008d2a0:0x3ffb3fe0 0x400821f2:0x3ffb4000 0x4008cc76:0x3ffb40c0 0x4008cc76:0x3ffb40e0 0x4008d098:0x3ffb4160 0x4008d2a0:0x3ffb4180 0x400821f2:0x3ffb41a0 0x4008cc76:0x3ffb4260 0x4008cc76:0x3ffb4280 0x4008d098:0x3ffb4300 0x4008d2a0:0x3ffb4320 0x400821f2:0x3ffb4340 0x4008cc76:0x3ffb4400
0x4008cc79: panicPutStr at /home/pod/esp/esp-idf/components/esp32/./panic.c:648
0x4008cf46: commonErrorHandler_dump at /home/pod/esp/esp-idf/components/esp32/./panic.c:648
0x4008d098: commonErrorHandler at /home/pod/esp/esp-idf/components/esp32/./panic.c:648
0x4008d2a0: xt_unhandled_exception at /home/pod/esp/esp-idf/components/esp32/./panic.c:648
0x400821f2: _xt_user_exc at /home/pod/esp/esp-idf/components/freertos/./xtensa_vectors.S:718
0x4008cc76: panicPutStr at /home/pod/esp/esp-idf/components/esp32/./panic.c:648
0x4008cc76: panicPutStr at /home/pod/esp/esp-idf/components/esp32/./panic.c:648
......................................................continues
In my application I communicates to MQTT server in cloud. I have basically five tasks running, first is aws_iot_task which is almost same as given in espressif eg. code, second jsonParser task and third jsonStringifyTask. Both this tasks communicate to aws_iot_task through queues.
From the monitor log I see that the app seems to crash once jsonParser Task receives message through queue and it starts processing it.
Please help to to debug this issues, How can I exactly know what is the entry point of breakage.
The text was updated successfully, but these errors were encountered: