首页
社区
课程
招聘
[求助]求分析思路
发表于: 2014-5-3 12:23 4627

[求助]求分析思路

2014-5-3 12:23
4627
菜鸟首次提问 望大鸟们支持  小弟在此谢过

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

Unknown bugcheck code (0)
Unknown bugcheck description
Arguments:
Arg1: 00000000
Arg2: 00000000
Arg3: 00000000
Arg4: 00000000

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

PROCESS_NAME:  System

FAULTING_IP:
nt!RtlpBreakWithStatusInstruction+0
80528bdc cc              int     3

EXCEPTION_RECORD:  ffffffff -- (.exr 0xffffffffffffffff)
ExceptionAddress: 80528bdc (nt!RtlpBreakWithStatusInstruction)
   ExceptionCode: 80000003 (Break instruction exception)
  ExceptionFlags: 00000000
NumberParameters: 3
   Parameter[0]: 00000000
   Parameter[1]: 8054bd4c
   Parameter[2]: 000003f8

ERROR_CODE: (NTSTATUS) 0x80000003 - {

EXCEPTION_CODE: (NTSTATUS) 0x80000003 (2147483651) - {

EXCEPTION_PARAMETER1:  00000000

EXCEPTION_PARAMETER2:  8054bd4c

EXCEPTION_PARAMETER3:  000003f8

DEFAULT_BUCKET_ID:  DRIVER_FAULT

BUGCHECK_STR:  0x0

STACK_TEXT:  
b24eec88 8054209d 00000001 00000002 000000d1 nt!RtlpBreakWithStatusInstruction
b24eec88 8054298b 00000001 00000002 000000d1 nt!KeUpdateSystemTime+0x165
b24eed14 80542812 b24eed6c 81a8e688 ffdff120 nt!SwapContext+0xab
b24eed28 80501cd6 00000000 81a8e688 804faae2 nt!KiSwapContext+0x2e
b24eed34 804faae2 00000000 818af3d0 818af488 nt!KiSwapThread+0x46
b24eed6c b185c2ca 00000001 b24eeda0 00000001 nt!KeWaitForMultipleObjects+0x284
b24eedac 805c7160 818af3d0 00000000 00000000 kmixer!MxPrivateWorkerThread+0xda
b24eeddc 80542dd2 b185c1f0 818af3d0 00000000 nt!PspSystemThreadStartup+0x34
00000000 00000000 00000000 00000000 00000000 nt!KiThreadStartup+0x16

STACK_COMMAND:  kb

FOLLOWUP_IP:
nt!RtlpBreakWithStatusInstruction+0
80528bdc cc              int     3

SYMBOL_STACK_INDEX:  0

SYMBOL_NAME:  nt!RtlpBreakWithStatusInstruction+0

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: nt

IMAGE_NAME:  ntkrnlpa.exe

DEBUG_FLR_IMAGE_TIMESTAMP:  4802516a

BUCKET_ID:  MANUAL_BREAKIN

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

[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)

收藏
免费 0
支持
分享
最新回复 (4)
雪    币: 209
活跃值: (808)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
导致蓝屏的原因:
Bugcheck Analysis下面第一行

FAULTING_IP:
导致蓝屏的文件!函数+偏移 [源文件 @ 代码行号]
反汇编地址 机器码 汇编码

STACK_TEXT:
蓝屏时调用的函数

FAULTING_SOURCE_CODE:
导致蓝屏的具体代码及行号,前面有个 >
2014-5-3 16:18
0
雪    币: 209
活跃值: (808)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
nt!RtlpBreakWithStatusInstruction+0
80528bdc cc              int     3
2014-5-3 16:20
0
雪    币: 19
活跃值: (1086)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
int 3.........
2014-5-3 18:15
0
雪    币: 326
活跃值: (56)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
5
还是资源锁的问题。
2014-5-4 16:57
0
游客
登录 | 注册 方可回帖
返回
//