Tag Archives: crash

Troubleshoot a Blue Screen of Death BSOD or Crash Dump on a Microsoft Windows Operating System

It’s probably the thing we all dread most, evereything has been working great for weeks/months/years and then suddenly your machine starts randomly crashing to a Blue Screen of Death or BSOD

All is not lost though as Windows will often generate its own crash dump a report of what happened to cause the crash, this is often invaluable when it comes to finding the cause and fixing it.

A company called Nirsoft offer a great little utility called Blue Screen View, you can download it from here ttp://www.nirsoft.net/utils/blue_screen_view.html

This program will automatically analyse the default Mini Dump and Crash Dump locations and then pull back a summary of the driver or system file that was most likley the cause of your crash.  In many cases it’s then just a simple case of removing the offending software, updating/downgrading the device driver or installing a software patch/hotfix.

Windows 7, Windows Server 2008 R2 and SBS 2011 with Service Pack 1 – You may see a STOP: 0x0000007F error message when resuming from sleep/hibernate or initiate a data transfer over the network

If you are running Windows 7, Windows Server 2008 R2 or SBS 2011 with Service Pack 1 then you may experience the following error:

STOP: 0x0000007F (parameter1, parameter2, parameter3, parameter4) UNEXPECTED_KERNEL_MODE_TRAP

This can occur in a number of scenarios such as initiating a data transfer over the network or resuming the computer/server from sleep/hibernate.  Ultimately the issue is related to the operating system not allocating enough stack space.  The issue can be resolved by applying the hotfix from the Microsoft Article KB 2519736 http://support.microsoft.com/kb/2519736

Windows Vista, Server 2008 and SBS 2008 Service Pack 2 – You may find that Memory Manager can no longer commit Memory Pages resulting in applications and services experiencing performance and reliability issues

If you are running Windows Vista, Windows Server 2008 or Windows Small Business Server 2008 with Service Pack 2 you may find that Memory Manager can no longer commit Memory Pages resulting in applications and services experiencing performance and reliability issues.

This issue occurs because the Memory Manager incorrectly attempts to return more memory pages than have actually been allocated.

The issue can be resolved by applying the hotfix KB 2619529 http://support.microsoft.com/kb/2619529