G
Well the dump file says its hardware not a driver, and from the buffer overflow I would suspect memory first. Have you tried running memtest on it? You can also pull all but 1 stick and see if you are more stabile. Sometimes a max memeory, or max cpu check in bios causes this so you should also see if you have them and make sure they are unchecked
Microsoft (R) Windows Debugger Version 6.11.0001.404 X86
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [C:\Users\K\Desktop\091009-20888-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available
Symbol search path is: SRV*d:\symbols*
Symbol information
Executable search path is:
Windows 7 Kernel Version 7600 MP (2 procs) Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 7600.16385.x86fre.win7_rtm.090713-1255
Machine Name:
Kernel base = 0x82a49000 PsLoadedModuleList = 0x82b91810
Debug session time: Thu Sep 10 00:55:19.041 2009 (GMT-4)
System Uptime: 0 days 0:02:03.524
Loading Kernel Symbols
...............................................................
................................................................
...........................................
Loading User Symbols
Loading unloaded module list
....
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000000A, {da4c918f, ff, 1, 82b6fc84}
Unable to load image RTKVHDA.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for RTKVHDA.sys
*** ERROR: Module load completed but symbols could not be loaded for RTKVHDA.sys
Unable to load image SYMTDI.SYS, Win32 error 0n2
*** WARNING: Unable to verify timestamp for SYMTDI.SYS
*** ERROR: Module load completed but symbols could not be loaded for SYMTDI.SYS
Probably caused by : hardware ( intelppm!C3Idle+6f )
Followup: MachineOwner
---------
0: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
IRQL_NOT_LESS_OR_EQUAL (a)
An attempt was made to access a pageable (or completely invalid) address at an
interrupt request level (IRQL) that is too high. This is usually
caused by drivers using improper addresses.
If a kernel debugger is available get the stack backtrace.
Arguments:
Arg1: da4c918f, memory referenced
Arg2: 000000ff, IRQL
Arg3: 00000001, bitfield :
bit 0 : value 0 = read operation, 1 = write operation
bit 3 : value 0 = not an execute operation, 1 = execute operation (only on chips which support this level of status)
Arg4: 82b6fc84, address which referenced memory
Debugging Details:
------------------
WRITE_ADDRESS: GetPointerFromAddress: unable to read from 82bb1718
Unable to read MiSystemVaType memory at 82b91160
da4c918f
CURRENT_IRQL: 2
FAULTING_IP:
nt!KiDoubleFaultStack+2c84
82b6fc84 01af8e914cda add dword ptr [edi-25B36E72h],ebp
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
BUGCHECK_STR: 0xA
PROCESS_NAME: System
MISALIGNED_IP:
nt!KiDoubleFaultStack+2c84
82b6fc84 01af8e914cda add dword ptr [edi-25B36E72h],ebp
LAST_CONTROL_TRANSFER: from 918eaf01 to 82b6fc84
STACK_TEXT:
82b6fc80 918eaf01 918eda4c 00000001 82b72d20 nt!KiDoubleFaultStack+0x2c84
82b6fc98 82ace695 88e1a838 82b7c280 82b72c00 intelppm!C3Idle+0x6f
82b6fd20 82ab100d 00000000 0000000e 00000000 nt!PoIdle+0x538
82b6fd24 00000000 0000000e 00000000 00000000 nt!KiIdleLoop+0xd
STACK_COMMAND: kb
FOLLOWUP_IP:
intelppm!C3Idle+6f
918eaf01 5f pop edi
SYMBOL_STACK_INDEX: 1
SYMBOL_NAME: intelppm!C3Idle+6f
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: hardware
IMAGE_NAME: hardware
DEBUG_FLR_IMAGE_TIMESTAMP: 0
FAILURE_BUCKET_ID: IP_MISALIGNED
BUCKET_ID: IP_MISALIGNED
Followup: MachineOwner
---------
KEN