Viewing core files for a case

TCNasa

Tom Caldwell
Member
Does anyone know of a utility or script for viewing core files after a crash? I know the basic syntax is gdb program core, but I'm not even sure where the executable is for cesm.
 

nusbaume

Jesse Nusbaumer
CSEG and Liaisons
Staff member
Hi Tom,

I believe you'll still want to use gdb or a similar debugger to analyze core files. The CESM executable can be found by running the following command in your case directory:

Code:
./xmlquery run_exe

Of course if for any reason you are still unable to open or analyze the core files even with the executable please let us know.

Thanks, and good luck with the debugging!

Jesse
 
Back
Top