
Windows Blue Screen of Death (Crash-dump)
Most people see this screen and think their computer is dead. Others see it as a major annoyance or take it as proof that Windows is the worst operating system out there. In truth, this is a bug-check screen that developers need to correct major flaws in their software.
The BSoD only occurs if there is a major hardware failure, or if a poorly written piece of software (usually drivers) tells the computer to do something it can't physically do (access RAM that doesn't exist, or poll the CPU on a locked interrupt request line, for example).
What can you do with this? Not much, unfortunately, as it requires special programs to parse. Luckily someone has made a website to do that for you.
Instant Online Crash Analysis
Here you can upload a Windows minidump file to be analyzed instantly online, and view the results. The file you are looking to upload will be located in C:\Windows\Minidump and will end with .dmp
The pertinent information is located under the Primary Analysis section. You are looking for this section here (as an example):
The name bolded in the example is the piece of software that caused this bluescreen. From there you can search online to find out what this is, and then either uninstall it, update it, or whatever you need to do to resolve the issue.
Hope this helps.
Most people see this screen and think their computer is dead. Others see it as a major annoyance or take it as proof that Windows is the worst operating system out there. In truth, this is a bug-check screen that developers need to correct major flaws in their software.
The BSoD only occurs if there is a major hardware failure, or if a poorly written piece of software (usually drivers) tells the computer to do something it can't physically do (access RAM that doesn't exist, or poll the CPU on a locked interrupt request line, for example).
What can you do with this? Not much, unfortunately, as it requires special programs to parse. Luckily someone has made a website to do that for you.
Instant Online Crash Analysis
Here you can upload a Windows minidump file to be analyzed instantly online, and view the results. The file you are looking to upload will be located in C:\Windows\Minidump and will end with .dmp
The pertinent information is located under the Primary Analysis section. You are looking for this section here (as an example):
The name bolded in the example is the piece of software that caused this bluescreen. From there you can search online to find out what this is, and then either uninstall it, update it, or whatever you need to do to resolve the issue.
Hope this helps.