查看: 2529|回复: 14
收起左侧

[系统] 半个多小时一次蓝屏.求高手来指教啊!!

[复制链接]
wu7532147
发表于 2013-7-14 17:38:03 | 显示全部楼层 |阅读模式
机子的显卡烧了,换了坏显卡,重装系统以后。。我就快哭了。。。半小时一次啊,有木有

3个蓝屏错误

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

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: c000001d, The exception code that was not handled
Arg2: 804fb15e, The address that the exception occurred at
Arg3: 80552218, Trap Frame
Arg4: 00000000

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

***** Kernel symbols are WRONG. Please fix symbols to do analysis.

*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: nt!_KPRCB                                     ***
***                                                                   ***
*************************************************************************
*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: nt!_KPRCB                                     ***
***                                                                   ***
*************************************************************************
*********************************************************************
* Symbols can not be loaded because symbol path is not initialized. *
*                                                                   *
* The Symbol Path can be set by:                                    *
*   using the _NT_SYMBOL_PATH environment variable.                 *
*   using the -y <symbol_path> argument when starting the debugger. *
*   using .sympath and .sympath+                                    *
*********************************************************************
*********************************************************************
* Symbols can not be loaded because symbol path is not initialized. *
*                                                                   *
* The Symbol Path can be set by:                                    *
*   using the _NT_SYMBOL_PATH environment variable.                 *
*   using the -y <symbol_path> argument when starting the debugger. *
*   using .sympath and .sympath+                                    *
*********************************************************************

ADDITIONAL_DEBUG_TEXT:  
Use '!findthebuild' command to search for the target build information.
If the build information is available, run '!findthebuild -s ; .reload' to set symbol path and load symbols.

MODULE_NAME: TDI

FAULTING_MODULE: 804d8000 nt

DEBUG_FLR_IMAGE_TIMESTAMP:  48025834

