(seemingly) Random Restarts

GEC: Discuss gaming, computers and electronics and venture into the bizarre world of STGODs.

Moderator: Thanas

Post Reply
darthdavid
Pathetic Attention Whore
Posts: 5470
Joined: 2003-02-17 12:04pm
Location: Bat Country!

(seemingly) Random Restarts

Post by darthdavid »

My computer seems to be having random restarts. I'm relatively sure it's not spyware as they don't appear to be regular and they're too spaced out to prevent the elimination of malicious programs. I looked into event veiwer and found this log. What does it mean?

Code: Select all

The computer has rebooted from a bugcheck.  The bugcheck was: 0x000000d1 (0x00000060, 0x00000002, 0x00000000, 0xed0211b5). Microsoft Windows 2000 [v15.2195]. A dump was saved in: C:\WINNT\Minidump\Mini052704-02.dmp. 
There was also this one from a reboot that happened earlier

Code: Select all

The computer has rebooted from a bugcheck.  The bugcheck was: 0x00000050 (0xffffffff, 0x00000000, 0xffffffff, 0x00000000). Microsoft Windows 2000 [v15.2195]. A dump was saved in: C:\WINNT\Minidump\Mini052704-01.dmp. 
User avatar
Uraniun235
Emperor's Hand
Posts: 13772
Joined: 2002-09-12 12:47am
Location: OREGON
Contact:

Post by Uraniun235 »

Right-click My Computer -> Properties -> Advanced tab -> Startup and Recovery button -> Uncheck the "Automatically Reboot" checkbox.

Now you should get BSODs instead of spontaneous restarts, and you can report back what error W2K kicks back to you (and, if possible, what driver file it points to).
User avatar
CorSec
Jedi Knight
Posts: 809
Joined: 2002-07-08 07:37pm
Location: City of Dis

Post by CorSec »

You could try this program and check to make sure your ram is good. I spent the two months chasing after a random restart problem and this was my problem. (That, and then the power supply went kaput.)
User avatar
General Zod
Never Shuts Up
Posts: 29211
Joined: 2003-11-18 03:08pm
Location: The Clearance Rack
Contact:

Post by General Zod »

possibly the MS Blaster worm or one of its variants?
"It's you Americans. There's something about nipples you hate. If this were Germany, we'd be romping around naked on the stage here."
User avatar
Vendetta
Emperor's Hand
Posts: 10895
Joined: 2002-07-07 04:57pm
Location: Sheffield, UK

Post by Vendetta »

Uraniun235 wrote:Right-click My Computer -> Properties -> Advanced tab -> Startup and Recovery button -> Uncheck the "Automatically Reboot" checkbox.

Now you should get BSODs instead of spontaneous restarts, and you can report back what error W2K kicks back to you (and, if possible, what driver file it points to).
You don't need to do that, the Event Viewer has the same information (the STOP codes).

From the codes it's throwing up (DRIVER_IRQL_NOT_LESS_OR_EQUAL and PAGE_FAULT_IN_NONPAGED_AREA), you're looking at either a driver fault, so uninstall and roll back any drivers you've installed recently, or possibly a memory fault.

A memory checking program is a good idea at this point as well.
User avatar
Uraniun235
Emperor's Hand
Posts: 13772
Joined: 2002-09-12 12:47am
Location: OREGON
Contact:

Post by Uraniun235 »

If it's a driver fault, it should be kicking back a file name for the driver (like my system will BSOD every tenth boot or so with my RAID controller's driver listed), and I don't see any files listed in the Event Viewer logs posted. I still think he should elect to view the BSOD so he can find out just what driver is killing Windows.
Post Reply