question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

esp32_exception_decoder not decoding

See original GitHub issue

as title. I have my monitor_filters = esp32_exception_decoder, colorize in my platformio.ini using an esp32 from lolin.

exceptions are not decoded:

Guru Meditation Error: Core  1 panic'ed (StoreProhibited). Exception was unhandled.
Core 1 register dump:
PC      : 0x4008a3aa  PS      : 0x00060c33  A0      : 0x8008c23e  A1      : 0x3ffb1d70  
A2      : 0x003ffb80  A3      : 0x0000abab  A4      : 0xb33fffff  A5      : 0x00000001  
A6      : 0x00060a20  A7      : 0x0000cdcd  A8      : 0x0000abab  A9      : 0x3ffb1e60  
A10     : 0x000005b4  A11     : 0x00000001  A12     : 0x00060220  A13     : 0x3ffc2be0  
A14     : 0x05fffffe  A15     : 0x00000000  SAR     : 0x0000000a  EXCCAUSE: 0x0000001d  
EXCVADDR: 0x003ffb80  LBEG    : 0x4000c2e0  LEND    : 0x4000c2f6  LCOUNT  : 0x00000000  

Backtrace: 0x4008a3aa:0x3ffb1d70 0x4008c23b:0x3ffb1da0 0x4008c8af:0x3ffb1dc0 0x40084a48:0x3ffb1de0 0x40084a7d:0x3ffb1e00 0x40084f41:0x3ffb1e20 0x4000beaf:0x3ffb1e40 0x40139667:0x3ffb1e60 0x40139639:0x3ffb1e80 0x40158d43:0x3ffb1ea0 0x401414d6:0x3ffb1ee0 0x400d5e85:0x3ffb1f00 0x400d2cb6:0x3ffb1f20 0x400d4d72:0x3ffb1f40 0x400dc911:0x3ffb1fb0 0x4008939d:0x3ffb1fd0

is there a fix to this? thanks

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Gearmecommented, Oct 19, 2020

My issue has been resolved - for reference: I was missing a build_type = debug.

1reaction
sblantipodicommented, Aug 28, 2020

@wassfila thanks for the kind reply, I know it but I would like to use PlatformIO for the purpose since it recently added the feature.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Esp32_exception_decoder in serial terminal - PlatformIO IDE
Am I missing something I thought the esp32_exception_decoder support was added 4.3 . I have 4.3.4 but get an error when running ?...
Read more >
ESP Exception decoder error - Installation & Troubleshooting
Hi I have installed the ESP Exception decoder plug-in (Arduino IDE v1.8.19, Windows 10 64-bit). After capturing the exception info on the ...
Read more >
How to decode ESP32 backtrace in Arduino IDE? (Mac OS)
I tried the ESP32 Exception Decoder, but it gave an error: null-elf-gdb not found! Arduino IDE on Mac. UPDATE:I switch from 2.0.0 to...
Read more >
espressif/arduino-esp32 - Gitter
I can try maintaining ESP32 exception decoder, I have never maintained a public project yet though. Should I fork it to my own...
Read more >
ESP32 crash - Exception decoder not of any help
So, I connected a serial port to investigate the crash, but the output seems not consistent. Exception Decoder just says: Decoding 2 results...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found