art-d-sign
-


Hinweise


Antwort
 
LinkBack Themen-Optionen Thema durchsuchen Thema bewerten
Alt 15.03.2008, 16:23   #1
TP-Insider
 
Registriert seit: Jul 2004
Ort: Stuttgart
joextra ist auf einem guten Weg

ständig bluescreens - auswertung MEMORY.DMP


also, in letzter zeit habe ich ständig bluescreens. es hat mit 1-2 pro tag angefangen und jetzt sind es schon ein paar am tag. und das ist echt nervig. ich habe mir nun windbg tools gezogen um den MEMORY.DMP auszuwerten. dabei habe ich das bekommen:
Code:
Kernel Summary Dump File: Only kernel address space is 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+                                    *
*********************************************************************
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for ntkrpamp.exe - 
Windows XP Kernel Version 2600 (Service Pack 2) MP (2 procs) Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 2600.xpsp_sp2_rtm.040803-2158
Kernel base = 0x804d7000 PsLoadedModuleList = 0x8055c700
Debug session time: Sat Mar 15 14:24:45.265 2008 (GMT+1)
System Uptime: 0 days 2:01:19.868
*********************************************************************
* 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+                                    *
*********************************************************************
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for ntkrpamp.exe - 
Loading Kernel Symbols
..............................................................................................................................................................
Loading User Symbols
PEB is paged out (Peb.Ldr = 7ffd900c).  Type ".hh dbgerr001" for details
Loading unloaded module list
..............
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck D1, {719bdf52, 2, 8, 719bdf52}

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

*** ERROR: Symbol file could not be found.  Defaulted to export symbols for NDIS.sys - 
*************************************************************************
***                                                                   ***
***                                                                   ***
***    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 : NDIS.sys ( NDIS!NdisFreeToBlockPool+15e1 )

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

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

DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1)
An attempt was made to access a pageable (or completely invalid) address at an
interrupt request level (IRQL) that is too high.  This is usually
caused by drivers using improper addresses.
If kernel debugger is available get stack backtrace.
Arguments:
Arg1: 719bdf52, memory referenced
Arg2: 00000002, IRQL
Arg3: 00000008, value 0 = read operation, 1 = write operation
Arg4: 719bdf52, address which referenced memory

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+                                    *
*********************************************************************

MODULE_NAME: NDIS

FAULTING_MODULE: 804d7000 nt

DEBUG_FLR_IMAGE_TIMESTAMP:  41107ec3

READ_ADDRESS: unable to get nt!MmSpecialPoolStart
unable to get nt!MmSpecialPoolEnd
unable to get nt!MmPoolCodeStart
unable to get nt!MmPoolCodeEnd
 719bdf52 

CURRENT_IRQL:  2

FAULTING_IP: 
+719bdf52
719bdf52 ??              ???

DEFAULT_BUCKET_ID:  WRONG_SYMBOLS

BUGCHECK_STR:  0xD1

LAST_CONTROL_TRANSFER:  from 719bdf52 to 805436d0

FAILED_INSTRUCTION_ADDRESS: 
+719bdf52
719bdf52 ??              ???

STACK_TEXT:  
WARNING: Stack unwind information not available. Following frames may be wrong.
a5f64d64 719bdf52 badb0d00 7c91eb94 00000000 nt!Kei386EoiHelper+0x2834
a5f64ddc 805450ce ba4cab85 883ecd40 00000000 0x719bdf52
a5f64de0 ba4cab85 883ecd40 00000000 0000027f nt!KiDispatchInterrupt+0x72e
a5f64de4 883ecd40 00000000 0000027f 00000000 NDIS!NdisFreeToBlockPool+0x15e1
a5f64de8 00000000 0000027f 00000000 00000000 0x883ecd40


STACK_COMMAND:  kb

FOLLOWUP_IP: 
NDIS!NdisFreeToBlockPool+15e1
ba4cab85 8bff            mov     edi,edi

SYMBOL_STACK_INDEX:  3

SYMBOL_NAME:  NDIS!NdisFreeToBlockPool+15e1

FOLLOWUP_NAME:  MachineOwner

IMAGE_NAME:  NDIS.sys

BUCKET_ID:  WRONG_SYMBOLS

Followup: MachineOwner
so wie es ausschaut scheint es an der NDIS.sys zu liegen. weiß jemand wie ich die reparieren/was ich dagegen tun kann?
und was hat das mit WRONG_SYMBOLS zu bedeuten?

