Hi Guys,
I was speaking to someone the other day who said as a rule of thumb,
BSOD errors are generally related to either :
(a) Memory
(b) Bad sectors on critical parts of the HDD.
Anyone care to add there opinion to this?
I don't see the value in coming up with such a rule of thumb. As others
have pointed out elsewhere Windows BSODs are triggered for a variety of
different reasons - including but not limited to hardware, software or
configuration issues.
Whenever I have run into a BSOD that I need to deal with I note down the
information that's presented and look it up on online resources (from a
working machine) usually starting with the bugcheck code and then
refining the search based on the explanation and likely causes.
In some cases I have resorted to analyzing the kernel crash dump that
you can configure Windows to produce if required.
I recall some 10 years ago a customer of ours put in a fault report and
included a windows NT kernel crash dump following a BSOD on one of their
servers because our (non Microsoft) software happened to be running on
their machine.
After opening the crash dump it didn't take long to discover it was a
bugcheck 0x1e KMODE_EXCEPTION_NOT_HANDLED, parameter 1
indicated 'access violation', the 'kmode exception' occured in
kernel32.dll and the process was ups.exe (both Microsoft products). So I
replied to the contact telling them where to stick it (I mean send it) ;-)