Welcome to the Linux Foundation Forum!

Decode stacktrace question

Options

Do we need to find out the bug after running decode_stacktrace? Because I am having a hard time analyzing the output of decode_stacktrace.

Best Answer

  • abhinavjain
    abhinavjain Posts: 12
    Answer ✓
    Options

    The usage of decode_stacktrace is to convert your function names with address offsets to function names with file and line numbers. As far as I understood, we don't really need to work on the bug itself as long as we can use the script to do the conversion and understand the flow of kernel functions that resulted in the concerned trace.

Answers

Categories

Upcoming Training