婆罗门
精华
|
战斗力 鹅
|
回帖 0
注册时间 2011-6-16
|
Microsoft (R) Windows Debugger Version 6.2.9200.20512 X86
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [D:\新建文件夹\新建文件夹\030814-14593-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available
Symbol search path is: D:\Dev\Release;srv*D:\Dev\Local_Symbols*http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows 8 Kernel Version 9600 MP (4 procs) Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 9600.16404.x86fre.winblue_gdr.130913-2141
Machine Name:
Kernel base = 0x81e17000 PsLoadedModuleList = 0x82010218
Debug session time: Sat Mar 8 05:25:29.875 2014 (UTC + 8:00)
System Uptime: 0 days 0:16:49.154
Loading Kernel Symbols
...............................................................
................................................................
........................................................
Loading User Symbols
Loading unloaded module list
..........
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 19, {d, a82dc9af, b3f7cf6f, eeb3f7d0}
Probably caused by : Pool_Corruption ( nt!ExFreePool+bf8 )
Followup: Pool_corruption
---------
0: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
BAD_POOL_HEADER (19)
The pool is already corrupt at the time of the current request.
This may or may not be due to the caller.
The internal pool links must be walked to figure out a possible cause of
the problem, and then special pool applied to the suspect tags or the driver
verifier to a suspect driver.
Arguments:
Arg1: 0000000d,
Arg2: a82dc9af
Arg3: b3f7cf6f
Arg4: eeb3f7d0
Debugging Details:
------------------
BUGCHECK_STR: 0x19_d
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: WIN8_DRIVER_FAULT
PROCESS_NAME: explorer.exe
CURRENT_IRQL: 1
LAST_CONTROL_TRANSFER: from 81ff49f6 to 81f175d4
STACK_TEXT:
b5b876fc 81ff49f6 00000019 0000000d a82dc9af nt!KeBugCheckEx
b5b87760 81ff2711 00000000 b6ac8c30 b6ac8c30 nt!ExFreePool+0xbf8
b5b877d8 815750b1 b6ac8c30 00000000 00000000 nt!ExFreePoolWithTag+0x701
b5b877e8 8157bffc a70d8b58 8295ca98 b5b87c58 win32k!FreeObject+0x36
b5b87abc 814e2151 a716a018 a83dab10 b5b87c58 win32k!EngAlphaBlend+0x610
b5b87d1c 81f286f7 e7010f13 00000000 00000095 win32k!NtGdiAlphaBlend+0x114c
b5b87d1c 7750f804 e7010f13 00000000 00000095 nt!KiSystemServicePostCall
WARNING: Frame IP not in any known module. Following frames may be wrong.
067ded1c 00000000 00000000 00000000 00000000 0x7750f804
STACK_COMMAND: kb
FOLLOWUP_IP:
nt!ExFreePool+bf8
81ff49f6 cc int 3
SYMBOL_STACK_INDEX: 1
SYMBOL_NAME: nt!ExFreePool+bf8
FOLLOWUP_NAME: Pool_corruption
IMAGE_NAME: Pool_Corruption
DEBUG_FLR_IMAGE_TIMESTAMP: 0
MODULE_NAME: Pool_Corruption
BUCKET_ID_FUNC_OFFSET: bf8
FAILURE_BUCKET_ID: 0x19_d_nt!ExFreePool
BUCKET_ID: 0x19_d_nt!ExFreePool
Followup: Pool_corruption
---------
内存问题?或者哪个驱动出错了?把显卡驱动卸掉试试? |
|