I get an excellent BSOD when loading ( STOP: 0x0000007E ) from the driver I am writing and would like to load a memory dump for analysis. However, it is not dumped anywhere. Everything is configured correctly in the Startup and Recovery settings, but I do not receive any dump file, and nothing happened in the event log indicating the dump. It seems that the dump does not even occur ...
I know the exact line of code that calls it (calling IoAttachDevice() ), but I'm not sure why I would like to look at the output of DbgPrint to see exactly where it does not work. Perhaps Windows may crash before reset functions are configured? If so, how do I access the state of the machine when a failure occurs?
UPDATE: Other useful information: I am running Windows XP through VirtualBox on a Linux host.
source share