Please enable JavaScript to view this site.

MiniDump Browser Help

The Callstacks page displays the the callstack for each thread, combined with information synthesized from the other threads displays.

 

 

 minidump-callstacks

 

 

For each thread the following information is displayed: thread id, thread name, if the thread is suspended, it's priority class, it's priority level, and the thread affinity.

 

The stack size and thread starting address are displayed, plus a human readable symbol for that address if symbols are available.

 

Thread exit status and thread execution times are also displayed.

 

The thread callstack is displayed below the information for each thread.

 

Expanding any callstack node will display source code for that location (if filename and line number information is available).

 

 minidump-callstacks-source-code