EXCEPTION_CODE: (NTSTATUS) 0xc000001d - {

FAULTING_IP:
nt+2315e
804fb15e ff7510          push    dword ptr [ebp+10h]

TRAP_FRAME:  80552218 -- (.trap 0xffffffff80552218)
ErrCode = 00000000
eax=88ff86a8 ebx=00000000 ecx=ffb3b4c0 edx=ffffffff esi=88ff8688 edi=b84203f0
eip=804fb15e esp=8055228c ebp=80552294 iopl=0         nv up ei ng nz na po nc
cs=0008  ss=0010  ds=0023  es=0023  fs=0030  gs=0000             efl=00010282
nt+0x2315e:
804fb15e ff7510          push    dword ptr [ebp+10h]  ss:0010:805522a4=ffffffff
Resetting default scope

CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  DRIVER_FAULT

BUGCHECK_STR:  0x8E

LAST_CONTROL_TRANSFER:  from b8420558 to 804fb15e

FAILED_INSTRUCTION_ADDRESS:
nt+2315e
804fb15e ff7510          push    dword ptr [ebp+10h]

STACK_TEXT:  
WARNING: Stack unwind information not available. Following frames may be wrong.
80552294 b8420558 88ff86a8 ffb3b4c0 ffffffff nt+0x2315e
805522b0 b41fcaa6 88ff8678 000001f4 b41fca65 TDI+0x558
805522d0 b84203ff 88ff8678 00000000 805523fc tcpip+0xaa6
805522e0 8050320f 88ff8688 88ff8678 39e71384 TDI+0x3ff
805523fc 8050332b 8055d0c0 ffdff9c0 ffdff000 nt+0x2b20f
80552428 80546eef 8055d4c0 00000000 00007088 nt+0x2b32b
8055242c 8055d4c0 00000000 00007088 00000000 nt+0x6eeef
80552430 00000000 00007088 00000000 8055d0c0 nt+0x854c0


STACK_COMMAND:  kb

FOLLOWUP_IP:
TDI+558
b8420558 33c0            xor     eax,eax

SYMBOL_STACK_INDEX:  1

SYMBOL_NAME:  TDI+558

FOLLOWUP_NAME:  MachineOwner

IMAGE_NAME:  TDI.SYS

BUCKET_ID:  WRONG_SYMBOLS

Followup: MachineOwner
---------
wu7532147
 楼主| 发表于 2013-7-14 17:38:58 | 显示全部楼层
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 1000008E, {c000001d, 804fb15e, 80552238, 0}

***** Kernel symbols are WRONG. Please fix symbols to do analysis.

*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: nt!_KPRCB                                     ***
***                                                                   ***
*************************************************************************
*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: nt!_KPRCB                                     ***
***                                                                   ***
*************************************************************************
*********************************************************************
* Symbols can not be loaded because symbol path is not initialized. *
*                                                                   *
* The Symbol Path can be set by:                                    *
*   using the _NT_SYMBOL_PATH environment variable.                 *
*   using the -y <symbol_path> argument when starting the debugger. *
*   using .sympath and .sympath+                                    *
*********************************************************************
*********************************************************************
* Symbols can not be loaded because symbol path is not initialized. *
*                                                                   *
* The Symbol Path can be set by:                                    *
*   using the _NT_SYMBOL_PATH environment variable.                 *
*   using the -y <symbol_path> argument when starting the debugger. *
*   using .sympath and .sympath+                                    *
*********************************************************************
Probably caused by : USBPORT.SYS ( USBPORT+58e9 )

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

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

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: c000001d, The exception code that was not handled
Arg2: 804fb15e, The address that the exception occurred at
Arg3: 80552238, Trap Frame
Arg4: 00000000

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

***** Kernel symbols are WRONG. Please fix symbols to do analysis.

*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: nt!_KPRCB                                     ***
***                                                                   ***
*************************************************************************
*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: nt!_KPRCB                                     ***
***                                                                   ***
*************************************************************************
*********************************************************************
* Symbols can not be loaded because symbol path is not initialized. *
*                                                                   *
* The Symbol Path can be set by:                                    *
*   using the _NT_SYMBOL_PATH environment variable.                 *
*   using the -y <symbol_path> argument when starting the debugger. *
*   using .sympath and .sympath+                                    *
*********************************************************************
*********************************************************************
* Symbols can not be loaded because symbol path is not initialized. *
*                                                                   *
* The Symbol Path can be set by:                                    *
*   using the _NT_SYMBOL_PATH environment variable.                 *
*   using the -y <symbol_path> argument when starting the debugger. *
*   using .sympath and .sympath+                                    *
*********************************************************************

ADDITIONAL_DEBUG_TEXT:  
Use '!findthebuild' command to search for the target build information.
If the build information is available, run '!findthebuild -s ; .reload' to set symbol path and load symbols.

MODULE_NAME: USBPORT

FAULTING_MODULE: 804d8000 nt

DEBUG_FLR_IMAGE_TIMESTAMP:  480254ce

EXCEPTION_CODE: (NTSTATUS) 0xc000001d - {

FAULTING_IP:
nt+2315e
804fb15e ff7510          push    dword ptr [ebp+10h]

TRAP_FRAME:  80552238 -- (.trap 0xffffffff80552238)
ErrCode = 00000000
eax=ffb15267 ebx=806e8801 ecx=8a0d770c edx=ffffffff esi=8a0d7730 edi=8a0d73b0
eip=804fb15e esp=805522ac ebp=805522b4 iopl=0         nv up ei ng nz na pe nc
cs=0008  ss=0010  ds=0023  es=0023  fs=0030  gs=0000             efl=00010286
nt+0x2315e:
804fb15e ff7510          push    dword ptr [ebp+10h]  ss:0010:805522c4=ffffffff
Resetting default scope

CUSTOMER_CRASH_COUNT:  2

DEFAULT_BUCKET_ID:  DRIVER_FAULT

BUGCHECK_STR:  0x8E

LAST_CONTROL_TRANSFER:  from b799d8e9 to 804fb15e

FAILED_INSTRUCTION_ADDRESS:
nt+2315e
804fb15e ff7510          push    dword ptr [ebp+10h]

STACK_TEXT:  
WARNING: Stack unwind information not available. Following frames may be wrong.
805522b4 b799d8e9 8a0d7730 ffb15267 ffffffff nt+0x2315e
805522e0 8050320f 8a0d770c 8a0d7028 32391efa USBPORT+0x58e9
805523fc 8050332b 8055d0c0 ffdff9c0 ffdff000 nt+0x2b20f
80552428 80546eef 8055d4c0 00000000 0000cace nt+0x2b32b
8055242c 8055d4c0 00000000 0000cace 00000000 nt+0x6eeef
80552430 00000000 0000cace 00000000 8055d0c0 nt+0x854c0


STACK_COMMAND:  kb

FOLLOWUP_IP:
USBPORT+58e9
b799d8e9 ??              ???

SYMBOL_STACK_INDEX:  1

SYMBOL_NAME:  USBPORT+58e9

FOLLOWUP_NAME:  MachineOwner

IMAGE_NAME:  USBPORT.SYS

BUCKET_ID:  WRONG_SYMBOLS

Followup: MachineOwner
---------
wu7532147
 楼主| 发表于 2013-7-14 17:39:38 | 显示全部楼层
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

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: c000001d, The exception code that was not handled
Arg2: 804fb15e, The address that the exception occurred at
Arg3: b3d9fa28, Trap Frame
Arg4: 00000000

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

***** Kernel symbols are WRONG. Please fix symbols to do analysis.

*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: nt!_KPRCB                                     ***
***                                                                   ***
*************************************************************************
*************************************************************************
***                                                                   ***
***                                                                   ***
***    Your debugger is not using the correct symbols                 ***
***                                                                   ***
***    In order for this command to work properly, your symbol path   ***
***    must point to .pdb files that have full type information.      ***
***                                                                   ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                   ***
***    Type referenced: nt!_KPRCB                                     ***
***                                                                   ***
*************************************************************************
*********************************************************************
* Symbols can not be loaded because symbol path is not initialized. *
*                                                                   *
* The Symbol Path can be set by:                                    *
*   using the _NT_SYMBOL_PATH environment variable.                 *
*   using the -y <symbol_path> argument when starting the debugger. *
*   using .sympath and .sympath+                                    *
*********************************************************************
*********************************************************************
* Symbols can not be loaded because symbol path is not initialized. *
*                                                                   *
* The Symbol Path can be set by:                                    *
*   using the _NT_SYMBOL_PATH environment variable.                 *
*   using the -y <symbol_path> argument when starting the debugger. *
*   using .sympath and .sympath+                                    *
*********************************************************************

ADDITIONAL_DEBUG_TEXT:  
Use '!findthebuild' command to search for the target build information.
If the build information is available, run '!findthebuild -s ; .reload' to set symbol path and load symbols.

MODULE_NAME: win32k

FAULTING_MODULE: 804d8000 nt

DEBUG_FLR_IMAGE_TIMESTAMP:  4d6f9740

EXCEPTION_CODE: (NTSTATUS) 0xc000001d - {

FAULTING_IP:
nt+2315e
804fb15e ff7510          push    dword ptr [ebp+10h]

TRAP_FRAME:  b3d9fa28 -- (.trap 0xffffffffb3d9fa28)
ErrCode = 00000000
eax=fffd40e0 ebx=00000012 ecx=ffffd8f0 edx=ffffffff esi=00000000 edi=00000010
eip=804fb15e esp=b3d9fa9c ebp=b3d9faa4 iopl=0         nv up ei ng nz na pe nc
cs=0008  ss=0010  ds=0023  es=0023  fs=0030  gs=0000             efl=00010286
nt+0x2315e:
804fb15e ff7510          push    dword ptr [ebp+10h]  ss:0010:b3d9fab4=ffffffff
Resetting default scope

CUSTOMER_CRASH_COUNT:  3

DEFAULT_BUCKET_ID:  DRIVER_FAULT

BUGCHECK_STR:  0x8E

LAST_CONTROL_TRANSFER:  from bf801234 to 804fb15e

FAILED_INSTRUCTION_ADDRESS:
nt+2315e
804fb15e ff7510          push    dword ptr [ebp+10h]

STACK_TEXT:  
WARNING: Stack unwind information not available. Following frames may be wrong.
b3d9faa4 bf801234 894256d8 fffd40e0 ffffffff nt+0x2315e
b3d9fad4 bf89c2d0 00000022 0074fff4 bf8010ba win32k+0x1234
b3d9fd30 bf87e586 b3daf490 00000002 b3d9fd54 win32k+0x9c2d0
b3d9fd40 bf8010dd b3daf490 b3d9fd64 0074fff4 win32k+0x7e586
b3d9fd54 8054267c 00000000 00000022 00000000 win32k+0x10dd
b3d9fd64 7c92e514 badb0d00 0074ffec 00000000 nt+0x6a67c
00000000 00000000 00000000 00000000 00000000 0x7c92e514


STACK_COMMAND:  kb

FOLLOWUP_IP:
win32k+1234
bf801234 ??              ???

SYMBOL_STACK_INDEX:  1

SYMBOL_NAME:  win32k+1234

FOLLOWUP_NAME:  MachineOwner

IMAGE_NAME:  win32k.sys

BUCKET_ID:  WRONG_SYMBOLS

Followup: MachineOwner
---------
wu7532147
 楼主| 发表于 2013-7-14 17:39:56 | 显示全部楼层
后面几次基本都是win32k的报错
wu7532147
 楼主| 发表于 2013-7-14 17:42:16 | 显示全部楼层
求大神啊
  不知为啥不能发附件啊。。。。
wyj915752168
发表于 2013-7-14 19:10:48 | 显示全部楼层
wu7532147 发表于 2013-7-14 17:42
求大神啊
  不知为啥不能发附件啊。。。。

可以发附件的吧,实在不行上传到百度网盘
还有  连占5楼你是想被扣分啊。。。
此外,先看看换了显卡后驱动有没有装
yunzl
发表于 2013-7-14 21:19:11 | 显示全部楼层
你可以试试机翻,大致可以了解下什么情况吧
wu7532147
 楼主| 发表于 2013-7-14 23:06:45 | 显示全部楼层
wyj915752168 发表于 2013-7-14 19:10
可以发附件的吧,实在不行上传到百度网盘
还有  连占5楼你是想被扣分啊。。。
此外,先看看换了显卡后驱 ...

不好意思啊~~~但是显卡驱动都是最早装的啊
wu7532147
 楼主| 发表于 2013-7-14 23:07:02 | 显示全部楼层
yunzl 发表于 2013-7-14 21:19
你可以试试机翻,大致可以了解下什么情况吧

机翻?怎么做?
yunzl
发表于 2013-7-14 23:09:06 | 显示全部楼层
wu7532147 发表于 2013-7-14 23:07
机翻?怎么做?

翻译机喵~~~
您需要登录后才可以回帖 登录 | 快速注册

本版积分规则

手机版|杀毒软件|软件论坛| 卡饭论坛

Copyright © KaFan  KaFan.cn All Rights Reserved.

Powered by Discuz! X3.4( 沪ICP备2020031077号-2 ) GMT+8, 2025-1-16 03:48 , Processed in 0.146828 second(s), 16 queries .

卡饭网所发布的一切软件、样本、工具、文章等仅限用于学习和研究,不得将上述内容用于商业或者其他非法用途,否则产生的一切后果自负,本站信息来自网络,版权争议问题与本站无关,您必须在下载后的24小时之内从您的电脑中彻底删除上述信息,如有问题请通过邮件与我们联系。

快速回复 客服 返回顶部 返回列表