Ständiger Absturz - was bedeutet Fehlermeldung nach Debugging mit WinDbg
Folgende Fehlermeldung habe ichd urch WINdb rausbekommen, nachdem sich der Computer immer wieder neustartet. Hat jemand eine Idee woran da liegen könnte?
Im voraus schonmal vielen Dank!
Michael
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: 00000000, memory referenced
Arg2: 00000002, IRQL
Arg3: 00000001, value 0 = read operation, 1 = write operation
Arg4: 8051e106, address which referenced memory
Debugging Details:
------------------
WRITE_ADDRESS: 00000000
CURRENT_IRQL: 2
FAULTING_IP:
nt!MiRemovePageByColor+68
8051e106 ff08 dec dword ptr [eax]
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: DRIVER_FAULT
BUGCHECK_STR: 0xA
LAST_CONTROL_TRANSFER: from 8050e0b7 to 8051e106
STACK_TEXT:
f8ad4cf0 8050e0b7 007ffff8 c077adc0 ff97b8e8 nt!MiRemovePageByColor+0x68
f8ad4d50 8050f1a8 c077adc0 c077adc0 00000001 nt!MiMakeOutswappedPageResident+0xd5
f8ad4d8c 8053b28c 0097b8e8 00000000 823c3878 nt!MmInPageKernelStack+0x146
f8ad4da4 8053b767 ff97b948 805c4a06 00000000 nt!KiInSwapKernelStacks+0x16
f8ad4dac 805c4a06 00000000 00000000 00000000 nt!KeSwapProcessOrStack+0x89
f8ad4ddc 80540fa2 8053b6de 00000000 00000000 nt!PspSystemThreadStartup+0x34
00000000 00000000 00000000 00000000 00000000 nt!KiThreadStartup+0x16
FOLLOWUP_IP:
nt!MiRemovePageByColor+68
8051e106 ff08 dec dword ptr [eax]
SYMBOL_STACK_INDEX: 0
FOLLOWUP_NAME: MachineOwner
SYMBOL_NAME: nt!MiRemovePageByColor+68
MODULE_NAME: nt
DEBUG_FLR_IMAGE_TIMESTAMP: 42250a1d
STACK_COMMAND: kb
IMAGE_NAME: memory_corruption
FAILURE_BUCKET_ID: 0xA_W_nt!MiRemovePageByColor+68
BUCKET_ID: 0xA_W_nt!MiRemovePageByColor+68
Followup: MachineOwner
---------
|