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

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top