Definitions for "Backtrace"
In the Debugger, a display of the sequence of function calls from the current function to the bottom of the stack.
a listing of the function call stack, from the start of the program to the point where the segfault occurs
a list of the function calls that are currently active in a thread
Keywords:  summary, program, your
a summary of how your program got where it is