閱讀865 返回首頁    go 微軟 go windows


請問Win7係統0x0000001E是什麼問題呢?

*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 1E, {0, 0, 0, 0}

Probably caused by : hardware ( nt!KiKernelCalloutExceptionHandler+e )

Followup: MachineOwner
---------

0: 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: 0000000000000000, The exception code that was not handled
Arg2: 0000000000000000, The address that the exception occurred at
Arg3: 0000000000000000, Parameter 0 of the exception
Arg4: 0000000000000000, Parameter 1 of the exception

Debugging Details:
------------------


EXCEPTION_CODE: (Win32) 0 (0) - <Unable to get error code text>

FAULTING_IP:
+645a952f049bd96c
00000000`00000000 ??              ???

EXCEPTION_PARAMETER1:  0000000000000000

EXCEPTION_PARAMETER2:  0000000000000000

CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT

BUGCHECK_STR:  0x1E

PROCESS_NAME:  System

CURRENT_IRQL:  2

EXCEPTION_RECORD:  fffff80000b9a1e8 -- (.exr 0xfffff80000b9a1e8)
ExceptionAddress: fffff80004479d6e (nt!KiTimerWaitTest+0x000000000000008e)
   ExceptionCode: c000001d (Illegal instruction)
  ExceptionFlags: 00000000
NumberParameters: 0

TRAP_FRAME:  fffff80000b9a290 -- (.trap 0xfffff80000b9a290)
NOTE: The trap frame does not contain all registers.
Some register values may be zeroed or incorrect.
rax=fffffa800d159901 rbx=0000000000000000 rcx=000000000d038103
rdx=fffffa800d038198 rsi=0000000000000000 rdi=0000000000000000
rip=fffff80004479d6e rsp=fffff80000b9a420 rbp=fffffa800cfa2778
 r8=0000000000000001  r9=0000000000000000 r10=fffff800045f0e80
r11=0000000000000000 r12=0000000000000000 r13=0000000000000000
r14=0000000000000000 r15=0000000000000000
iopl=0         nv up ei pl nz na po nc
nt!KiTimerWaitTest+0x8e:
fffff800`04479d6e 642450          and     al,50h
Resetting default scope

MISALIGNED_IP:
nt!KiTimerWaitTest+8e
fffff800`04479d6e 642450          and     al,50h

LAST_CONTROL_TRANSFER:  from fffff80004468ebe to fffff80004471490

STACK_TEXT:  
fffff800`00b992c8 fffff800`04468ebe : fffffa80`00000074 fffffa80`0e6a8f01 fffff800`00b99a40 fffff800`0449d860 : nt!KeBugCheck
fffff800`00b992d0 fffff800`0449d52d : fffff800`04684da4 fffff800`045c27e4 fffff800`04402000 fffff800`00b9a1e8 : nt!KiKernelCalloutExceptionHandler+0xe
fffff800`00b99300 fffff800`0449c305 : fffff800`045c5bc4 fffff800`00b99378 fffff800`00b9a1e8 fffff800`04402000 : nt!RtlpExecuteHandlerForException+0xd
fffff800`00b99330 fffff800`044ad845 : fffff800`00b9a1e8 fffff800`00b99a40 fffff800`00000000 fffffa80`0cfa2770 : nt!RtlDispatchException+0x415
fffff800`00b99a10 fffff800`04470b42 : fffff800`00b9a1e8 fffffa80`0cfa2778 fffff800`00b9a290 00000000`00000000 : nt!KiDispatchException+0x135
fffff800`00b9a0b0 fffff800`0446ec9f : fffff800`00b9a290 00000000`a0000002 fffffa80`0f4e3500 fffff800`00000000 : nt!KiExceptionDispatch+0xc2
fffff800`00b9a290 fffff800`04479d6e : fffffa80`0cfa2778 fffffa80`0cfa2778 00000000`00000000 fffffa80`0cfa2770 : nt!KiInvalidOpcodeFault+0x11f
fffff800`00b9a420 fffff800`0447cc8d : fffffa80`0cfa2770 fffffa80`0f4a71b0 fffffa80`0f4a71b0 00000000`00000007 : nt!KiTimerWaitTest+0x8e
fffff800`00b9a4a0 fffff800`0447cbce : 00000018`6fb2d834 fffff800`00b9ab18 00000000`000a4404 fffff800`045f3308 : nt!KiProcessExpiredTimerList+0x6d
fffff800`00b9aaf0 fffff800`0447c9b7 : 00000008`1de156c4 00000008`000a4404 00000008`1de15641 00000000`00000004 : nt!KiTimerExpiration+0x1be
fffff800`00b9ab90 fffff800`044691ca : fffff800`045f0e80 fffff800`045fecc0 00000000`00000001 fffff880`00000000 : nt!KiRetireDpcList+0x277
fffff800`00b9ac40 00000000`00000000 : fffff800`00b9b000 fffff800`00b95000 fffff800`00b9ac00 00000000`00000000 : nt!KiIdleLoop+0x5a


STACK_COMMAND:  kb

FOLLOWUP_IP:
nt!KiKernelCalloutExceptionHandler+e
fffff800`04468ebe 90              nop

SYMBOL_STACK_INDEX:  1

SYMBOL_NAME:  nt!KiKernelCalloutExceptionHandler+e

FOLLOWUP_NAME:  MachineOwner

IMAGE_NAME:  hardware

DEBUG_FLR_IMAGE_TIMESTAMP:  0

MODULE_NAME: hardware

FAILURE_BUCKET_ID:  X64_IP_MISALIGNED

BUCKET_ID:  X64_IP_MISALIGNED

Followup: MachineOwner
---------

0: kd> lmvm hardware
start             end                 module name
0: kd> .trap 0xfffff80000b9a290
NOTE: The trap frame does not contain all registers.
Some register values may be zeroed or incorrect.
rax=fffffa800d159901 rbx=0000000000000000 rcx=000000000d038103
rdx=fffffa800d038198 rsi=0000000000000000 rdi=0000000000000000
rip=fffff80004479d6e rsp=fffff80000b9a420 rbp=fffffa800cfa2778
 r8=0000000000000001  r9=0000000000000000 r10=fffff800045f0e80
r11=0000000000000000 r12=0000000000000000 r13=0000000000000000
r14=0000000000000000 r15=0000000000000000
iopl=0         nv up ei pl nz na po nc
nt!KiTimerWaitTest+0x8e:
fffff800`04479d6e 642450          and     al,50h
0: kd> .exr 0xfffff80000b9a1e8
ExceptionAddress: fffff80004479d6e (nt!KiTimerWaitTest+0x000000000000008e)
   ExceptionCode: c000001d (Illegal instruction)
  ExceptionFlags: 00000000
NumberParameters: 0

這是藍屏文件記錄,請問是有什麼問題?



最後更新:2017-06-02 02:01:10

  上一篇:go 無法打開此安裝程序包。請確認該程序包存在的....Windows Installer程序包。
  下一篇:go win10 創意者更新前 我本身修改注冊表設置cmd默認以管理員身份運行 更新完全失效