Mysterious Random crash - Windows ONLY?

zamadatix

New member
Local time
4:46 AM
Messages
7
Hello everyone, this has been bothering me for about a week now and I can't figure it out... Every so often Windows gives me a kernel power error and no bsod is shown but I receive an instantaneous reboot. This did not occur on Ubuntu installed on the same drive over the course of 2 days but occurs 4 times a day on average running Windows.

Log Name: System
Source: Microsoft-Windows-Kernel-Power
Date: 1/11/2011 4:27:42 PM
Event ID: 41
Task Category: (63)
Level: Critical
Keywords: (2)
User: SYSTEM
Computer: Daniel-PC
Description:
The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-Kernel-Power" Guid="{331C3B3A-2005-44C2-AC5E-77220C37D6B4}" />
<EventID>41</EventID>
<Version>2</Version>
<Level>1</Level>
<Task>63</Task>
<Opcode>0</Opcode>
<Keywords>0x8000000000000002</Keywords>
<TimeCreated SystemTime="2011-01-11T21:27:42.755611000Z" />
<EventRecordID>2930</EventRecordID>
<Correlation />
<Execution ProcessID="4" ThreadID="8" />
<Channel>System</Channel>
<Computer>Daniel-PC</Computer>
<Security UserID="S-1-5-18" />
</System>
<EventData>
<Data Name="BugcheckCode">0</Data>
<Data Name="BugcheckParameter1">0x0</Data>
<Data Name="BugcheckParameter2">0x0</Data>
<Data Name="BugcheckParameter3">0x0</Data>
<Data Name="BugcheckParameter4">0x0</Data>
<Data Name="SleepInProgress">false</Data>
<Data Name="PowerButtonTimestamp">0</Data>
</EventData>
</Event>
 

My Computer My Computer

OS
Windows 7 Ultimate x64
CPU
AMD Phenom II x4 965 Black Edition
Motherboard
ASUS M4A77TD
Memory
4x2GB OCZ 160MHz
Graphics Card(s)
AMD Radeon HD 6970
Monitor(s) Displays
Acer 21" 19200x1080
Hard Drives
60GB Agility 2 (OS)
1TB Western Digital WD10EARS (data)
PSU
LSP650
Hello everyone, this has been bothering me for about a week now and I can't figure it out... Every so often Windows gives me a kernel power error and no bsod is shown but I receive an instantaneous reboot. This did not occur on Ubuntu installed on the same drive over the course of 2 days but occurs 4 times a day on average running Windows.

Log Name: System
Source: Microsoft-Windows-Kernel-Power
Date: 1/11/2011 4:27:42 PM
Event ID: 41
Task Category: (63)
Level: Critical
Keywords: (2)
User: SYSTEM
Computer: Daniel-PC
Description:
The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-Kernel-Power" Guid="{331C3B3A-2005-44C2-AC5E-77220C37D6B4}" />
<EventID>41</EventID>
<Version>2</Version>
<Level>1</Level>
<Task>63</Task>
<Opcode>0</Opcode>
<Keywords>0x8000000000000002</Keywords>
<TimeCreated SystemTime="2011-01-11T21:27:42.755611000Z" />
<EventRecordID>2930</EventRecordID>
<Correlation />
<Execution ProcessID="4" ThreadID="8" />
<Channel>System</Channel>
<Computer>Daniel-PC</Computer>
<Security UserID="S-1-5-18" />
</System>
<EventData>
<Data Name="BugcheckCode">0</Data>
<Data Name="BugcheckParameter1">0x0</Data>
<Data Name="BugcheckParameter2">0x0</Data>
<Data Name="BugcheckParameter3">0x0</Data>
<Data Name="BugcheckParameter4">0x0</Data>
<Data Name="SleepInProgress">false</Data>
<Data Name="PowerButtonTimestamp">0</Data>
</EventData>
</Event>


This is just a generic dirty shutdown. Usually caused by a driver. To find out which one run driver verifier

Beyond that, please run Verifier with these settings:
Using Driver Verifier is an iffy proposition. Most times it'll crash and it'll tell you what the driver is. But sometimes it'll crash and won't tell you the driver. Other times it'll crash before you can log in to Windows. If you can't get to Safe Mode, then you'll have to resort to offline editing of the registry to disable Driver Verifier.

So, I'd suggest that you first backup your stuff and then make sure you've got access to another computer so you can contact us if problems arise. Then make a System Restore point (so you can restore the system using the Vista/Win7 Startup Repair feature).

Then, here's the procedure:
- Go to Start and type in "verifier" (without the quotes) and press Enter
- Select "Create custom settings (for code developers)" and click "Next"
- Select "Select individual settings from a full list" and click "Next"
- Select everything EXCEPT FOR "Low Resource Simulation" and click "Next"
NOTE: You can use Low Resource Simulation if you'd like. From my limited experimentation it makes the BSOD's come faster.
- Select "Select driver names from a list" and click "Next"
Then select all drivers NOT provided by Microsoft and click "Next"
- Select "Finish" on the next page.

Reboot the system and wait for it to crash to the Blue Screen. Continue to use your system normally, and if you know what causes the crash, do that repeatedly. The objective here is to get the system to crash because Driver Verifier is stressing the drivers out. If it doesn't crash for you, then let it run for at least 36 hours of continuous operation (an estimate on my part).

Reboot into Windows (after the crash) and turn off Driver Verifier by going back in and selecting "Delete existing settings" on the first page, then locate and zip up the memory dump file and upload it with your next post.

If you can't get into Windows because it crashes too soon, try it in Safe Mode.
If you can't get into Safe Mode, try using System Restore from your installation DVD to set the system back to the previous restore point that you created.

If that doesn't work, post back and we'll have to see about fixing the registry entry off-line:
Code:
Delete these registry keys (works in XP, Vista, Win7):
        HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\VerifyDrivers
        HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\VerifyDriverLevel


Using Driver Verifier to identify issues with Windows drivers for advanced users
 

My Computer My Computer

Computer Manufacturer/Model Number
HP Pavillion dv-7 1005 Tx
OS
Win 8 Release candidate 8400
CPU
[email protected]
Memory
4 gigs
Graphics Card(s)
Nvidia 9600M
Sound Card
HD built-in
Monitor(s) Displays
17" Wxga
Screen Resolution
1440x900
Cooling
none
Internet Speed
45Mb down 5Mb up
Thanks I crashed attatched all dumps in my minidump folder to this post.
 

My Computer My Computer

OS
Windows 7 Ultimate x64
CPU
AMD Phenom II x4 965 Black Edition
Motherboard
ASUS M4A77TD
Memory
4x2GB OCZ 160MHz
Graphics Card(s)
AMD Radeon HD 6970
Monitor(s) Displays
Acer 21" 19200x1080
Hard Drives
60GB Agility 2 (OS)
1TB Western Digital WD10EARS (data)
PSU
LSP650
Can anyone tell me how to read these dumps and/or tell me what caused the crash from it?
 

My Computer My Computer

OS
Windows 7 Ultimate x64
CPU
AMD Phenom II x4 965 Black Edition
Motherboard
ASUS M4A77TD
Memory
4x2GB OCZ 160MHz
Graphics Card(s)
AMD Radeon HD 6970
Monitor(s) Displays
Acer 21" 19200x1080
Hard Drives
60GB Agility 2 (OS)
1TB Western Digital WD10EARS (data)
PSU
LSP650
Back
Top