EspExceptionDecoder icon indicating copy to clipboard operation
EspExceptionDecoder copied to clipboard

No output after pasting stack trace (1.1.0)

Open thekurtovic opened this issue 6 years ago • 10 comments

I previously had 1.0.6, then updated to the latest version after realizing the update addressed the inaccurate line issue, but I haven't had any success with the updated tool.

I originally was getting the error below, but resolved that after downloading the file and pasting it in the appropriate directory. ERROR: xtensa-lx106-elf-gdb.exe not found! https://github.com/me-no-dev/EspExceptionDecoder/issues/36

Although I can open the tool, the problem I have now is that nothing happens after pasting in a stack trace.

Has anyone else experienced this? I have Arduino 1.8.5, and Windows 7 64 bit.

thekurtovic avatar Jun 13 '18 20:06 thekurtovic

I have this problem too, Arduino 1.8.5,Win 10 64bit

randm2001 avatar Jul 14 '18 14:07 randm2001

here is solution https://github.com/me-no-dev/EspExceptionDecoder/issues/36#issuecomment-406144393

tarzan115 avatar Jul 19 '18 03:07 tarzan115

I had previously tried what is shown in that thread, but it did not seem to change anything for me. I tried again as a sanity check, still no dice. The tool opens, it just doesn't decode the stack traces I enter. I am copying the file to the correct location, so that's not the issue for me. I will reproduce the same steps on a Windows 10 system when I have the opportunity, and share my results.

thekurtovic avatar Jul 22 '18 22:07 thekurtovic

I had this problem with new version.After pasting the stack trace decoder wasn't decoding the stack trace.Changed the version (https://github.com/me-no-dev/EspExceptionDecoder/releases) to 1.0.6 and then copied EspExceptionDecoder.jar to C:\Users\userid\Documents\Arduino\Tools\EspExceptionDecoder\tool. It worked and decoder was showing the point of exception.Hope this workaround helps.

Regards, Zainu

zainuvk avatar Jul 27 '18 09:07 zainuvk

Thanks, @zainuvk. Downgrading to 1.0.6 helped me with this issue. Although line numbers shows '?' it's still usable to narrow down to function name at fault.

coleg012 avatar May 13 '19 16:05 coleg012

I am facing the same issue with the latest version

amansinghaljpr avatar May 18 '21 11:05 amansinghaljpr

I am facing the same issue with the latest version

Same Here

Sarapsis avatar May 30 '21 20:05 Sarapsis

I am facing the same issue with the latest version

same with me. Using 1.8.16

peff74 avatar Jun 20 '22 17:06 peff74

Running 2.02. Same issue :(

MarcelBaas avatar Nov 10 '22 21:11 MarcelBaas

Hi! The same with me. But a tried somenthing silly e did work! Before a was pasting just the addresses like this: 0x4008f560 : 0x3ffd0240 0x4008f7dd : 0x3ffd0260 ........ Then a pasted the part " Backtrace: " together and then it worked Like this: Backtrace: 0x4008f560:0x3ffd0240 0x4008f7dd:0x3ffd0260 0x401c52e7:0x3ffd0280 0x401c532e:0x3ffd02a0 0x401c4a07:0x3ffd02c0 0x401c4d3e:0x3ffd02e0 0x401c4aa5:0x3ffd0300 0x400d13b1:0x3ffd0320 0x400d2029:0x3ffd0340 0x400d2806:0x3ffd0360 0x401adc19:0x3ffd0390 0x400f3ba5:0x3ffd03b0 0x400f3a94:0x3ffd03e0 0x400ef746:0x3ffd0400 0x400ef8e9:0x3ffd0540 0x4010c8e1:0x3ffd0560 0x4010e46c:0x3ffd05a0 0x40090892:0x3ffd05d0

Using 1.8.19

isadorabit avatar Apr 25 '23 21:04 isadorabit