EDIT:
neuer bluescreen neuer fehler. diesmal steht
Code:
Probably caused by : ntkrpamp.exe ( nt!Kei386EoiHelper+2834 )
joextra ist offline   Mit Zitat antworten


Alt 15.03.2008, 16:31   #2
TP-Special Mod
 
Benutzerbild von Thomas
 
Registriert seit: May 2001
Ort: Arnsberg - Sauerland
Thomas lebt für das TP und seine UserThomas lebt für das TP und seine UserThomas lebt für das TP und seine UserThomas lebt für das TP und seine UserThomas lebt für das TP und seine UserThomas lebt für das TP und seine UserThomas lebt für das TP und seine UserThomas lebt für das TP und seine UserThomas lebt für das TP und seine User
XP oder Vista?
Thomas ist offline   Mit Zitat antworten
Alt 15.03.2008, 17:16   #3
TP-Insider
 
Registriert seit: Jul 2004
Ort: Stuttgart
joextra ist auf einem guten Weg

iks peh


ich habe xp sp2
joextra ist offline   Mit Zitat antworten
Alt 15.03.2008, 20:34   #4
TP-Moderator
 
Benutzerbild von maxi89
 
Registriert seit: Nov 2004
Ort: Wuppertal
maxi89 lebt für das TP und seine Usermaxi89 lebt für das TP und seine Usermaxi89 lebt für das TP und seine Usermaxi89 lebt für das TP und seine Usermaxi89 lebt für das TP und seine Usermaxi89 lebt für das TP und seine Usermaxi89 lebt für das TP und seine User
Ein Grund für die Bluescreens könnte defekter Arbeitsspeicher sein - mit einem Diskettenlaufwerk und memtest86+ kannst du das testen.
Sollte immer die NDIS.sys (eine Art Netzwerktreiber) Auslöser für die Blaumänner sein, kannst du unter Zuhilfenahme deiner Windows-CD und dem Befehl
sfc /SANNOW
den Rechner auf defekte/inkompatible/fehlende Systemdateien prüfen und durch die originalen von der CD ersetzen lassen.
__________________
Chuck Norris darf während der Fahrt mit dem Busfahrer sprechen!
maxi89 ist offline   Mit Zitat antworten
Alt 15.03.2008, 21:04   #5
TP-Insider
 
Registriert seit: Jul 2004
Ort: Stuttgart
joextra ist auf einem guten Weg
@maxi89
das hab ich alles schon gemacht. leider hat es nichts gebracht. und jetzt habe ich wieder einen bs. wieder ist die ntkrpamp.exe schuld.
joextra ist offline   Mit Zitat antworten
Alt 16.03.2008, 17:32   #6
TP-Insider
 
Registriert seit: Jul 2004
Ort: Stuttgart
joextra ist auf einem guten Weg
hat sich erledigt. hab mir ein altes image wiederhergestellt, und jetzt läufts wieder
joextra ist offline   Mit Zitat antworten
Alt 16.03.2008, 17:35   #7
TP-Special Mod
 
Benutzerbild von Thomas
 
Registriert seit: May 2001
Ort: Arnsberg - Sauerland
Thomas lebt für das TP und seine UserThomas lebt für das TP und seine UserThomas lebt für das TP und seine UserThomas lebt für das TP und seine UserThomas lebt für das TP und seine UserThomas lebt für das TP und seine UserThomas lebt für das TP und seine UserThomas lebt für das TP und seine UserThomas lebt für das TP und seine User
dann war es wohl ein Treiber- und kein Hardwareproblem

besser so
Thomas ist offline   Mit Zitat antworten
Alt 17.03.2008, 19:40   #8
TP-Insider
 
Registriert seit: Jul 2004
Ort: Stuttgart
joextra ist auf einem guten Weg
das es ein treiberproblem war hab ich schon davor gewußt
joextra ist offline   Mit Zitat antworten
Antwort

  Aktuelles Thema
  TP Hilfe Forum > Technik & Software > Betriebssysteme
ständig bluescreens - auswertung MEMORY.DMP ständig bluescreens - auswertung MEMORY.DMP
« Netzwerk XP - Vista | Windows Live Mail »

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)
 
Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche
Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an
Gehe zu


Alle Zeitangaben in WEZ +2. Es ist jetzt 07:29 Uhr.

Powered by: vBulletin Version 3.7 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. / Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.
Traum-Projekt.com | Suchen | Archiv | Impressum | Kontakt | | | Nach oben |



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67