blue screen of death

angardia

Reputable
Oct 15, 2017
45
0
4,540
IS THERE ANY WAY TO KNOW WHAT CAUSE THIS BLUE SCREEN?


Problem signature:
Problem Event Name: BlueScreen
OS Version: 6.1.7601.2.1.0.256.1
Locale ID: 1033

Additional information about the problem:
BCCode: 124
BCP1: 0000000000000000
BCP2: FFFFFA800D046028
BCP3: 00000000BE000000
BCP4: 000000000100110A
OS Version: 6_1_7601
Service Pack: 1_0
Product: 256_1

Files that help describe the problem:
C:\Windows\Minidump\092318-6193-01.dmp
C:\Windows\Temp\WER-7862-0.sysdata.xml

Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt
 
Solution
you would have to provide the actual minidump file from c:\windows\minidump directory

this bugcheck was called by the cpu because the cpu detected an internal error.
most often from its internal memory controller. the windows debugger can run the command:
!errrec FFFFFA800D046028
to see why the cpu called the error. On a old system you would look for power fluctuations to the CPU.
caused by overclocking, overheating, failing power regulation or power supply. sometimes you can just blow out dust from all the fans. depend on how old the system is.

the memory dump will show the system up timer, and the clock rates and if you have overclock drivers installed. It helps to provide a good guess as to the cause of the bugcheck.

you would have to provide the actual minidump file from c:\windows\minidump directory

this bugcheck was called by the cpu because the cpu detected an internal error.
most often from its internal memory controller. the windows debugger can run the command:
!errrec FFFFFA800D046028
to see why the cpu called the error. On a old system you would look for power fluctuations to the CPU.
caused by overclocking, overheating, failing power regulation or power supply. sometimes you can just blow out dust from all the fans. depend on how old the system is.

the memory dump will show the system up timer, and the clock rates and if you have overclock drivers installed. It helps to provide a good guess as to the cause of the bugcheck.

 
Solution