We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I'm trying to parse a stack trace dumped from a soft WDT reset and it is throwing this error: ERROR: Parser not complete!
ERROR: Parser not complete!
The content of the file I'm feeding in is:
Soft WDT reset ctx: sys sp: 3ffff950 end: 3fffffb0 offset: 01b0 >>>stack>>> 3ffffb00: 3ffffb88 00000000 00000010 401009d7 < collapsed a bunch of lines > 3fffffa0: 40000f49 3fffdab0 3fffdab0 40000f49 <<<stack<<<
I had success decoding other type of exceptions.
Thanks!
The text was updated successfully, but these errors were encountered:
That is because it is not an Exception, its a Soft WDT reset.
Soft WDT reset
If you have only a stacktrace (without an exception) you can decode it using the --stack_only (or short -s) option.
--stack_only
-s
Sorry, something went wrong.
Working nicely. Thank you!
Hi there, thanks for this python version of the stack trace .. could you please post an example of using the -s option?
No branches or pull requests
I'm trying to parse a stack trace dumped from a soft WDT reset and it is throwing this error:
ERROR: Parser not complete!
The content of the file I'm feeding in is:
I had success decoding other type of exceptions.
Thanks!
The text was updated successfully, but these errors were encountered: