Use !analyze -v to get detailed debugging information.
BugCheck 8E, {c0000005, edc2cc2c, edcf7880, 0}
***** Debugger could not find nt in module list, module list might be corrupt, error 0x80070057.
GetContextState failed, 0x80004002
Unable to get current machine context, HRESULT 0x80004002
Unable to read selector for PCR for processor 0
Probably caused by : Unknown_Image ( ANALYSIS_INCONCLUSIVE )
Followup: MachineOwner
---------
GetContextState failed, 0x80004002
GetContextState failed, 0x80004002
?: kd> !analyze -v
GetContextState failed, 0x80004002
GetContextState failed, 0x80004002
GetContextState failed, 0x80004002
Unable to get program counter
GetContextState failed, 0x80004002
Unable to get current machine context, HRESULT 0x80004002
GetContextState failed, 0x80004002
GetContextState failed, 0x80004002
GetContextState failed, 0x80004002
************************************************** *****************************
* *
* Bugcheck Analysis *
* *
************************************************** *****************************
KERNEL_MODE_EXCEPTION_NOT_HANDLED (8e)
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: edc2cc2c, The address that the exception occurred at
Arg3: edcf7880, Trap Frame
Arg4: 00000000
Debugging Details:
------------------
***** Debugger could not find nt in module list, module list might be corrupt, error 0x80070057.
GetContextState failed, 0x80004002
Unable to get current machine context, HRESULT 0x80004002
GetContextState failed, 0x80004002
Unable to read selector for PCR for processor 0
GetContextState failed, 0x80004002
GetContextState failed, 0x80004002
Unable to get current machine context, HRESULT 0x80004002
GetContextState failed, 0x80004002
Unable to get current machine context, HRESULT 0x80004002
GetContextState failed, 0x80004002
GetContextState failed, 0x80004002
GetContextState failed, 0x80004002
GetContextState failed, 0x80004002
GetContextState failed, 0x80004002
Unable to read selector for PCR for processor 0
GetContextState failed, 0x80004002
Unable to read selector for PCR for processor 1
GetContextState failed, 0x80004002
Unable to read selector for PCR for processor 0
EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".
FAULTING_IP:
+0
GetContextState failed, 0x80004002
GetContextState failed, 0x80004002
GetContextState failed, 0x80004002
GetContextState failed, 0x80004002
edc2cc2c ?? ???
TRAP_FRAME: edcf7880 -- (.trap 0xffffffffedcf7880)
Unable to read trap frame at edcf7880
DEFAULT_BUCKET_ID: DRIVER_FAULT
BUGCHECK_STR: 0x8E
STACK_TEXT:
GetContextState failed, 0x80004002
Unable to get current machine context, HRESULT 0x80004002
STACK_COMMAND: kb
SYMBOL_NAME: ANALYSIS_INCONCLUSIVE
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: Unknown_Module
IMAGE_NAME: Unknown_Image
DEBUG_FLR_IMAGE_TIMESTAMP: 0
BUCKET_ID: CORRUPT_MODULELIST
Followup: MachineOwner
---------
GetContextState failed, 0x80004002
GetContextState failed, 0x80004002
GetContextState failed, 0x80004002
=======================================
I am getting the message as dump file corrupt.
Please help me in fixing the issue.
Regards,
Zaheer.
Submitted via EggHeadCafe - Software Developer Portal of Choice
C# : row-clickable GridView and get and set gridview rows using JavaScript
http://www.eggheadcafe.com/tutorials/aspnet/7ab7fa12-a697-4b26-9465-c45307bae45b/c--rowclickable-gridvi.aspx
>On Dec 10, 9:33 am, Zaheer Khan wrote:
a lot!
> ************************************************** ************************
> THIS DUMP FILE IS PARTIALLY CORRUPT.
....
>
>
> BUCKET_ID: CORRUPT_MODULELIST
>
> Followup: MachineOwner
>
> I am getting the message as dump file corrupt.
> Please help me in fixing the issue.
That might "fail by concept".
You get a bugcheck-dump because you affected the systems integrity
negatively ( euphemism ).
So when system internal data structures are damaged, the OS can not
generate a correct dump file.
Burkhardt Braun
>
> Regards,
> Zaheer.
>
> Submitted via EggHeadCafe - Software Developer Portal of Choice
> C# : row-clickable GridView and get and set gridview rows using JavaScripthttp://www.eggheadcafe.com/tutorials/aspnet/7ab7fa12-a697-4b26-9465-c...
You won't be able to do anything with this. How did the dump file get
corrupted? How did you get the dump?
--
Tim Roberts, ti...@probo.com
Providenza & Boekelheide, Inc.
<Zaheer Khan> wrote in message news:2009121043...@yahoo.com...