Skip to content

Esp32ExceptionDecoder: decode stack overflow backtraces #1572

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

jarkad
Copy link

@jarkad jarkad commented Apr 24, 2025

This PR makes esp32_exception_decoder match lines similar to:

***ERROR*** A stack overflow in task main has been detected.


Backtrace: 0x40081d06:0x3ffcca50 0x4008554d:0x3ffcca70 0x4008846e:0x3ffcca90 0x4008711f:0x3ffccb10 0x40085648:0x3ffccb30 0x400855fa:0x00000017 |<-CORRUPTED




ELF file SHA256: 91d3d8aaa6b7beec

CPU halted.

Note the |<-CORRUPTED part that the old regex doesn't match.

@jarkad jarkad marked this pull request as ready for review April 24, 2025 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant