Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Daniel Pearson: Debugging a Windows Blue Screen of Death
Jul 18, 2008 at 1:49 PMThen download notmyfault from here: http://technet.microsoft.com/en-us/sysinternals/bb963901.aspx
Use notmyfault to crash your system and verify that crash dumps can be saved.
Daniel Pearson: Debugging a Windows Blue Screen of Death
Jul 18, 2008 at 1:41 PMIt's simple really - boot device drivers have special requirements, which lead to the ability to save crash dumps.
A storage driver written any old way won't be able to do this. Windows loads an extra copy of the boot driver, kernel crash dump writing code, plus a bitmap of the page file on the boot drive, then checksums the lot. At blue screen time, the checksum is verified and if good, the crash dump is written directly to the sectors known to be used by the page file on the boot drive.