I'm working on AIX and have a process that keeps crashing. I've never examined core files, and would like some guidance if possible. I'm using dbx. How can I (a) make sure the core file is going where I want it to go and (b) see the state of the process before it crashed?
Thanks!
I do okay stepping through a run but also am not sure about debugging a core. I found these commands are probably the ones to focus on. There are probably more.
Once you have your core running in dbx:
Looking here under "Examining Data" helped me out.