C:\Dokumente und Einstellungen\Benutzername>
C:\Dokumente und Einstellungen\Benutzername>cd C:\Programme\Debugging Tools for Window
s
C:\Programme\Debugging Tools for Windows>kd -y srv*c:\symbols*
http://msdl.micros
oft.com/download/symbols -i c:\windows\i386 -z c:\windows\minidump\Mini121806-01
.dmp
Microsoft (R) Windows Debugger Version 6.6.0007.5
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [c:\windows\minidump\Mini121806-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available
Symbol search path is: srv*c:\symbols*
http://msdl.microsoft.com/download/symbols
Executable search path is: c:\windows\i386
Windows XP Kernel Version 2600 (Service Pack 2) MP (2 procs) Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 2600.xpsp_sp2_gdr.050301-1519
Kernel base = 0x804d7000 PsLoadedModuleList = 0x805624a0
Debug session time: Mon Dec 18 14:26:12.515 2006 (GMT+1)
System Uptime: 0 days 1:41:34.218
Loading Kernel Symbols
................................................................................
..........................................
Loading User Symbols
Loading unloaded module list
............
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000008E, {c000001d, 804e143a, f78a2de4, 0}
Probably caused by : memory_corruption
Followup: memory_corruption
---------
0: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
KERNEL_MODE_EXCEPTION_NOT_HANDLED_M (1000008e)
This is a very common bugcheck. Usually the exception address pinpoints
the driver/function that caused the problem. Always note this address
as well as the link date of the driver/image that contains this address.
Some common problems are exception code 0x80000003. This means a hard
coded breakpoint or assertion was hit, but this system was booted
/NODEBUG. This is not supposed to happen as developers should never have
hardcoded breakpoints in retail code, but ...
If this happens, make sure a debugger gets connected, and the
system is booted /DEBUG. This will let us see why this breakpoint is
happening.
Arguments:
Arg1: c000001d, The exception code that was not handled
Arg2: 804e143a, The address that the exception occurred at
Arg3: f78a2de4, Trap Frame
Arg4: 00000000
Debugging Details:
------------------
EXCEPTION_CODE: (NTSTATUS) 0xc000001d - {AUSNAHME} Ung ltige Anweisung Es wurd
e versucht, eine ung ltige Anweisung auszuf hren.
FAULTING_IP:
nt!KiInsertTimerTable+13
804e143a ff ???
TRAP_FRAME: f78a2de4 -- (.trap fffffffff78a2de4)
ErrCode = 00000000
eax=88881c80 ebx=fffe7960 ecx=88881c80 edx=306ffbec esi=88881c80 edi=88881ca8
eip=804e143a esp=f78a2e58 ebp=f78a2e70 iopl=0 nv up ei pl zr na pe nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010246
nt!KiInsertTimerTable+0x13:
804e143a ff ???
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: CODE_CORRUPTION
BUGCHECK_STR: 0x8E
PROCESS_NAME: WoW.exe
LAST_CONTROL_TRANSFER: from 804e14da to 804e143a
FAILED_INSTRUCTION_ADDRESS:
nt!KiInsertTimerTable+13
804e143a ff ???
STACK_TEXT:
f78a2e70 804e14da fffe7960 ffffffff 306ffbec nt!KiInsertTimerTable+0x13
f78a2e8c 804e2a77 fffe7960 ffffffff 30709a01 nt!KiInsertTreeTimer+0x7d
f78a2fa0 804e207d 306ffbec ffdff9c0 ffdff000 nt!KiTimerListExpire+0x9f
f78a2fcc 804dcd22 80561300 00000000 0005f38d nt!KiTimerExpiration+0xb1
f78a2ff4 804dc88d b044db90 00000000 00000000 nt!KiRetireDpcList+0x61
f78a2ff8 b044db90 00000000 00000000 00000000 nt!KiDispatchInterrupt+0x2b
WARNING: Frame IP not in any known module. Following frames may be wrong.
804dc88d 00000000 00000009 0081850f bb830000 0xb044db90
STACK_COMMAND: kb
CHKIMG_EXTENSION: !chkimg -lo 50 -d !nt
804e143b - nt!KiInsertTimerTable+14
[ 75:7d ]
1 error : !nt (804e143b)
MODULE_NAME: memory_corruption
IMAGE_NAME: memory_corruption
FOLLOWUP_NAME: memory_corruption
DEBUG_FLR_IMAGE_TIMESTAMP: 0
MEMORY_CORRUPTOR: ONE_BIT
FAILURE_BUCKET_ID: MEMORY_CORRUPTION_ONE_BIT
BUCKET_ID: MEMORY_CORRUPTION_ONE_BIT
Followup: memory_corruption
---------