Skip to content
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

: can not be processed #1

Open
dhebbeker opened this issue Jan 3, 2024 · 1 comment
Open

: can not be processed #1

dhebbeker opened this issue Jan 3, 2024 · 1 comment

Comments

@dhebbeker
Copy link

My traces look like this:

Backtrace: 0x4037790e:0x3fc94400 0x4037ae81:0x3fc94420 0x4038104d:0x3fc94440 0x40378a7b:0x3fc944c0 0x40378ba1:0x3fc944f0 0x40378c70:0x3fc94510 0x4206bb27:0x3fc94540 0x4205d4fa:0x3fc94560 0x420057ef:0x3fc94580 0x42078aa1:0x3fc945b0 0x403752d9:0x3fc945d0 0x403752fe:0x3fc945f0 0x403787e9:0x3fc94610 0x420791d7:0x3fcf4d70 0x42010f5a:0x3fcf4d90 0x4037c048:0x3fcf4db0

On an ESP32-S3.

The output of the script is

stack:
Traceback (most recent call last):
  File "/home/dhebbeker/temp/EspArduinoExceptionDecoder/decoder.py", line 319, in <module>
    print_result(parser, resolver, args.platform, args.full, args.stack_only)
  File "/home/dhebbeker/temp/EspArduinoExceptionDecoder/decoder.py", line 271, in print_result
    print_stack_full(parser.stack, resolver)
  File "/home/dhebbeker/temp/EspArduinoExceptionDecoder/decoder.py", line 235, in print_stack_full
    print(line.offset + ":")
TypeError: unsupported operand type(s) for +: 'int' and 'str'
@GUVWAF
Copy link

GUVWAF commented Jan 8, 2024

Looks like it should be print(str(line.offset) + ":").

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

No branches or pull requests

2 participants