README.md
This submission arose out of the pre-symposium seminar
on RSX-11M crash dump analysis. A major item of interest
is the seminar workbook, which is a written version of the
material covered in the seminar. The appendixes to the seminar
workbook discuss several of the other files. Another appendix
of interest is a description of RSX data structures, including
contents, usage, and a cross reference of other structures which
point to this one. The CRAxxx programs represent "homework"
from the seminar. These programs crash RSX systems in known
ways. The resulting crash dumps can then be used as references.


CDAPAT.CMD;1 This file applies the patches to CDA
CDASEABLD.CMD;1 Build command file for CDASEA program
CRAASMALL.CMD;1 Assembly command file for CRAxxx programs
CRABLDALL.CMD;1 Build command file for CRAxxx programs
CRASHREAD.CMD;1 Command file to read in crash dump, assign file name
and UIC, and get initial listing.
STEP0.CMD;3 Command file for monolithic assembly
CRASH.COR;1 Patches for CRASH module. See Appendix C
LOWCR.COR;1 Patches for LOWCR to use $CRALT entry point
CDASEA.FTN;1 Program to search .CDA file for specified value.
CRABPT.MAC;1 Crash system with BPT at system state
CRAEMT.MAC;1 Crash system with EMT at system state
CRAEVO.MAC;1 Crash system with odd EMT vector
CRAILI.MAC;1 Crash system with illegal instruction in kernel mode
CRAIOS.MAC;1 Crash system with odd IOT vector - kernel mode
CRAIOU.MAC;1 Crash system with odd IOT vector - user mode
CRAOD4.MAC;1 Crash system with odd location 4
CRAOSP.MAC;1 Crash system with odd stack pointer
CRASEG.MAC;1 Crash system with segment fault in kernel mode
CRATRP.MAC;1 Crash system with TRAP in kernel mode
CRAT04.MAC;1 Crash system with odd address
CRAYZO.MAC;1 Crash system with stack violation
C5TA.MAC;1 Dummy module for monolithic assembly
MACRO.MAC;1 Prefix file for monolithic assembly
CDACLQ.PAT;1 Patch for CDA to fix clock queue entries
LUDMP.PAT;1 CDA patch to check for Files-11 on FCB
TDUMP.PAT;1 CDA patch to correct Pre-AST status
CRASHW.RNO;3 Workbook from CDA seminar
*******************************************************
CRASHW.DOC
editor's note: the author submitted CRASHW.RNO which
I believe is in DSR (DEC Standard Runoff) format.
I have DSR on a VAX and used it to produce the
CRASHW.DOC file.
*******************************************************
STEP1.TEC;1 Teco macro for monolithic assembly
STEP2.TEC;1 Teco macro for monolithic assembly
README.1ST;1 This file