billy

Distinguished
Jul 4, 2003
173
0
18,680
Archived from groups: alt.comp.hardware.pc-homebuilt (More info?)

Hi, I need help anyone know what what this minidump files means, and what
the problem is. PC keeps crashing to blue screen of death, here is the dump
file below

---------------------------------------------------

Microsoft (R) Windows Debugger Version 6.4.0007.2
Copyright (c) Microsoft Corporation. All rights reserved.


Loading Dump File [C:\WINDOWS\Minidump\Mini061805-02.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

Symbol search path is:
SRV*c:/localstore*http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows XP Kernel Version 2600 (Service Pack 2) UP Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS Personal
Built by: 2600.xpsp_sp2_rtm.040803-2158
Kernel base = 0x804d7000 PsLoadedModuleList = 0x805531a0
Debug session time: Sat Jun 18 16:46:24.500 2005 (GMT+1)
System Uptime: 0 days 0:09:39.078
Loading Kernel Symbols
.............................................................................................

.............................
Loading unloaded module list
.................
Loading User Symbols
*******************************************************************************
*
*
* Bugcheck Analysis
*
*
*
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 9C, {4, 80545ff0, b2000000, 70f0f}

Probably caused by : ntkrnlpa.exe ( nt!KdPitchDebugger+ef4 )

Followup: MachineOwner
---------

kd> .reload
Loading Kernel Symbols
.............................................................................................

.............................
Loading unloaded module list
.................
Loading User Symbols
kd> !analyze -v
*******************************************************************************
*
*
* Bugcheck Analysis
*
*
*
*******************************************************************************

MACHINE_CHECK_EXCEPTION (9c)
A fatal Machine Check Exception has occurred.
KeBugCheckEx parameters;
x86 Processors
If the processor has ONLY MCE feature available (For example Intel
Pentium), the parameters are:
1 - Low 32 bits of P5_MC_TYPE MSR
2 - Address of MCA_EXCEPTION structure
3 - High 32 bits of P5_MC_ADDR MSR
4 - Low 32 bits of P5_MC_ADDR MSR
If the processor also has MCA feature available (For example Intel
Pentium Pro), the parameters are:
1 - Bank number
2 - Address of MCA_EXCEPTION structure
3 - High 32 bits of MCi_STATUS MSR for the MCA bank that had the
error
4 - Low 32 bits of MCi_STATUS MSR for the MCA bank that had the
error
IA64 Processors
1 - Bugcheck Type
1 - MCA_ASSERT
2 - MCA_GET_STATEINFO
SAL returned an error for SAL_GET_STATEINFO while processing
MCA.
3 - MCA_CLEAR_STATEINFO
SAL returned an error for SAL_CLEAR_STATEINFO while
processing MCA.
4 - MCA_FATAL
FW reported a fatal MCA.
5 - MCA_NONFATAL
SAL reported a recoverable MCA and we don't support
currently
support recovery or SAL generated an MCA and then couldn't
produce an error record.
0xB - INIT_ASSERT
0xC - INIT_GET_STATEINFO
SAL returned an error for SAL_GET_STATEINFO while
processing INIT event.
0xD - INIT_CLEAR_STATEINFO
SAL returned an error for SAL_CLEAR_STATEINFO while
processing INIT event.
0xE - INIT_FATAL
Not used.
2 - Address of log
3 - Size of log
4 - Error code in the case of x_GET_STATEINFO or x_CLEAR_STATEINFO
AMD64 Processors
1 - Bank number
2 - Address of MCA_EXCEPTION structure
3 - High 32 bits of MCi_STATUS MSR for the MCA bank that had the
error
4 - Low 32 bits of MCi_STATUS MSR for the MCA bank that had the
error
Arguments:
Arg1: 00000004
Arg2: 80545ff0
Arg3: b2000000
Arg4: 00070f0f

Debugging Details:
------------------


BUGCHECK_STR: 0x9C_IA32_AuthenticAMD

CUSTOMER_CRASH_COUNT: 2

DEFAULT_BUCKET_ID: DRIVER_FAULT

LAST_CONTROL_TRANSFER: from 806d38df to 804f8925

SYMBOL_ON_RAW_STACK: 1

STACK_TEXT:
80545fc8 806d38df 0000009c 00000004 80545ff0 nt!KeBugCheckEx+0x1b
805460f4 00000000 00000000 00000000 00000000
hal!HalpMcaExceptionHandler+0xdd


STACK_COMMAND: dds @$csp ; kb

FOLLOWUP_IP:
nt!KdPitchDebugger+ef4
80545ff0 0100 add [eax],eax

FOLLOWUP_NAME: MachineOwner

SYMBOL_NAME: nt!KdPitchDebugger+ef4

MODULE_NAME: nt

IMAGE_NAME: ntkrnlpa.exe

DEBUG_FLR_IMAGE_TIMESTAMP: 41107b0c

FAILURE_BUCKET_ID: 0x9C_IA32_AuthenticAMD_nt!KdPitchDebugger+ef4

BUCKET_ID: 0x9C_IA32_AuthenticAMD_nt!KdPitchDebugger+ef4

Followup: MachineOwner
 

JohnS

Distinguished
Apr 2, 2004
314
0
18,780
Archived from groups: alt.comp.hardware.pc-homebuilt (More info?)

> Hi, I need help anyone know what what this minidump files means, and what
> the problem is. PC keeps crashing to blue screen of death,

I have never yet seen one of those dumps mean anything.
They occur when something else occurs, and they are
always wrong. I think they are a bad idea left over from
Unix days when people actually took core dumps
seriously, before they wised up and learned to hit the
reset switch and fix the problem ... usually hardware.

johns