Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Dump file corrupt

Reply
Thread Tools Display Modes

Dump file corrupt

 
 
Zaheer Khan
Guest
Posts: n/a

 
      12-10-2009
************************************************** ************************
THIS DUMP FILE IS PARTIALLY CORRUPT.
KdDebuggerDataBlock is not present or unreadable.
************************************************** ************************
Unable to read PsLoadedModuleList
************************************************** ************************
THIS DUMP FILE IS PARTIALLY CORRUPT.
KdDebuggerDataBlock is not present or unreadable.
************************************************** ************************
KdDebuggerData.KernBase < SystemRangeStart
Windows XP
Kernel Version 2600 MP (2 procs) Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Machine Name:
Kernel base = 0x00000000 PsLoadedModuleList = 0x8055c700
Debug session time: Tue Dec 8 13:35:33.218 2009 (GMT+5)
System Uptime: 0 days 0:02:44.854
************************************************** ************************
THIS DUMP FILE IS PARTIALLY CORRUPT.
KdDebuggerDataBlock is not present or unreadable.
************************************************** ************************
Unable to read PsLoadedModuleList
************************************************** ************************
THIS DUMP FILE IS PARTIALLY CORRUPT.
KdDebuggerDataBlock is not present or unreadable.
************************************************** ************************
KdDebuggerData.KernBase < SystemRangeStart
Loading Kernel Symbols
Unable to read PsLoadedModuleList
GetContextState failed, 0x80004002
GetContextState failed, 0x80004002
CS descriptor lookup failed
GetContextState failed, 0x80004002
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
************************************************** *****************************
* *
* Bugcheck Analysis *
* *
************************************************** *****************************

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...le-gridvi.aspx
 
Reply With Quote
 
 
 
 
Tim Roberts
Guest
Posts: n/a

 
      12-12-2009
Zaheer Khan wrote:
>
>************************************************* * ************************
>THIS DUMP FILE IS PARTIALLY CORRUPT.
>KdDebuggerDataBlock is not present or unreadable.


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,
Providenza & Boekelheide, Inc.
 
Reply With Quote
 
Alexander Grigoriev
Guest
Posts: n/a

 
      12-12-2009
Some first tier OEM's RAID controllers do just that. Boot off plain SATA
drive, so the crash dump will go there. Or update the RAID controller driver
and firmware and see if it helps.

<Zaheer Khan> wrote in message news:...
> **************************************************
> ************************
> THIS DUMP FILE IS PARTIALLY CORRUPT.
> KdDebuggerDataBlock is not present or unreadable.
> **************************************************
> ************************
> Unable to read PsLoadedModuleList
> **************************************************
> ************************
> THIS DUMP FILE IS PARTIALLY CORRUPT.
> KdDebuggerDataBlock is not present or unreadable.
> **************************************************
> ************************
> KdDebuggerData.KernBase < SystemRangeStart
> Windows XP
> Kernel Version 2600 MP (2 procs) Free x86 compatible
> Product: WinNt, suite: TerminalServer SingleUserTS
> Machine Name:
> Kernel base = 0x00000000 PsLoadedModuleList = 0x8055c700
> Debug session time: Tue Dec 8 13:35:33.218 2009 (GMT+5)
> System Uptime: 0 days 0:02:44.854
> **************************************************
> ************************
> THIS DUMP FILE IS PARTIALLY CORRUPT.
> KdDebuggerDataBlock is not present or unreadable.
> **************************************************
> ************************
> Unable to read PsLoadedModuleList
> **************************************************
> ************************
> THIS DUMP FILE IS PARTIALLY CORRUPT.
> KdDebuggerDataBlock is not present or unreadable.
> **************************************************
> ************************
> KdDebuggerData.KernBase < SystemRangeStart
> Loading Kernel Symbols
> Unable to read PsLoadedModuleList
> GetContextState failed, 0x80004002
> GetContextState failed, 0x80004002
> CS descriptor lookup failed
> GetContextState failed, 0x80004002
> 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
> **************************************************
> *****************************
> * *
> * Bugcheck Analysis *
> * *
> **************************************************
> *****************************
>
> 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...le-gridvi.aspx



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
error code 0x8024D007 jenny Windows Update 10 11-23-2009 06:48 PM
file is missing or corrupt wetandwild Windows Vista Installation 0 06-19-2006 08:50 PM
file missing or corrupt wetandwild Windows Vista Installation 0 06-16-2006 01:43 AM
Re: Boot critical file is corrupt: ...\drivers\ecache.sys Zack Whittaker Windows Vista File Management 3 06-14-2006 10:15 AM
Re: Boot critical file is corrupt: ...\drivers\ecache.sys Zack Whittaker Windows Vista Games 3 06-14-2006 10:15 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59