In my driver code, I use ZwOpenFile function. I test run this driver in virtual pc and the virtual PC shows error message:
An unrecoverable processor error has been encountered.
The virtual machine will reset now.
I have connected windbg to virtual pc, but it fails to break in. After I reset the virtual machine, I don’t see any memory dump file. As a result, I am not able to debug the driver.
Is it a system crash or something else? I don’t get why I am not able to get debugging information if it is a system crash.