PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Dump auswerten


Mr.Chicken24
2006-09-26, 12:47:54
hallo allerseits,
wie ich bereits erwähnt hatte, habe ich das problem, daß beim onlinegamen
ein Bluescreen erscheint.

ich habe nun mal versucht, den savedump auszuwerten (ohne großen erfolg)
wer kann mir denn hier bitte helfen??

hier die auswertung (teil)

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

Use !analyze -v to get detailed debugging information.

BugCheck 1000000A, {284789cf, 2, 1, 804e5446}

ANALYSIS: Kernel with unknown size. Will force reload symbols with known size.
ANALYSIS: Force reload command: .reload /f ntoskrnl.exe=FFFFFFFF804D7000,213F80,42250FF9
***** Kernel symbols are WRONG. Please fix symbols to do analysis.

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

Probably caused by : hardware ( nt+e446 )

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

kd> !analyze -v
*******************************************************************************
* *
* 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: 284789cf, memory referenced
Arg2: 00000002, IRQL
Arg3: 00000001, value 0 = read operation, 1 = write operation
Arg4: 804e5446, address which referenced memory

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

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

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


FAULTING_MODULE: 804d7000 nt

DEBUG_FLR_IMAGE_TIMESTAMP: 0

WRITE_ADDRESS: unable to get nt!MmSpecialPoolStart
unable to get nt!MmSpecialPoolEnd
unable to get nt!MmPoolCodeStart
unable to get nt!MmPoolCodeEnd
284789cf

CURRENT_IRQL: 2

FAULTING_IP:
nt+e446
804e5446 108bcf894728 adc byte ptr [ebx+284789CFh],cl

CUSTOMER_CRASH_COUNT: 1

DEFAULT_BUCKET_ID: DRIVER_FAULT

BUGCHECK_STR: 0xA

MISALIGNED_IP:
nt+e446
804e5446 108bcf894728 adc byte ptr [ebx+284789CFh],cl

LAST_CONTROL_TRANSFER: from 48804f02 to 804e5446

STACK_TEXT:
WARNING: Stack unwind information not available. Following frames may be wrong.
b8bd7501 48804f02 0084f270 00000000 01000000 nt+0xe446
b8bd7505 0084f270 00000000 01000000 2b000000 0x48804f02
b8bd7509 00000000 01000000 2b000000 f085422e 0x84f270


STACK_COMMAND: kb

FOLLOWUP_IP:
nt+e446
804e5446 108bcf894728 adc byte ptr [ebx+284789CFh],cl

SYMBOL_STACK_INDEX: 0

SYMBOL_NAME: nt+e446

FOLLOWUP_NAME: MachineOwner

IMAGE_NAME: hardware

MODULE_NAME: hardware

FAILURE_BUCKET_ID: IP_MISALIGNED

BUCKET_ID: IP_MISALIGNED

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

Vielen, vielen herzlichen Dank

Mr.Chicken