KERNEL_MODE_EXCEPTION_NOT_HANDLED_M (1000008e)
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.
Some common problems are exception code 0x80000003.  This means a hard
coded breakpoint or assertion was hit, but this system was booted
/NODEBUG.  This is not supposed to happen as developers should never have
hardcoded breakpoints in retail code, but ...
If this happens, make sure a debugger gets connected, and the
system is booted /DEBUG.  This will let us see why this breakpoint is
happening.
Arguments:
Arg1: c0000005, The exception code that was not handled
Arg2: 80856b27, The address that the exception occurred at
Arg3: b63c2c24, Trap Frame
Arg4: 00000000Debugging Details:
------------------
EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - "0x%08lx"FAULTING_IP: 
nt!RtlInitUnicodeString+1b
80856b27 f266af          repne scas word ptr es:[edi]TRAP_FRAME:  b63c2c24 -- (.trap 0xffffffffb63c2c24)
ErrCode = 00000000
eax=00000000 ebx=88247520 ecx=fffff862 edx=b63c2ccc esi=0bae5068 edi=0bae6000
eip=80856b27 esp=b63c2c98 ebp=b63c2ce8 iopl=0         nv up ei pl zr na pe nc
cs=0008  ss=0010  ds=0023  es=0023  fs=0030  gs=0000             efl=00010246
nt!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+0x1b
b63c2cf8 808a777e b63c2d64 07f7e57c 808a1d26 nt!IopfCallDriver+0x31
b63c2d0c 808a1d83 885f6aa8 88247520 883bd3e8 nt!IopSynchronousServiceTail+0x60
b63c2d30 808699ac 00000b6c 00000000 00000000 nt!NtQueryDirectoryFile+0x5d
b63c2d30 7c92eb94 00000b6c 00000000 00000000 nt!KiFastCallEntry+0xfc
WARNING: Frame IP not in any known module. Following frames may be wrong.
07f7e5c4 00000000 00000000 00000000 00000000 0x7c92eb94
STACK_COMMAND:  kbFOLLOWUP_IP: 
nt!IopSynchronousServiceTail+60
808a777e 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 是世界之窗浏览器的进程,我打开很多网页,然后不断右键刷新,过一会就蓝了,

解决方案 »

  1.   

    是这个浏览器的漏洞还是怎么回事???
    如果是操作系统的BUG,可以到微软去领奖不?
      

  2.   

    LS说的都是废话...  不是BUG会蓝屏....
      

  3.   

    当然  LZ也可以认为LS(也就是我)说的也是废话  
      

  4.   

    有调用堆栈   自己慢慢调吧  
    我还没用过蓝屏的Dump  帮不了LZ  
      

  5.   

    找个相似的http://forum.sysinternals.com/printer_friendly_posts.asp?TID=9630但是没怎么看明白!
      

  6.   

    真佩服哪些用WinDbg调试蓝屏并找出问题的人, 一直还没有到这个能力。