Even experienced computer users have sometimes troubles discovering why their computer crashed. A crash dump analysis combined with some intensive online research might provide the solution but it can sometimes be annoying to find out why the computer is crashing at certain times. Even more so if it is not related to an application but [...]
Analyse system crashes
Windows is creating a minidump whenever it’s crashing. This minidump contains data that was stored in part of the memory. The interesting aspect of this procedure is that it’s relatively easy to analyse the minidump using the Debugging Tools for Windows [link]. The tool has a size of roughly 18 Megabytes and is compatible to [...]

