赤色彗星SE 发表于 2011-2-25 10:29

有人帮看下windbg结果么

1: kd> !analyze -v
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

UNEXPECTED_KERNEL_MODE_TRAP_M (1000007f)
This means a trap occurred in kernel mode, and it's a trap of a kind
that the kernel isn't allowed to have/catch (bound trap) or that
is always instant death (double fault).  The first number in the
bugcheck params is the number of the trap (8 = double fault, etc)
Consult an Intel x86 family manual to learn more about what these
traps are. Here is a *portion* of those codes:
If kv shows a taskGate
        use .tss on the part before the colon, then kv.
Else if kv shows a trapframe
        use .trap on that value
Else
        .trap on the appropriate frame will show where the trap was taken
        (on x86, this will be the ebp that goes with the procedure KiTrap)
Endif
kb will then show the corrected stack.
Arguments:
Arg1: 0000000d, EXCEPTION_GP_FAULT
Arg2: 00000000
Arg3: 00000000
Arg4: 00000000

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


BUGCHECK_STR:  0x7f_d

CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT

PROCESS_NAME:  audiodg.exe

CURRENT_IRQL:  0

LAST_CONTROL_TRANSFER:  from 73c47a89 to 8409b347

STACK_TEXT:  
8f117d34 73c47a89 badb0d00 00000000 00000000 nt!KiTrap07+0xcf
WARNING: Frame IP not in any known module. Following frames may be wrong.
00d3fea4 b4678f10 00000003 00000000 01250240 0x73c47a89
00d3fed8 73c47a2c 00d3ff60 00000000 00000000 0xb4678f10
00d3ff18 73c47931 00d3ff60 00000000 00000000 0x73c47a2c
00d3ff84 77911194 01250240 00d3ffd0 77adb495 0x73c47931
00d3ff90 77adb495 01250240 7766b5ff 00000000 0x77911194
00d3ffd0 77adb468 73c47778 01250240 00000000 0x77adb495
00d3ffe8 00000000 73c47778 01250240 00000000 0x77adb468


STACK_COMMAND:  kb

FOLLOWUP_IP:
nt!KiTrap07+cf
8409b347 0fae29          xrstor  

SYMBOL_STACK_INDEX:  0

SYMBOL_NAME:  nt!KiTrap07+cf

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: nt

IMAGE_NAME:  ntkrpamp.exe

DEBUG_FLR_IMAGE_TIMESTAMP:  4c1c3fac

FAILURE_BUCKET_ID:  0x7f_d_nt!KiTrap07+cf

BUCKET_ID:  0x7f_d_nt!KiTrap07+cf

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

- -额ntkrpamp.exe?

赤色彗星SE 发表于 2011-2-25 10:34

UNEXPECTED_KERNEL_MODE_TRAP_M (1000007f)
This means a trap occurred in kernel mode, and it's a trap of a kind
that the kernel isn't allowed to have/catch (bound trap) or that
is always instant death (double fault).The first number in the
bugcheck params is the number of the trap (8 = double fault, etc)
Consult an Intel x86 family manual to learn more about what these
traps are. Here is a *portion* of those codes:
If kv shows a taskGate
      use .tss on the part before the colon, then kv.
Else if kv shows a trapframe
      use .trap on that value
Else
      .trap on the appropriate frame will show where the trap was taken
      (on x86, this will be the ebp that goes with the procedure KiTrap)
Endif
kb will then show the corrected stack.
Arguments:
Arg1: 0000000a, EXCEPTION_INVALID_TSS
Arg2: 00000000
Arg3: 00000000
Arg4: 00000000

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


BUGCHECK_STR:0x7f_a

CUSTOMER_CRASH_COUNT:1

DEFAULT_BUCKET_ID:VISTA_DRIVER_FAULT

PROCESS_NAME:War3.exe

CURRENT_IRQL:0

LAST_CONTROL_TRANSFER:from 1a2f0088 to 6f34970c

STACK_TEXT:
WARNING: Frame IP not in any known module. Following frames may be wrong.
0012f864 1a2f0088 6fae54fc 00000000 00000000 0x6f34970c
0012f868 6fae54fc 00000000 00000000 1a2f0304 0x1a2f0088
0012f86c 00000000 00000000 1a2f0304 3e0d70a4 0x6fae54fc


STACK_COMMAND:kb

SYMBOL_NAME:ANALYSIS_INCONCLUSIVE

FOLLOWUP_NAME:MachineOwner

MODULE_NAME: Unknown_Module

IMAGE_NAME:Unknown_Image

DEBUG_FLR_IMAGE_TIMESTAMP:0

BUCKET_ID:INVALID_KERNEL_CONTEXT

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



还有个

赤色彗星SE 发表于 2011-2-25 10:59

日 下错Symbols,重新下个才行
页: [1]
查看完整版本: 有人帮看下windbg结果么