死死团
精华
|
战斗力 鹅
|
回帖 0
注册时间 2018-3-7
|
楼主 |
发表于 2021-8-22 15:46
|
显示全部楼层
Microsoft (R) Windows Debugger Version 10.0.21306.1007 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [C:\Windows\Minidump\082221-8062-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available
Symbol search path is: srv*
Executable search path is:
Windows 10 Kernel Version 16299 MP (12 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Machine Name:
Kernel base = 0xfffff801`5441e000 PsLoadedModuleList = 0xfffff801`54784fd0
Debug session time: Sun Aug 22 15:14:38.333 2021 (UTC + 8:00)
System Uptime: 0 days 0:01:52.154
Loading Kernel Symbols
..
Press ctrl-c (cdb, kd, ntsd) or ctrl-break (windbg) to abort symbol loads that take too long.
Run !sym noisy before .reload to track down problems loading symbols.
.............................................................
................................................................
................................................................
..............
Loading User Symbols
Loading unloaded module list
........
For analysis of this file, run !analyze -v
nt!KeBugCheckEx:
fffff801`545936e0 48894c2408 mov qword ptr [rsp+8],rcx ss:0018:ffffd004`e3a1b0e0=000000000000001e
9: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
KMODE_EXCEPTION_NOT_HANDLED (1e)
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.
Arguments:
Arg1: ffffffffc000001d, The exception code that was not handled
Arg2: ffff9780045a6246, The address that the exception occurred at
Arg3: ffff840250d01080, Parameter 0 of the exception
Arg4: 000000000000095c, Parameter 1 of the exception
Debugging Details:
------------------
KEY_VALUES_STRING: 1
Key : Analysis.CPU.mSec
Value: 1749
Key : Analysis.DebugAnalysisManager
Value: Create
Key : Analysis.Elapsed.mSec
Value: 1844
Key : Analysis.Init.CPU.mSec
Value: 1561
Key : Analysis.Init.Elapsed.mSec
Value: 1262030
Key : Analysis.Memory.CommitPeak.Mb
Value: 69
DUMP_FILE_ATTRIBUTES: 0x8
Kernel Generated Triage Dump
BUGCHECK_CODE: 1e
BUGCHECK_P1: ffffffffc000001d
BUGCHECK_P2: ffff9780045a6246
BUGCHECK_P3: ffff840250d01080
BUGCHECK_P4: 95c
EXCEPTION_PARAMETER1: ffff840250d01080
EXCEPTION_PARAMETER2: 000000000000095c
BLACKBOXBSD: 1 (!blackboxbsd)
CUSTOMER_CRASH_COUNT: 1
PROCESS_NAME: QQ.exe
TRAP_FRAME: ffff840200000000 -- (.trap 0xffff840200000000)
Unable to read trap frame at ffff8402`00000000
FAILED_INSTRUCTION_ADDRESS:
+0
ffff9780`045a6246 ff ???
STACK_TEXT:
ffffd004`e3a1b0d8 fffff801`545c6d3d : 00000000`0000001e ffffffff`c000001d ffff9780`045a6246 ffff8402`50d01080 : nt!KeBugCheckEx
ffffd004`e3a1b0e0 fffff801`545a680e : 00000000`00000000 fffff801`544c6749 ffff8402`00000000 ffff8402`50d4c080 : nt!KiDispatchException+0x11ec9d
ffffd004`e3a1b790 fffff801`545a0659 : 00000000`00000001 00000000`00000001 00000000`00000000 ffff8402`50d311f0 : nt!KiExceptionDispatch+0xce
ffffd004`e3a1b970 ffff9780`045a6246 : ffff8402`50d01080 00000000`12633200 00000000`00000000 ffff8402`4c851670 : nt!KiInvalidOpcodeFault+0x3d9
ffffd004`e3a1bb00 ffff8402`50d01080 : 00000000`12633200 00000000`00000000 ffff8402`4c851670 00000000`00000000 : 0xffff9780`045a6246
ffffd004`e3a1bb08 00000000`12633200 : 00000000`00000000 ffff8402`4c851670 00000000`00000000 00001f80`02010000 : 0xffff8402`50d01080
ffffd004`e3a1bb10 00000000`00000000 : ffff8402`4c851670 00000000`00000000 00001f80`02010000 00000000`0003000f : 0x12633200
SYMBOL_NAME: nt!KiDispatchException+11ec9d
MODULE_NAME: nt
IMAGE_NAME: ntkrnlmp.exe
IMAGE_VERSION: 10.0.16299.192
STACK_COMMAND: .thread ; .cxr ; kb
BUCKET_ID_FUNC_OFFSET: 11ec9d
FAILURE_BUCKET_ID: 0x1E_c000001d_BAD_IP_nt!KiDispatchException
OSPLATFORM_TYPE: x64
OSNAME: Windows 10
FAILURE_ID_HASH: {32d53838-e3d6-fa50-5106-1dd1cbc4aba1}
Followup: MachineOwner
---------
所以是ntkrnlmp.exe导致的吗 我更新下驱动试试 |
|