Hello,
I am receiving a MACHINE_CHECK_EXCEPTION (blue screen) on a fresh
install of XP SP2. After doing a little research, I found that this
exception is created by calling the kernel function "KeBugCheckEx".
Since this is a kernel routine available to all device drivers, I am
assuming that any of my device drivers could be calling this function.
According to the prototype of the function (and the help docs) , the
BugCheckParameters(1-4) can contain anything the driver programmer
decides to put into it (most commonly high and lower order bits of a
memory address).
My question is simple...is thier any way to determine which device
driver is calling this function???
TIA,
Tommy
|