Question

I am retrieving system failure information from the event logs for diagnosis of system crash and displaying a list of possible issues.

In a generic BSOD, what do the four hex values in brackets signify. Is there anyway they can be used for further diagnosis of the problem, beyond the main error code? i.e 0x000000A. If yes, how?

BSOD

Était-ce utile?

La solution

The first number is a bug check code.

The following numbers will be whatever the driver passed to KeBugCheckEx, so they're only really useful if you have the driver source code.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top