Jump to content

error with winxp cause restart of pc


Recommended Posts

Posted

may i know how to solve the below error?

Event Type: Error

Event Source: System Error

Event Category: (102)

Event ID: 1003

Date: 02/02/07

Time: 12:19:28 PM

User: N/A

Computer: DAREN

Description:

Error code 000000f4, parameter1 00000003, parameter2 84c95578, parameter3 84c956ec, parameter4 80604450.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Data:

0000: 53 79 73 74 65 6d 20 45 System E

0008: 72 72 6f 72 20 20 45 72 rror Er

0010: 72 6f 72 20 63 6f 64 65 ror code

0018: 20 30 30 30 30 30 30 66 000000f

0020: 34 20 20 50 61 72 61 6d 4 Param

0028: 65 74 65 72 73 20 30 30 eters 00

0030: 30 30 30 30 30 33 2c 20 000003,

0038: 38 34 63 39 35 35 37 38 84c95578

0040: 2c 20 38 34 63 39 35 36 , 84c956

0048: 65 63 2c 20 38 30 36 30 ec, 8060

0050: 34 34 35 30 4450


Posted

0x000000F4: CRITICAL_OBJECT_TERMINATION

One of the many processes or threads crucial to system operation has unexpectedly exited or been terminated. As a result, the system can no longer function. Specific causes are many, and often best resolved by a careful history of the problem and the circumstances of the error message.

From the data here, I can decipher some things about your problem:

- The first parameter shows us that it was a process (3 for process, 6 for thread)

- The second parameter is the terminating object's memory address (84c95578)

- in this case, unless you're using the /3GB switch, it was a process running in kernel (80000000 - FFFFFFFF are kernel address ranges when booting without /3GB)

- The third and fourth addresses tell us which process it was, and text of the error. However, without a memory dump from your box of the issue, there's no way to tell.

If you have any *.dmp files in your Windows directory from around that time, we'll need to review those to give you a full answer.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...