The
Call Stack section of the report contains, for each thread running at the time of failure, a call stack traceback. Programs are listed with full pathname and extension (where available). Entry points are not listed. The information for each thread is listed in a reverse calling hierarchy, so that:
- The last program running (the program executing at time of termination) is listed first
- Any programs that called the program that terminated, and any programs that called these programs are then listed
- Finally, the initial program in the call hierarchy is listed
If the program contains Local-Storage and/or Linkage Sections, these sections are dumped with the corresponding call stack instance. For these sections, the following information is dumped:
- Local-storage. The starting address is given followed by the contents. This information is dumped in hexadecimal and ASCII. Duplicate lines are not repeated but replaced by a single asterisk (*).
- Linkage:
- Addresses of Using parameters (in USING order)
- Addresses of Linkage pointers (in Linkage Section order)
For
.int files, the current program-counter is also dumped.