Question using windows debugger.

lbhskier37

Member
Oct 24, 2001
184
0
0
Ok, I have been haveing bunches of driver errors and I finally decided to get some tools to look at the dump files. Here is part of the dump file:

SYSTEM_THREAD_EXCEPTION_NOT_HANDLED (7e)
This is a very common bugcheck. Usually the exception address pinpoints
the driver/function that caused the problem. Always note this address
as well as the link date of the driver/image that contains this address.
Arguments:
Arg1: c0000005, The exception code that was not handled
Arg2: f888dac0, The address that the exception occurred at
Arg3: f8974c88, Exception Record Address
Arg4: f8974988, Context Record Address

Does anyone know how to find what driver that address is refering to?
 
Aug 27, 2002
10,043
2
0
linky You should be able to find what you are looking for by searching the linky.

you can look through the mem address uses of the hardware in device manager, just change the tree view to either resources by type, or resources by connection and search for a mem range that your errors fall into.