When I get a BSOD, I use Visual SOFTICE and a Kernel memory dump to
try and trace the error.
If one of my driver's function is in the stack trace, I can goto its
source and try to find the error.
My problem starts when I don't see my driver in the stack trace, and
even when I disassemble "Parameter 4: Address of instruction
executing"
I can't see any of my driver's function.
Any way I can get more informant from the dump?
Does WinDbg can be more helpful in analyzing dump files ?
Any way to know if the win32 user mode app caused the crash? (Then I
need to use a complete memory dump?)
Any other tips on debugging BSODs?