本帖最后由 GiBson 于 2012-6-22 11:28 编辑
- Microsoft (R) Windows Debugger Version 6.11.0001.404 AMD64
- Copyright (c) Microsoft Corporation. All rights reserved.
- Loading Dump File [C:\Users\GiBson\Desktop\061812-19078-01.dmp]
- Mini Kernel Dump File: Only registers and stack trace are available
- WARNING: Whitespace at end of path element
- Symbol search path is: srv*c:\DownstreamStore*http://msdl.microsoft.com/download/symbols
- Executable search path is:
- Windows 7 Kernel Version 7601 (Service Pack 1) MP (4 procs) Free x86 compatible
- Product: WinNt, suite: TerminalServer SingleUserTS
- Built by: 7601.17803.x86fre.win7sp1_gdr.120330-1504
- Machine Name:
- Kernel base = 0x84001000 PsLoadedModuleList = 0x8414a4d0
- Debug session time: Mon Jun 18 20:22:19.542 2012 (GMT+8)
- System Uptime: 0 days 3:41:55.087
- Loading Kernel Symbols
- ...............................................................
- ................................................................
- ..........................................
- Loading User Symbols
- Loading unloaded module list
- .........
- 2: kd> !analyze -v
- *******************************************************************************
- * *
- * Bugcheck Analysis *
- * *
- *******************************************************************************
- PAGE_FAULT_IN_NONPAGED_AREA (50)
- Invalid system memory was referenced. This cannot be protected by try-except,
- it must be protected by a Probe. Typically the address is just plain bad or it
- is pointing at freed memory.
- Arguments:
- Arg1: bdea3000, memory referenced.
- Arg2: 00000000, value 0 = read operation, 1 = write operation.
- Arg3: c480d974, If non-zero, the instruction address which referenced the bad memory
- address.
- Arg4: 00000000, (reserved)
- Debugging Details:
- ------------------
- Unable to load image \??\C:\Windows\system32\TesSafe.sys, Win32 error 0n2
- *** WARNING: Unable to verify timestamp for TesSafe.sys
- *** ERROR: Module load completed but symbols could not be loaded for TesSafe.sys
- *** WARNING: Unable to verify timestamp for Hookport.sys
- *** ERROR: Module load completed but symbols could not be loaded for Hookport.sys
- Could not read faulting driver name
- READ_ADDRESS: GetPointerFromAddress: unable to read from 8416a848
- Unable to read MiSystemVaType memory at 84149e20
- bdea3000
- FAULTING_IP:
- TesSafe+1974
- c480d974 a5 movs dword ptr es:[edi],dword ptr [esi]
- MM_INTERNAL_CODE: 0
- CUSTOMER_CRASH_COUNT: 1
- DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
- BUGCHECK_STR: 0x50
- PROCESS_NAME: crossfire.exe
- CURRENT_IRQL: 0
- TRAP_FRAME: b612f510 -- (.trap 0xffffffffb612f510)
- ErrCode = 00000000
- eax=00002180 ebx=0000000f ecx=0000c000 edx=8da12000 esi=bdea3000 edi=8951df9c
- eip=c480d974 esp=b612f584 ebp=b612f598 iopl=0 nv up ei ng nz ac po nc
- cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010292
- TesSafe+0x1974:
- c480d974 a5 movs dword ptr es:[edi],dword ptr [esi] es:0023:8951df9c=???????? ds:0023:bdea3000=????????
- Resetting default scope
- LAST_CONTROL_TRANSFER: from 84042468 to 8408f3bf
- STACK_TEXT:
- b612f4f8 84042468 00000000 bdea3000 00000000 nt!MmAccessFault+0x106
- b612f4f8 c480d974 00000000 bdea3000 00000000 nt!KiTrap0E+0xdc
- WARNING: Stack unwind information not available. Following frames may be wrong.
- b612f598 c480f76d 8951df94 8951c000 8951c000 TesSafe+0x1974
- b612f6d0 c4810ead c480d8ae 8951c000 b612fb08 TesSafe+0x376d
- b612f6e0 c4857721 8951c000 8354ea68 86958030 TesSafe+0x4ead
- b612fb08 840385be 86958030 8706ebf0 8706ebf0 TesSafe+0x4b721
- b612fb20 8422bb09 8354ea68 8706ebf0 8706ec60 nt!IofCallDriver+0x63
- b612fb40 8422ecdb 86958030 8354ea68 00000000 nt!IopSynchronousServiceTail+0x1f8
- b612fbdc 8427561b 86958030 8706ebf0 00000000 nt!IopXxxControlFile+0x6aa
- b612fc10 84d9af4f 0000126c 00000000 00000000 nt!NtDeviceIoControlFile+0x2a
- b612fd04 8403f27a 0000126c 00000000 00000000 Hookport+0x4f4f
- b612fd04 77427094 0000126c 00000000 00000000 nt!KiFastCallEntry+0x12a
- 0919fd5c 00000000 00000000 00000000 00000000 0x77427094
- STACK_COMMAND: kb
- FOLLOWUP_IP:
- TesSafe+1974
- c480d974 a5 movs dword ptr es:[edi],dword ptr [esi]
- SYMBOL_STACK_INDEX: 2
- SYMBOL_NAME: TesSafe+1974
- FOLLOWUP_NAME: MachineOwner
- MODULE_NAME: TesSafe
- IMAGE_NAME: TesSafe.sys
- DEBUG_FLR_IMAGE_TIMESTAMP: 4edd7664
- FAILURE_BUCKET_ID: 0x50_TesSafe+1974
- BUCKET_ID: 0x50_TesSafe+1974
- Followup: MachineOwner
- ---------
复制代码 进程:crossfire.exe(穿越火线)
驱动: TesSafe.sys
好像是腾讯的问题吧。。。。
|