描述:在9月27日12点35分24秒系统发生蓝屏
通过系统事件日志来看发现发现从发生蓝屏开始到下一次开机之间相隔4分钟左右
继续分析dump日志,此次蓝屏代码为0x9f
通过dump日志来看,造成此次蓝屏的原因是驱动程序处于不一致或无效的电源状态。
In Windows Vista and later version of Windows, when the system changes power states i.e. transitions from a working state (S0) to a lower power state like standby (S3), hibernate (S4) or shutdown (S5) or vice versa, every driver in the system is notified about the transition via a system power IRP (S-IRP). In response to these system power state change requests , drivers power down their devices by requesting device power IRPs (D-IRP) and then sending them down to the underlying bus driver. For every power IRP that is sent to a driver, the power manager starts a watchdog timer that fires if the IRP is not completed within 10 minutes. The resultant timer DPC routine that runs at the end of this period crashes the system with the following bug-check code and parameters as displayed by the kernel debugger command "!analyze -v".