Bardzo częsty BlueScreen i reset komputera

Wszystko co dotyczy systemów operacyjnych Windows, Unix, Mac OS i innych
Awatar użytkownika
luzak25

Użytkownik
Posty: 24
Rejestracja: 17 mar 2011, 12:51

Bardzo częsty BlueScreen i reset komputera

Post17 mar 2011, 13:00

Mam duży problem z komputerem, bardzo często wyskakuje mi bluescreen nawet kilka razy dziennie po czym komputer sie resetuje. W sprawach komputerowych jestem raczej zielony. Odczytałem raport programem Windgb i wyszło mi coś takiego:

Kod: Zaznacz cały

Microsoft (R) Windows Debugger Version 6.11.0001.404 X86
Copyright (c) Microsoft Corporation. All rights reserved.


Loading Dump File [C:\WINDOWS\Minidump\Mini031711-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

Symbol search path is: *** Invalid ***
****************************************************************************
* Symbol loading may be unreliable without a symbol search path.           *
* Use .symfix to have the debugger choose a symbol path.                   *
* After setting your symbol path, use .reload to refresh symbol locations. *
****************************************************************************
Executable search path is:
*********************************************************************
* 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+                                    *
*********************************************************************
Unable to load image ntoskrnl.exe, Win32 error 0n2
*** WARNING: Unable to verify timestamp for ntoskrnl.exe
*** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
Windows XP Kernel Version 2600 (Service Pack 3) UP Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Machine Name:
Kernel base = 0x804d7000 PsLoadedModuleList = 0x80553fc0
Debug session time: Thu Mar 17 12:41:56.734 2011 (GMT+1)
System Uptime: 0 days 0:09:45.296
*********************************************************************
* 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+                                    *
*********************************************************************
Unable to load image ntoskrnl.exe, Win32 error 0n2
*** WARNING: Unable to verify timestamp for ntoskrnl.exe
*** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
Loading Kernel Symbols
...............................................................
............................................................
Loading User Symbols
Loading unloaded module list
.............
Unable to load image win32k.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for win32k.sys
*** ERROR: Module load completed but symbols could not be loaded for win32k.sys
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 1000008E, {c0000005, bf885d50, efd23f12, 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 : hardware ( win32k+85d50 )

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

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: c0000005, The exception code that was not handled
Arg2: bf885d50, The address that the exception occurred at
Arg3: efd23f12, 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.

FAULTING_MODULE: 804d7000 nt

DEBUG_FLR_IMAGE_TIMESTAMP:  0

EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - Instrukcja spod "0x%08lx" odwo

FAULTING_IP:
win32k+85d50
bf885d50 ff837d2c005e    inc     dword ptr [ebx+5E002C7Dh]

TRAP_FRAME:  efd23f12 -- (.trap 0xffffffffefd23f12)
ErrCode = 00000002
eax=000002d8 ebx=00000000 ecx=00000000 edx=bf9ab714 esi=e1d23078 edi=e1d23008
eip=bf885d50 esp=efd23f86 ebp=efd33930 iopl=0         nv up ei ng nz na pe nc
cs=0008  ss=0010  ds=0023  es=0023  fs=0030  gs=0000             efl=00010286
win32k+0x85d50:
bf885d50 ff837d2c005e    inc     dword ptr [ebx+5E002C7Dh] ds:0023:5e002c7d=????????
Resetting default scope

CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  DRIVER_FAULT

BUGCHECK_STR:  0x8E

MISALIGNED_IP:
win32k+85d50
bf885d50 ff837d2c005e    inc     dword ptr [ebx+5E002C7Dh]

UNALIGNED_STACK_POINTER:  efd23f86

LAST_CONTROL_TRANSFER:  from e1d23060 to bf885d50

STACK_TEXT: 
WARNING: Stack unwind information not available. Following frames may be wrong.
efd33930 e1d23060 efd3397c bf886739 00000001 win32k+0x85d50
efd33938 bf886739 00000001 00000000 00000000 0xe1d23060
efd3397c bf88565b 0008ee50 8632fda8 efd339d4 win32k+0x86739
efd3398c 804fdb52 e1d23008 e1d23030 00000000 win32k+0x8565b
efd339d4 80500cf4 00000000 00000000 00000000 nt+0x26b52
efd33a24 bf807aec 00000003 8624f1a8 00000001 nt+0x29cf4
efd33a5c bf89b7c4 00000002 8624f1a8 bf89e712 win32k+0x7aec
efd33d30 bf884773 bf9aae80 00000001 efd33d54 win32k+0x9b7c4
efd33d40 bf80110a bf9aae80 efd33d64 0079fff4 win32k+0x84773
efd33d54 8053d638 00000000 00000022 00000000 win32k+0x110a
efd33d64 7c90e4f4 badb0d00 0079ffec 00206b6e nt+0x66638
00000000 00000000 00000000 00000000 00000000 0x7c90e4f4


STACK_COMMAND:  kb

FOLLOWUP_IP:
win32k+85d50
bf885d50 ff837d2c005e    inc     dword ptr [ebx+5E002C7Dh]

SYMBOL_STACK_INDEX:  0

SYMBOL_NAME:  win32k+85d50

FOLLOWUP_NAME:  MachineOwner

IMAGE_NAME:  hardware

MODULE_NAME: hardware

FAILURE_BUCKET_ID:  IP_MISALIGNED

BUCKET_ID:  IP_MISALIGNED

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

kd> lmvm hardware
start    end        module name

Bardzo proszę o pomoc w znalezieniu przyczyny tego błędu i rozwiązaniu jej. Pozdrawiam

Awatar użytkownika
djkamil09061991

Globalny Moderator
Posty: 8250
Rejestracja: 18 lut 2009, 11:54
Lokalizacja: Wrocław
Kontaktowanie:

Bardzo częsty BlueScreen i reset komputera

Post17 mar 2011, 13:08

Na początek radziłbym przeinstalować sterowniki od grafiki.

Podaj odczyt danych SMART dysku z programu HD Tune, zakładka Health => instrukcja odczytu SMART.

Sprawdź pamięć programem Dostępne tylko dla zarejestrowanych użytkowników.
Memtesta ściągasz, wypakowujesz jeżeli potrzeba, aby nagrać plik ISO. Nagrywasz go na płytę. Potem uruchamiasz na nowo komputer bootując go z płyty (w biosie ustaw: okno Advanced Bios Features->First Boot Device ustaw na CD/DVD).

Z programu Everest Ultimate podaj odczyt z czujników (w programie komputer->czujnik).

Awatar użytkownika
luzak25

Użytkownik
Posty: 24
Rejestracja: 17 mar 2011, 12:51

Bardzo częsty BlueScreen i reset komputera

Post17 mar 2011, 13:25

Sterowniki od grafiki przeinstalowałem i wgrałem najnowsze.
Gdy włączam zakładkę Health to nic mi się niej nie wyświetla.
Płytkę zaraz nagram.
Odczyt z czujników: Dostępne tylko dla zarejestrowanych użytkowników

Uploaded with Dostępne tylko dla zarejestrowanych użytkowników

Awatar użytkownika
Andziorka

VIP+
Posty: 594
Rejestracja: 06 kwie 2009, 17:50
Kontaktowanie:

Bardzo częsty BlueScreen i reset komputera

Post17 mar 2011, 13:29

Możesz przeczyścić jeszcze komputer z kurzy, 56 stopni w spoczynku jeśli chodzi o procesor to sporo.
'Oto dzień zwycięstwa nad rozumem, głupiej wrażliwości Twej..'

Awatar użytkownika
djkamil09061991

Globalny Moderator
Posty: 8250
Rejestracja: 18 lut 2009, 11:54
Lokalizacja: Wrocław
Kontaktowanie:

Bardzo częsty BlueScreen i reset komputera

Post17 mar 2011, 13:32

luzak25 pisze:Gdy włączam zakładkę Health to nic mi się niej nie wyświetla

Sprawdz programem victoria:
sprzet-komputerowy/odczytanie-smart-programem-victoria-for-windows-t511.html

Awatar użytkownika
Andziorka

VIP+
Posty: 594
Rejestracja: 06 kwie 2009, 17:50
Kontaktowanie:

Bardzo częsty BlueScreen i reset komputera

Post17 mar 2011, 13:41

+ zainstaluj sterowniki od chipsetu.
'Oto dzień zwycięstwa nad rozumem, głupiej wrażliwości Twej..'

Awatar użytkownika
luzak25

Użytkownik
Posty: 24
Rejestracja: 17 mar 2011, 12:51

Bardzo częsty BlueScreen i reset komputera

Post17 mar 2011, 14:29

Andziorka pisze:Możesz przeczyścić jeszcze komputer z kurzy, 56 stopni w spoczynku jeśli chodzi o procesor to sporo.

Ok za chwile zabiorę się za czyszczenie.
Andziorka pisze:+ zainstaluj sterowniki od chipsetu.

Sterowni do chipsetu zainstalowałem
djkamil09061991 pisze:
luzak25 pisze:Gdy włączam zakładkę Health to nic mi się niej nie wyświetla

Sprawdz programem victoria:
sprzet-komputerowy/odczytanie-smart-programem-victoria-for-windows-t511.html

Gdy klikam Get Smard wyskakuje BAD na czerwonym tle i dostaję takie coś:

Kod: Zaznacz cały

-------------------------------------------------------------------------
  ID      Name                   Value  Worst  Tresh       Raw    Health
-------------------------------------------------------------------------
  1 Raw read error rate           100    100     51            1   ?????
  3 Spin-up time                  100    100     25         6144   ?????
  4 Number of spin-up times        96     96      0         4866   ???? 
  5 Reallocated sector count      100    100     11            0   ?????
  7 Seek error rate               100    100     51            0   ?????
  8 Seek time perfomance          100    100     15            0   ?????
  9 Power-on time                 100    100      0       146658   ?????
 10 Spin-up retries               100    100     51            0   ?????
 11 Recalibration retries         100    100      0            0   ?????
 12 Start/stop count               96     96      0         4866   ???? 
194 HDA Temperature               133    109      0    35°C/95°F   ???? 
195 Hardware ECC recovered        100    100      0      2096613   ?????
196 Reallocated event count       100    100      0            1   ?????
197 Current pending sectors       100    100      0            0   ?????
198 Offline scan UNC sectors      100    100      0            0   ?????
199 Ultra DMA CRC errors          200    200      0            0   ?????
200 Write error rate              100    100     51            0   ?????
201 Off-track errors count        100    100     51            0   ?????


-- 17 mar 2011, 14:29 --

W końcu udało mi się uruchomić program HD Tune i odczytać raport:

Kod: Zaznacz cały

HD Tune: SAMSUNG SP1213C Health

ID                               Current  Worst    ThresholdData     Status   
(01) Raw Read Error Rate         100      100      51       1        Ok       
(03) Spin Up Time                100      100      25       6144     Ok       
(04) Start/Stop Count            96       96       0        4866     Ok       
(05) Reallocated Sector Count    100      100      11       0        Ok       
(07) Seek Error Rate             100      100      51       0        Ok       
(08) Seek Time Performance       100      100      15       0        Ok       
(09) Power On Hours Count        100      100      0        146717   Ok       
(0A) Spin Retry Count            100      100      51       0        Ok       
(0B) Calibration Retry Count     100      100      0        0        Ok       
(0C) Power Cycle Count           96       96       0        4866     Ok       
(C2) Temperature                 133      109      0        35       Ok       
(C3) Hardware ECC Recovered      100      100      0        2355869  Ok       
(C4) Reallocated Event Count     100      100      0        1        Ok       
(C5) Current Pending Sector      100      100      0        0        Ok       
(C6) Offline Uncorrectable       100      100      0        0        Ok       
(C7) Ultra DMA CRC Error Count   200      200      0        0        Ok       
(C8) Write Error Rate            100      100      51       0        Ok       
(C9) TA Counter Detected         100      100      51       0        Ok       

Power On Time         : 146717
Health Status         : Ok

Awatar użytkownika
djkamil09061991

Globalny Moderator
Posty: 8250
Rejestracja: 18 lut 2009, 11:54
Lokalizacja: Wrocław
Kontaktowanie:

Bardzo częsty BlueScreen i reset komputera

Post17 mar 2011, 14:37

Jak dla mnie to nie wina dysku, sprawdz pamięć memtestem tak jak pisałem.

Awatar użytkownika
luzak25

Użytkownik
Posty: 24
Rejestracja: 17 mar 2011, 12:51

Bardzo częsty BlueScreen i reset komputera

Post18 mar 2011, 09:59

djkamil09061991 pisze:Jak dla mnie to nie wina dysku, sprawdz pamięć memtestem tak jak pisałem.

Zrobiłem test i oto wyniki: Dostępne tylko dla zarejestrowanych użytkowników

Uploaded with Dostępne tylko dla zarejestrowanych użytkowników
wcześniej przeinstalowałem Windows XP, zainstalowałem wszystkie najnowsze sterowniki. Bluescreen wyskakuje tak samo często jak wcześniej.
To jeszcze raport z błędu jaki odczytałem:

Kod: Zaznacz cały

Microsoft (R) Windows Debugger Version 6.11.0001.404 X86
Copyright (c) Microsoft Corporation. All rights reserved.


Loading Dump File [C:\WINDOWS\Minidump\Mini031711-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

Symbol search path is: *** Invalid ***
****************************************************************************
* Symbol loading may be unreliable without a symbol search path.           *
* Use .symfix to have the debugger choose a symbol path.                   *
* After setting your symbol path, use .reload to refresh symbol locations. *
****************************************************************************
Executable search path is:
*********************************************************************
* 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+                                    *
*********************************************************************
Unable to load image ntoskrnl.exe, Win32 error 0n2
*** WARNING: Unable to verify timestamp for ntoskrnl.exe
*** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
Windows XP Kernel Version 2600 (Service Pack 2) UP Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Machine Name:
Kernel base = 0x804d7000 PsLoadedModuleList = 0x805531a0
Debug session time: Thu Mar 17 23:56:26.593 2011 (GMT+1)
System Uptime: 0 days 0:20:38.159
*********************************************************************
* 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+                                    *
*********************************************************************
Unable to load image ntoskrnl.exe, Win32 error 0n2
*** WARNING: Unable to verify timestamp for ntoskrnl.exe
*** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
Loading Kernel Symbols
...............................................................
..........................................................
Loading User Symbols
Loading unloaded module list
.............
Unable to load image win32k.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for win32k.sys
*** ERROR: Module load completed but symbols could not be loaded for win32k.sys
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 10000050, {913615b8, 0, bf83ae5e, 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 : hardware ( win32k+3ae5e )

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

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

PAGE_FAULT_IN_NONPAGED_AREA (50)
Invalid system memory was referenced.  This cannot be protected by try-except,
it must be protected by a Probe.  Typically the address is just plain bad or it
is pointing at freed memory.
Arguments:
Arg1: 913615b8, memory referenced.
Arg2: 00000000, value 0 = read operation, 1 = write operation.
Arg3: bf83ae5e, If non-zero, the instruction address which referenced the bad memory
   address.
Arg4: 00000000, (reserved)

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.

FAULTING_MODULE: 804d7000 nt

DEBUG_FLR_IMAGE_TIMESTAMP:  0

READ_ADDRESS: unable to get nt!MmSpecialPoolStart
unable to get nt!MmSpecialPoolEnd
unable to get nt!MmPoolCodeStart
unable to get nt!MmPoolCodeEnd
 913615b8

FAULTING_IP:
win32k+3ae5e
bf83ae5e ff74148b        push    dword ptr [esp+edx-75h]

MM_INTERNAL_CODE:  0

CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  DRIVER_FAULT

BUGCHECK_STR:  0x50

MISALIGNED_IP:
win32k+3ae5e
bf83ae5e ff74148b        push    dword ptr [esp+edx-75h]

LAST_CONTROL_TRANSFER:  from bf83b0b7 to bf83ae5e

STACK_TEXT: 
WARNING: Stack unwind information not available. Following frames may be wrong.
afd84c84 bf83b0b7 03eca500 00000000 00000001 win32k+0x3ae5e
00000000 00000000 00000000 00000000 00000000 win32k+0x3b0b7


STACK_COMMAND:  kb

FOLLOWUP_IP:
win32k+3ae5e
bf83ae5e ff74148b        push    dword ptr [esp+edx-75h]

SYMBOL_STACK_INDEX:  0

SYMBOL_NAME:  win32k+3ae5e

FOLLOWUP_NAME:  MachineOwner

IMAGE_NAME:  hardware

MODULE_NAME: hardware

FAILURE_BUCKET_ID:  IP_MISALIGNED

BUCKET_ID:  IP_MISALIGNED

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

kd> lmvm hardware
start    end        module name

oraz wynik testu programem HD Tune:

Kod: Zaznacz cały

HD Tune: SAMSUNG SP1213C Health

ID                               Current  Worst    ThresholdData     Status   
(01) Raw Read Error Rate         100      100      51       0        Ok       
(03) Spin Up Time                100      100      25       6144     Ok       
(04) Start/Stop Count            96       96       0        4873     Ok       
(05) Reallocated Sector Count    100      100      11       0        Ok       
(07) Seek Error Rate             100      100      51       0        Ok       
(08) Seek Time Performance       100      100      15       0        Ok       
(09) Power On Hours Count        100      100      0        147380   Ok       
(0A) Spin Retry Count            100      100      51       0        Ok       
(0B) Calibration Retry Count     100      100      0        0        Ok       
(0C) Power Cycle Count           96       96       0        4873     Ok       
(C2) Temperature                 139      109      0        33       Ok       
(C3) Hardware ECC Recovered      100      100      0        448382   Ok       
(C4) Reallocated Event Count     100      100      0        1        Ok       
(C5) Current Pending Sector      100      100      0        0        Ok       
(C6) Offline Uncorrectable       100      100      0        0        Ok       
(C7) Ultra DMA CRC Error Count   200      200      0        0        Ok       
(C8) Write Error Rate            100      100      51       0        Ok       
(C9) TA Counter Detected         100      100      51       0        Ok       

Power On Time         : 147380
Health Status         : Ok

Awatar użytkownika
greh

Globalny Moderator
Posty: 2879
Rejestracja: 24 sty 2009, 17:34
Lokalizacja: Racibórz
Kontaktowanie:

Bardzo częsty BlueScreen i reset komputera

Post18 mar 2011, 11:00

12 minut na Memtest, to wg mnie zdecydowanie za mało...
Dostępne tylko dla zarejestrowanych użytkowników

Zignorowanie PW od moda powoduje chorobę, zwaną żółtaczką.
Ludzie! Piszcie po polsku. Jest różnica czy robisz komuś ŁASKĘ, czy LASKE.

Awatar użytkownika
luzak25

Użytkownik
Posty: 24
Rejestracja: 17 mar 2011, 12:51

Bardzo częsty BlueScreen i reset komputera

Post18 mar 2011, 11:04

greh pisze:12 minut na Memtest, to wg mnie zdecydowanie za mało...

Czyli spróbować zrobić dłuższy test? Jak mnie więcej długi?

Awatar użytkownika
greh

Globalny Moderator
Posty: 2879
Rejestracja: 24 sty 2009, 17:34
Lokalizacja: Racibórz
Kontaktowanie:

Bardzo częsty BlueScreen i reset komputera

Post18 mar 2011, 11:08

Zdecydowanie tak.
Jeśli masz więcej niż jedną kość pamięci, testuj je osobno :!:
Co do czasu, czasem i kilka godzin... Trudno jednoznacznie wskazać ile.
Memtest jest tak skonstruowany, że testy są zapętlone, więc sam z siebie nigdy nie skończy.
Jak zacznie sypać błędami, wtedy możesz przerwać, i cieszyć się, że być może znalazłeś winowajcę. ;)
Dostępne tylko dla zarejestrowanych użytkowników

Zignorowanie PW od moda powoduje chorobę, zwaną żółtaczką.
Ludzie! Piszcie po polsku. Jest różnica czy robisz komuś ŁASKĘ, czy LASKE.

Awatar użytkownika
luzak25

Użytkownik
Posty: 24
Rejestracja: 17 mar 2011, 12:51

Bardzo częsty BlueScreen i reset komputera

Post18 mar 2011, 11:10

Ok to biorę się za testowanie, kość mam jedną.

Awatar użytkownika
Andziorka

VIP+
Posty: 594
Rejestracja: 06 kwie 2009, 17:50
Kontaktowanie:

Bardzo częsty BlueScreen i reset komputera

Post18 mar 2011, 12:04

Dobrze byłoby gdybyś każdą kość przetestował przez 10-11 h. Może wygodniej będzie zostawić Ci na noc komputer włączony.
'Oto dzień zwycięstwa nad rozumem, głupiej wrażliwości Twej..'

Awatar użytkownika
luzak25

Użytkownik
Posty: 24
Rejestracja: 17 mar 2011, 12:51

Bardzo częsty BlueScreen i reset komputera

Post18 mar 2011, 12:28

Po godzinie testowania taki wynik: Dostępne tylko dla zarejestrowanych użytkowników

Uploaded with Dostępne tylko dla zarejestrowanych użytkowników
Zostawię dziś kompa na noc i zobaczę co wyjdzie.



  • Reklama

Wróć do „Systemy operacyjne”



Kto jest online

Użytkownicy przeglądający to forum: Obecnie na forum nie ma żadnego zarejestrowanego użytkownika i 1 gość