Decode stack traces
Posted: Tue Sep 21, 2021 10:46 am
How do you decode stack traces like this one:
What I've been doing so far is dump the symbols table to a text file using "readelf.py -s" and then look for approximately matching addresses in that file, but it's a tedious process. Is there a simpler way to do it?
Code: Select all
abort() was called at PC 0x40158ccb on core 0
Backtrace:0x40088eba:0x3ffc5030 0x40089601:0x3ffc5050 0x4008fc62:0x3ffc5070 0x40158ccb:0x3ffc50e0 0x4008c1b5:0x3ffc5110 0x4008c27d:0x3ffc5130 0x4008c585:0x3ffc5150