Note: the i386 directory should be at the same level (i.e. Service Pack) as the system that created the .dmp file. I use an SP3 slipstreamed install CD.
I have no idea what to do with the Disassembly window that comes up so I close it and go to the main window.
At the bottom of the Command window there is a kd> prompt. The following commands are entered into that prompt
kd>!analyze -v
Two things to look for in the results: the memory referenced and the FAULTING_IP
kd>lvm
This will produce a listing of modules and their memory location. Look to see which module's memory the memory referenced identified above falls in. That usually indicates the process that caused the crashed and will probably match the FAULTING_IP if listed.
Also informative: kd>.reload -l
Note - again, I just close and ignore the Disassembly window.
Also, meese posted a link to the following article in one of the forum threads: