dump datei auslesen

scorp1984

Cadet 3rd Year
Registriert
Jan. 2006
Beiträge
53
Hallo Leute,

habe seid einiger Zeit immer wieder Bluescreens! Es passiert i.d.r. nur beim Spielen und sehr sporadisch.
Wäre euch dankbar wenn jemand mal die DUMP auswerten könnte.
 

Anhänge

bluescreenview ist Murks und zeigt in 99% der Fälle irgendwelchen Käse an.

WinDbg sagt du hast ein Hardware problem, weil der Instruction Pointer falsch ist:

Code:
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

IRQL_NOT_LESS_OR_EQUAL (a)
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 a kernel debugger is available get the stack backtrace.
Arguments:
Arg1: 0000000000000000, memory referenced
Arg2: 0000000000000002, IRQL
Arg3: 0000000000000001, bitfield :
	bit 0 : value 0 = read operation, 1 = write operation
	bit 3 : value 0 = not an execute operation, 1 = execute operation (only on chips which support this level of status)
Arg4: fffff800030d5d00, address which referenced memory

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


WRITE_ADDRESS: GetPointerFromAddress: unable to read from fffff8000330d100
GetUlongFromAddress: unable to read from fffff8000330d1c0
 0000000000000000 Nonpaged pool

CURRENT_IRQL:  2

FAULTING_IP: 
nt!KiIdleLoop+90
fffff800`030d5d00 0000            add     byte ptr [rax],al

CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  WIN7_DRIVER_FAULT

BUGCHECK_STR:  0xA

PROCESS_NAME:  System

TAG_NOT_DEFINED_c000000f:  FFFFF88002F93FB0

TRAP_FRAME:  fffff88002f8cbf0 -- (.trap 0xfffff88002f8cbf0)
NOTE: The trap frame does not contain all registers.
Some register values may be zeroed or incorrect.
rax=0000000000000000 rbx=0000000000000000 rcx=0000000000000004
rdx=0000000000187000 rsi=0000000000000000 rdi=0000000000000000
rip=fffff800030d5d00 rsp=fffff88002f8cd80 rbp=00000000000000c0
 r8=fffffa8003c770c8  r9=0000000000000000 r10=fffffffffffffffb
r11=fffffa8004166c58 r12=0000000000000000 r13=0000000000000000
r14=0000000000000000 r15=0000000000000000
iopl=0         nv up ei ng nz na po nc
nt!KiIdleLoop+0x90:
fffff800`030d5d00 0000            add     byte ptr [rax],al ds:00000000`00000000=??
Resetting default scope

MISALIGNED_IP: 
nt!KiIdleLoop+90
fffff800`030d5d00 0000            add     byte ptr [rax],al

LAST_CONTROL_TRANSFER:  from fffff800030dd569 to fffff800030ddfc0

STACK_TEXT:  
nt!KeBugCheckEx
nt!KiBugCheckDispatch
nt!KiPageFault
nt!KiIdleLoop

SYMBOL_NAME:  nt!KiIdleLoop+90

IMAGE_NAME:  hardware

MODULE_NAME: hardware

FAILURE_BUCKET_ID:  X64_IP_MISALIGNED

teste mal den RAM mit memtest86+ und die CPU mit Prime95.
 
Zurück
Oben