Tag: debugging
-
Fortran debugging – Part 2 stack traces
This video describes what a stack trace is, and how to use it to find out where exactly in program code a program has crashed.
-
Fortran Debugging – Part 1
In this first episode on Fortran Debugging, Holger Wolff explains the most common types of failures and the terminology of defect/infection/failure.
-
TotalView tutorial 3: Core dumps
Model crashing halfway through? Don’t want to wait in the debugger for hours? Scott Wales explains how to save crash information with core dumps for easier debugging.