Window suddenly restart

Status
Not open for further replies.

cyc85

Posts: 27   +0
My window suddenly restart and i got this stop error 0x4000080

Below is my debug analysis



Microsoft (R) Windows Debugger Version 6.6.0007.5
Copyright (c) Microsoft Corporation. All rights reserved.


Loading Dump File [D:\WINDOWS\Minidump\Mini121306-02.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

Symbol search path is: D:\WINDOWS\Symbols
Executable search path is:
Unable to load image ntoskrnl.exe, Win32 error 2
*** WARNING: Unable to verify timestamp for ntoskrnl.exe
Windows XP Kernel Version 2600 (Service Pack 2) MP (2 procs) Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Kernel base = 0x804d7000 PsLoadedModuleList = 0x805644a0
Debug session time: Wed Dec 13 09:43:32.984 2006 (GMT+8)
System Uptime: 0 days 0:05:37.671
Unable to load image ntoskrnl.exe, Win32 error 2
*** WARNING: Unable to verify timestamp for ntoskrnl.exe
Loading Kernel Symbols
...........................................................................................................................
Loading User Symbols
Loading unloaded module list
.........
Unable to load image NDIS.sys, Win32 error 2
*** WARNING: Unable to verify timestamp for NDIS.sys
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 40000080, {820139e0, 81b4de68, f8960ee8, 4}

Unable to load image Rtlnicxp.sys, Win32 error 2
*** WARNING: Unable to verify timestamp for Rtlnicxp.sys
*** ERROR: Module load completed but symbols could not be loaded for Rtlnicxp.sys
Probably caused by : Rtlnicxp.sys ( Rtlnicxp+339e )

Followup: MachineOwner
---------

1: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************

BUGCODE_ID_DRIVER (40000080)
This is the NDIS Driver Bugcheck for Windows 2000 and Windows XP.
For Windows Server 2003 and later, see 0x7C, BUGCODE_NDIS_DRIVER.
DESCRIPTION
The meaning of the bug check parameters cannot be determined by examining the
parameters alone. You must also examine the text of a DbgPrint message.
For details, see either the debugger documentation or the DDK documentation.
Arguments:
Arg1: 820139e0
Arg2: 81b4de68
Arg3: f8960ee8
Arg4: 00000004

Debugging Details:
------------------


CUSTOMER_CRASH_COUNT: 2

DEFAULT_BUCKET_ID: DRIVER_FAULT

BUGCHECK_STR: 0x40000080

PROCESS_NAME: BitComet.exe

LAST_CONTROL_TRANSFER: from f82cb921 to 80537832

STACK_TEXT:
f8960dc8 f82cb921 40000080 820139e0 81b4de68 nt!MiAttemptPageFileReduction+0x71
f8960e28 f7b7939e 820139e0 f8960ee8 00000004 NDIS!ethFilterDprIndicateReceivePacket+0x5fd
WARNING: Stack unwind information not available. Following frames may be wrong.
f8960f9c f7b7accc 81e2e000 f8960fcc 00000000 Rtlnicxp+0x339e
f8960fcc 804dd26b 81e2e164 81e2e150 00000000 Rtlnicxp+0x4ccc
f8960fd0 81e2e164 81e2e150 00000000 00000000 nt!ZwDuplicateObject+0x7
f8960ff0 822f026c 804dcdbc b8589d44 00000000 0x81e2e164
00000000 00000000 00000000 00000000 00000000 0x822f026c


STACK_COMMAND: kb

FOLLOWUP_IP:
Rtlnicxp+339e
f7b7939e ?? ???

SYMBOL_STACK_INDEX: 2

SYMBOL_NAME: Rtlnicxp+339e

FOLLOWUP_NAME: MachineOwner

MODULE_NAME: Rtlnicxp

IMAGE_NAME: Rtlnicxp.sys

DEBUG_FLR_IMAGE_TIMESTAMP: 40f77388

FAILURE_BUCKET_ID: 0x40000080_Rtlnicxp+339e

BUCKET_ID: 0x40000080_Rtlnicxp+339e

Followup: MachineOwner
---------


Hope somebody can help me...
 
ok,i will try ur suggestion. Thanx alot. :)

Yes, problem solved when i update my realtek driver. thanx :D
 
Status
Not open for further replies.
Back