Forum Discussion
Bcino
Jun 20, 2025Iron Contributor
Windows 10 crash with DRIVER_VERIFIER_DMA_VIOLATION
Hello, everybody. Have an issue with windows crash. Time to time it is crash with DRIVER_VERIFIER_DMA_VIOLATION
Can not find a correct reason for it.
Can you help me please to find a root cause for it?
I have learned that is a driver problem but which one?
DMP file is attached.
Thank you in advance!
You’ll need to open the dump file with WinDbg (Windows Debugger). If you haven't installed it yet, you can get it via the Windows SDK or as part of the Windows Debugging Tools.
2 Replies
- ProAnssIron Contributor
Analyze the dump file to find the specific driver causing the violation.
- DaskSdailyIron Contributor
You’ll need to open the dump file with WinDbg (Windows Debugger). If you haven't installed it yet, you can get it via the Windows SDK or as part of the Windows Debugging Tools.