|
楼主 |
发表于 2007-2-25 16:02:05
|
显示全部楼层
Microsoft (R) Windows Debugger Version 6.6.0007.5
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [D:\公开文件夹\张歆\Mini022507-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available
Symbol search path is: C:\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) UP Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Kernel base = 0x804d8000 PsLoadedModuleList = 0x8055bb20
Debug session time: Sun Feb 25 15:48:03.671 2007 (GMT+8)
System Uptime: 0 days 0:01:25.265
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
.........
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000000A, {10000018, 2, 1, 804e58b9}
Probably caused by : ntoskrnl.exe ( nt!KiUnlinkThread+53 )
Followup: MachineOwner
---------
kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
IRQL_NOT_LESS_OR_EQUAL (a)
An attempt was made to access a pageable (or completely invalid) address at an
interrupt request level (IRQL) that is too high. This is usually
caused by drivers using improper addresses.
If a kernel debugger is available get the stack backtrace.
Arguments:
Arg1: 10000018, memory referenced
Arg2: 00000002, IRQL
Arg3: 00000001, value 0 = read operation, 1 = write operation
Arg4: 804e58b9, address which referenced memory
Debugging Details:
------------------
WRITE_ADDRESS: 10000018
CURRENT_IRQL: 2
FAULTING_IP:
nt!KiUnlinkThread+53
804e58b9 ff4118 inc dword ptr [ecx+18h]
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: DRIVER_FAULT
BUGCHECK_STR: 0xA
PROCESS_NAME: Idle
LAST_CONTROL_TRANSFER: from 804dd29d to 804e58b9
STACK_TEXT:
80551734 804dd29d f9e98d7c f9e98d84 00000000 nt!KiUnlinkThread+0x53
80551748 804dd399 00000000 80551764 00000000 nt!KiUnwaitThread+0x12
80551774 804dda58 32d3be79 00000051 8055189c nt!KiWaitTest+0xab
80551880 804dd928 8055a580 8055a320 ffdff000 nt!KiTimerListExpire+0x7a
805518ac 804dd179 8055a980 00000000 00001551 nt!KiTimerExpiration+0xaf
805518c0 8055a320 ffdffc50 00000000 00000000 nt!KiRetireDpcList+0x46
805518c4 ffdffc50 00000000 00000000 804dd0ed nt!KiIdleThread0
WARNING: Frame IP not in any known module. Following frames may be wrong.
8055a320 00000000 8055a328 8055a328 8055a330 0xffdffc50
STACK_COMMAND: kb
FOLLOWUP_IP:
nt!KiUnlinkThread+53
804e58b9 ff4118 inc dword ptr [ecx+18h]
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: nt!KiUnlinkThread+53
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: nt
IMAGE_NAME: ntoskrnl.exe
DEBUG_FLR_IMAGE_TIMESTAMP: 41108004
FAILURE_BUCKET_ID: 0xA_W_nt!KiUnlinkThread+53
BUCKET_ID: 0xA_W_nt!KiUnlinkThread+53
Followup: MachineOwner
--------- |
|