It sounds like you can reproduce this and have access to the machine (I
don't know why I say this :-).
If so, the easiest thing to do is hook up WinDbg. When the machine
bluescreens, WinDbg will stop and you can type "!analyse -v" for more
useful information. You're not likely to get very far without a debugger
if the problem is at all complicated.
finecats wrote:
> I'm crashing my driver (surprise!). How do I turn on the blue screen ,bug
> checker, so I can read the results? Right now it just flashes by in a blink
> and starts to reboot.
|