WhoCrashed — Find a driver or kernel module causing system crash

Nikola Stojic
2 min readJan 17, 2017

--

We are all familiar with now famous Blue Screen of Death (BSOD) on Windows due to driver crash. But how to find the cause? Enter, WhoCrashed.

Driver crash

Recently, after upgrading to AMD Crimson drivers, I’ve noticed that system started crashing all of sudden. While the most logical thing would be to think that the drivers are the reason causing the crash, Windows error report didn’t made it more clear. Sure, Event Viewer gives you the overview of what happened to system from notifications on services that ran to errors and crashes, but it doesn’t show you the exact and precise reason. For example, searching for kernel-power error can return various reasons that may have caused the crash, but it doesn’t pinpoint it to specific reason. While googling, I’ve stumbled on program called WhoCrashed.

Some of you are probably thinking: “You know there is program called BlueScreenView from Nirsoft that does same thing.” I’ve used BlueScreenView in past and it is valuable tool to check BSOD dump files, but in this case it didn’t help me to pinpoint the reason for crash. WhoCrashed works the same way as BSV does. It reads the dump files and analyzes the reason for the crash. As I suspected it turned out that HD audio driver was the problem.

Example of Crash Dump Details

WhoCrashed presents your with clear overview page and status report on what caused the crash and the main culprit behind it.

One interesting feature is self-crash test, which crashes your system to check if the system is enabled to collect crash data so that it could read it when it happens. It can also analyze boot level crash if you enter and install it in Safe Mode.

Conclusion:

While it isn’t portable, it’s really useful to have around in case you are replacing drivers, or if you are power user and sysadmin.

You can download it from: http://www.resplendence.com/whocrashed

Home edition is free for personal use, while if you want to use it for work, you need to buy license. Professional version also has some additional features like uptime reports and analysis over the network.

Also be sure to checkout Nirsoft’s website for other useful system administration tools.

--

--

Nikola Stojic

Founder of Grindam, #Startupblink Ambassador -Writing about #startups, #business #resources, and giving my opinion about the current trends.