ANALYSIS_INCONCLUSIVE?

Hello all,

I've received an interesting blue screen and I was wondering if anyone
knew how I could get more information from this dump. After reading
MSDN docs on the error, it seems as if the problem is caused by faulty
hardware. Is there any other cause for this problem? I've pasted the
dump below.

Thanks,
J

kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************

FILE_SYSTEM (22)
Arguments:
Arg1: 90480476
Arg2: 00000000
Arg3: 00000000
Arg4: 00000000

Debugging Details:

PEB is paged out (Peb.Ldr = 7ffd700c). Type ".hh dbgerr001" for details
PEB is paged out (Peb.Ldr = 7ffd700c). Type ".hh dbgerr001" for details

DEFAULT_BUCKET_ID: DRIVER_FAULT

BUGCHECK_STR: 0x22

PROCESS_NAME: winword.exe

LAST_CONTROL_TRANSFER: from 00000000 to 80533806

STACK_TEXT:
b10c73d4 00000000 00000000 00000000 00000000 nt!KeBugCheckEx+0x1b

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: ZEROED_STACK

Followup: MachineOwner

Is this a live system or a crash dump?

mm

This is coming from a crash dump.

J

On Mon, Nov 16, 2009 at 9:43 AM, wrote:
> Is this a live system or a crash dump?
>
>
> mm
>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer
>

Well, suffice to say that you’re going to need either a live system or (maybe) a full crash dump will work, assuming that isn’t what you already have. There’s just no information in what you already have.

Good luck,

mm