snOwmaster
Enthusiast
Thread Starter
- Mitglied seit
- 23.12.2004
- Beiträge
- 130
servus leude,
momentan plagen mich immer wider mal diverse bluescreens.
einer davon z.b. "EXCEPTION_CODE: (NTSTATUS) 0xc0000005"
speicher und platte hab ich schon gecheckt, war aber unauffälig.
hier mein sys:
http://www.sysprofile.de/id17948
p.s.: momentan läuft alles auf standard takt/spannung
wenn das helfen kann hab ich hier mal den output von "WinDbg":
-------------------------------------------------------------------------
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000008E, {c0000005, 8060e457, 98876c3c, 0}
Probably caused by : ntoskrnl.exe ( nt!HvpEnlistFreeCell+d3 )
Followup: MachineOwner
---------
0: 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: 8060e457, The address that the exception occurred at
Arg3: 98876c3c, Trap Frame
Arg4: 00000000
Debugging Details:
------------------
EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - Die Anweisung in "0x%08lx" verweist auf Speicher in "0x%08lx". Der Vorgang "%s" konnte nicht auf dem Speicher durchgef hrt werden.
FAULTING_IP:
nt!HvpEnlistFreeCell+d3
8060e457 895004 mov dword ptr [eax+4],edx
TRAP_FRAME: 98876c3c -- (.trap 0xffffffff98876c3c)
ErrCode = 00000002
eax=00000000 ebx=e4589420 ecx=e4589420 edx=00000218 esi=e4289ee0 edi=00000210
eip=8060e457 esp=98876cb0 ebp=98876cb8 iopl=0 nv up ei pl zr na pe nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010246
nt!HvpEnlistFreeCell+0xd3:
8060e457 895004 mov dword ptr [eax+4],edx ds:0023:00000004=????????
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: DRIVER_FAULT
BUGCHECK_STR: 0x8E
PROCESS_NAME: Setup.EXE
LAST_CONTROL_TRANSFER: from 8060e557 to 8060e457
STACK_TEXT:
98876cb8 8060e557 88e2f3c0 00000210 e4589420 nt!HvpEnlistFreeCell+0xd3
98876cd8 805bc30e e4289ee0 00000210 e4589420 nt!HvpEnlistFreeCell+0x24c
98876cfc 805bc3dd e4289ee0 e4622de0 00000210 nt!NtCreatePagingFile+0x6a3
98876d44 805bc515 00000210 00000001 00000000 nt!MiZeroPageFileFirstPage+0x59
98876d58 8054162c 00000210 026afd18 7c91e4f4 nt!IopCompleteDumpInitialization+0xe3
98876d64 7c91e4f4 badb0d00 026afd14 98fc4d98 nt!RtlIpv4StringToAddressExW+0xad
WARNING: Frame IP not in any known module. Following frames may be wrong.
98876d78 00000000 00000000 00000000 00000000 0x7c91e4f4
STACK_COMMAND: kb
FOLLOWUP_IP:
nt!HvpEnlistFreeCell+d3
8060e457 895004 mov dword ptr [eax+4],edx
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: nt!HvpEnlistFreeCell+d3
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: nt
IMAGE_NAME: ntoskrnl.exe
DEBUG_FLR_IMAGE_TIMESTAMP: 48a3fbd9
FAILURE_BUCKET_ID: 0x8E_nt!HvpEnlistFreeCell+d3
BUCKET_ID: 0x8E_nt!HvpEnlistFreeCell+d3
Followup: MachineOwner
---------
-------------------------------------------------------------------------
greetz,
der sn0wmaster
momentan plagen mich immer wider mal diverse bluescreens.
einer davon z.b. "EXCEPTION_CODE: (NTSTATUS) 0xc0000005"
speicher und platte hab ich schon gecheckt, war aber unauffälig.
hier mein sys:
http://www.sysprofile.de/id17948
p.s.: momentan läuft alles auf standard takt/spannung
wenn das helfen kann hab ich hier mal den output von "WinDbg":
-------------------------------------------------------------------------
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000008E, {c0000005, 8060e457, 98876c3c, 0}
Probably caused by : ntoskrnl.exe ( nt!HvpEnlistFreeCell+d3 )
Followup: MachineOwner
---------
0: 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: 8060e457, The address that the exception occurred at
Arg3: 98876c3c, Trap Frame
Arg4: 00000000
Debugging Details:
------------------
EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - Die Anweisung in "0x%08lx" verweist auf Speicher in "0x%08lx". Der Vorgang "%s" konnte nicht auf dem Speicher durchgef hrt werden.
FAULTING_IP:
nt!HvpEnlistFreeCell+d3
8060e457 895004 mov dword ptr [eax+4],edx
TRAP_FRAME: 98876c3c -- (.trap 0xffffffff98876c3c)
ErrCode = 00000002
eax=00000000 ebx=e4589420 ecx=e4589420 edx=00000218 esi=e4289ee0 edi=00000210
eip=8060e457 esp=98876cb0 ebp=98876cb8 iopl=0 nv up ei pl zr na pe nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010246
nt!HvpEnlistFreeCell+0xd3:
8060e457 895004 mov dword ptr [eax+4],edx ds:0023:00000004=????????
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: DRIVER_FAULT
BUGCHECK_STR: 0x8E
PROCESS_NAME: Setup.EXE
LAST_CONTROL_TRANSFER: from 8060e557 to 8060e457
STACK_TEXT:
98876cb8 8060e557 88e2f3c0 00000210 e4589420 nt!HvpEnlistFreeCell+0xd3
98876cd8 805bc30e e4289ee0 00000210 e4589420 nt!HvpEnlistFreeCell+0x24c
98876cfc 805bc3dd e4289ee0 e4622de0 00000210 nt!NtCreatePagingFile+0x6a3
98876d44 805bc515 00000210 00000001 00000000 nt!MiZeroPageFileFirstPage+0x59
98876d58 8054162c 00000210 026afd18 7c91e4f4 nt!IopCompleteDumpInitialization+0xe3
98876d64 7c91e4f4 badb0d00 026afd14 98fc4d98 nt!RtlIpv4StringToAddressExW+0xad
WARNING: Frame IP not in any known module. Following frames may be wrong.
98876d78 00000000 00000000 00000000 00000000 0x7c91e4f4
STACK_COMMAND: kb
FOLLOWUP_IP:
nt!HvpEnlistFreeCell+d3
8060e457 895004 mov dword ptr [eax+4],edx
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: nt!HvpEnlistFreeCell+d3
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: nt
IMAGE_NAME: ntoskrnl.exe
DEBUG_FLR_IMAGE_TIMESTAMP: 48a3fbd9
FAILURE_BUCKET_ID: 0x8E_nt!HvpEnlistFreeCell+d3
BUCKET_ID: 0x8E_nt!HvpEnlistFreeCell+d3
Followup: MachineOwner
---------
-------------------------------------------------------------------------
greetz,
der sn0wmaster