Microsoft (R) Windows Debugger Version 6.12.0002.633 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [C:\Users\liao\Desktop\Memory.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:
Windows 7 Kernel Version 15063 MP (2 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS Personal
Machine Name:
Kernel base = 0xfffff803`64493000 PsLoadedModuleList = 0xfffff803`647e4700
Debug session time: Thu Jul 19 11:16:03.541 2018 (UTC + 8:00)
System Uptime: 0 days 10:26:18.245
Loading Kernel Symbols
...............................................................
................................................................
................................................
Loading User Symbols
Loading unloaded module list
..............
Cannot read PEB32 from WOW64 TEB32 00008157 - Win32 error 0n30
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 7A, {ffff8507d0457810, ffffffffc000000e, 15ac5f860, fffff80eef892a34}
Probably caused by : Unknown_Image ( PAGE_NOT_ZERO )
Followup: MachineOwner
---------
*** Memory manager detected 33111 instance(s) of page corruption, target is likely to have memory corruption.
1: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
KERNEL_DATA_INPAGE_ERROR (7a)
The requested page of kernel data could not be read in. Typically caused by
a bad block in the paging file or disk controller error. Also see
KERNEL_STACK_INPAGE_ERROR.
If the error status is 0xC000000E, 0xC000009C, 0xC000009D or 0xC0000185,
it means the disk subsystem has experienced a failure.
If the error status is 0xC000009A, then it means the request failed because
a filesystem failed to make forward progress.
Arguments:
Arg1: ffff8507d0457810, lock type that was held (value 1,2,3, or PTE address)
Arg2: ffffffffc000000e, error status (normally i/o status code)
Arg3: 000000015ac5f860, current process (virtual address for lock type 3, or PTE)
Arg4: fffff80eef892a34, virtual address that could not be in-paged (or PTE contents if arg1 is a PTE address)
Debugging Details:
------------------
ERROR_CODE: (NTSTATUS) 0xc000000e - <Unable to get error code text>
DISK_HARDWARE_ERROR: There was error with disk hardware
BUGCHECK_STR: 0x7a_c000000e
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
PROCESS_NAME: svchost.exe
CURRENT_IRQL: 0
BAD_PAGES_DETECTED: 8157
LAST_CONTROL_TRANSFER: from fffff803646365ae to fffff80364611100
STACK_TEXT:
ffffda81`9061bee8 fffff803`646365ae : 00000000`0000007a ffff8507`d0457810 ffffffff`c000000e 00000001`5ac5f860 : nt!KeBugCheckEx
ffffda81`9061bef0 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!MiWaitForInPageComplete+0x15b78e
STACK_COMMAND: kb
SYMBOL_NAME: PAGE_NOT_ZERO
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: Unknown_Module
IMAGE_NAME: Unknown_Image
DEBUG_FLR_IMAGE_TIMESTAMP: 0
BUCKET_ID: PAGE_NOT_ZERO
Followup: MachineOwner
---------
*** Memory manager detected 33111 instance(s) of page corruption, target is likely to have memory corruption.
我从中得知是 svchost.exe导致我电脑磁盘子系统出现问题
The requested page of kernel data could not be read in. Typically caused by
a bad block in the paging file or disk controller error. Also see
KERNEL_STACK_INPAGE_ERROR.
If the error status is 0xC000000E, 0xC000009C, 0xC000009D or 0xC0000185,
it means the disk subsystem has experienced a failure.
If the error status is 0xC000009A, then it means the request failed because
a filesystem failed to make forward progress.
这段话翻译过来:
无法读取内核数据的请求页。通常由
分页文件或磁盘控制器错误中的一个坏块。也看到
KelnIL-StaskInPaGeAgError错误。
如果错误状态为0xC000 000 e、0xC000 000 09C、0xC000 000 09D或0xC000 00 185,
这意味着磁盘子系统经历了故障。
如果错误状态为0xC000 000 09A,则意味着请求失败,因为
文件系统未能取得进展。
我经过监测硬盘一切正常。
也排除病毒。是svchost.exe这个程序崩溃导致。但我不清楚解决方法。