读书人

又见蓝屏!解决思路

发布时间: 2014-05-12 16:29:26 作者: rapoo

又见蓝屏!!

C/C++ code
KERNEL_MODE_EXCEPTION_NOT_HANDLED_M (1000008e)This is a very common bugcheck.  Usually the exception address pinpointsthe driver/function that caused the problem.  Always note this addressas well as the link date of the driver/image that contains this address.Some common problems are exception code 0x80000003.  This means a hardcoded breakpoint or assertion was hit, but this system was booted/NODEBUG.  This is not supposed to happen as developers should never havehardcoded breakpoints in retail code, but ...If this happens, make sure a debugger gets connected, and thesystem is booted /DEBUG.  This will let us see why this breakpoint ishappening.Arguments:Arg1: c0000005, The exception code that was not handledArg2: 80856b27, The address that the exception occurred atArg3: b63c2c24, Trap FrameArg4: 00000000Debugging Details:------------------EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - "0x%08lx"FAULTING_IP: nt!RtlInitUnicodeString+1b80856b27 f266af          repne scas word ptr es:[edi]TRAP_FRAME:  b63c2c24 -- (.trap 0xffffffffb63c2c24)ErrCode = 00000000eax=00000000 ebx=88247520 ecx=fffff862 edx=b63c2ccc esi=0bae5068 edi=0bae6000eip=80856b27 esp=b63c2c98 ebp=b63c2ce8 iopl=0         nv up ei pl zr na pe nccs=0008  ss=0010  ds=0023  es=0023  fs=0030  gs=0000             efl=00010246nt!RtlInitUnicodeString+0x1b:80856b27 f266af          repne scas word ptr es:[edi]Resetting default scopeCUSTOMER_CRASH_COUNT:  5DEFAULT_BUCKET_ID:  COMMON_SYSTEM_FAULTBUGCHECK_STR:  0x8EPROCESS_NAME:  TheWorld.exeLAST_CONTROL_TRANSFER:  from 80818163 to 80856b27STACK_TEXT:  b63c2ce8 80818163 00000000 00000068 80a0d410 nt!RtlInitUnicodeString+0x1bb63c2cf8 808a777e b63c2d64 07f7e57c 808a1d26 nt!IopfCallDriver+0x31b63c2d0c 808a1d83 885f6aa8 88247520 883bd3e8 nt!IopSynchronousServiceTail+0x60b63c2d30 808699ac 00000b6c 00000000 00000000 nt!NtQueryDirectoryFile+0x5db63c2d30 7c92eb94 00000b6c 00000000 00000000 nt!KiFastCallEntry+0xfcWARNING: Frame IP not in any known module. Following frames may be wrong.07f7e5c4 00000000 00000000 00000000 00000000 0x7c92eb94STACK_COMMAND:  kbFOLLOWUP_IP: nt!IopSynchronousServiceTail+60808a777e 807d1400        cmp     byte ptr [ebp+14h],0SYMBOL_STACK_INDEX:  2SYMBOL_NAME:  nt!IopSynchronousServiceTail+60FOLLOWUP_NAME:  MachineOwnerMODULE_NAME: ntIMAGE_NAME:  ntkrpamp.exeDEBUG_FLR_IMAGE_TIMESTAMP:  45e5484aFAILURE_BUCKET_ID:  0x8E_nt!IopSynchronousServiceTail+60BUCKET_ID:  0x8E_nt!IopSynchronousServiceTail+60Followup: MachineOwner---------

TheWorld.exe 是世界之窗浏览器的进程,我打开很多网页,然后不断右键刷新,过一会就蓝了,


[解决办法]
蓝瓶的,好喝的......
[解决办法]
高难度问题, 友情帮顶, 关注中
[解决办法]
探讨
引用:
是这个浏览器的漏洞还是怎么回事???
如果是操作系统的BUG,可以到微软去领奖不?

应该不是,装了我的驱动就会了!

[解决办法]
LS说的都是废话... 不是BUG会蓝屏....
[解决办法]
没具体用过 不懂
关注 学习
[解决办法]
不懂,帮你顶下
[解决办法]
你写的什么驱动?
[解决办法]
关注~~~

读书人网 >VC/MFC

热点推荐