It is a clock watchdog timeout.
Code:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
[URL="http://www.carrona.org/bsodindx.html#0x00000101"]CLOCK_WATCHDOG_TIMEOUT (101)[/URL]
[COLOR=Red]An expected clock interrupt was not received on a secondary processor in an
MP system within the allocated interval. This indicates that the specified
processor is hung and not processing interrupts.[/COLOR]
Arguments:
Arg1: 0000000000000019, Clock interrupt time out interval in nominal clock ticks.
Arg2: 0000000000000000, 0.
Arg3: fffff8800316a180, The PRCB address of the hung processor.
Arg4: 0000000000000007, 0.
So somehow the processor is failing. It may be processor's own fault, or it may be something else (like any driver or any other failing hardware) is not letting the processor cores work perfectly.
The crash dumps have not caught any driver as failing, but you should take another chance, I guess. Follow
Driver Verifier - Enable and Disable
Run Driver Verifier for 24 hours or the occurrence of the next crash, whichever is earlier.
Information
Why Driver Verifier:
It puts a stress on the drivers, ans so it makes the unstable drivers crash. Hopefully the driver that crashes is recorded in the memory dump.
How Can we know that DV is enabled:
It will make the system bit of slow, laggy.
Warning
Before enabling DV, make it sure that you have earlier System restore points made in your computer. You can check it easily by using
CCleaner looking at Tools > System Restore.
If there is no points,
make a System Restore Point manually before enabling DV.
Let us know the results, with the subsequent crash dumps, if any. Post it following the
Blue Screen of Death (BSOD) Posting Instructions.
But before enabling Driver Verifier, you should perform some hardware tests. Take the following tests:
Test your RAM modules for possible errors.
How to Test and Diagnose RAM Issues with Memtest86+
Run memtest for at least 8 passes, preferably overnight.
Stress test the Graphics Card using Furmark.
Video Card - Stress Test with Furmark
Stress test the CPU.
Hardware - Stress Test With Prime95
Seatool for dos:
SeaTools | Seagate download. Burn it in a blank cd. boot from the CD, click on "Accept", wait for it to finish detecting the drives, then in the upper left corner select "Basic Tests", then select "Long Test" and let it run.
Also, do these things, too.
Check if the Power Supply Unit (PSU) supplying adequate power to the computer or not.
eXtreme Power Supply Calculator
At least 30% extra is safe.
Is the computer hot? Report us the heat of the computer after a couple of hours of your normal usage. Upload a screenshot of the summery tab of
Speccy.
Let us know the results.