BSOD on self built system (NEW)

Page 1 of 3 123 LastLast

  1. Posts : 11
    Windows 7 Home Premium 64bit
       #1

    BSOD on self built system (NEW)


    Been getting 4 BSOD at least and this is the first system I've been having BSOD's. I'm assuming its a hardware problem, but I'm not an expert so here you go and thank you in advanced:

    Current OS: Windows 7 Home Premium x64
      My Computer


  2. Posts : 11,990
    Windows 7 Ultimate 32 bit
       #2

    Welcome to the forum. I am sorry you are having problems. Your dumps have two different error codes and both point to hardware as you suspected.

    Error code A, IRQL_NOT_LESS_OR_EQUAL - usual causes are Kernel mode driver, System Service, BIOS, Windows, Virus scanner, Backup tool, compatibility.

    Error code 1E, KMODE_EXCEPTION_NOT_HANDLED - usual causes are Device driver, hardware, System service, compatibility, Remote control programs, memory, BIOS.

    Code:
    Kernel base = 0xfffff800`02c64000 PsLoadedModuleList = 0xfffff800`02ea1e50
    Debug session time: Tue Sep 28 14:07:41.544 2010 (GMT-4)
    System Uptime: 0 days 4:29:24.497
    Loading Kernel Symbols
    ...............................................................
    ................................................................
    .........................
    Loading User Symbols
    Loading unloaded module list
    .............
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    Use !analyze -v to get detailed debugging information.
    
    BugCheck A, {4, 2, 0, fffff80002ce0285}
    
    Probably caused by : ntkrnlmp.exe ( nt!KiProcessTimerDpcTable+4d )
    
    Followup: MachineOwner
    ---------
    
    4: 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: 0000000000000004, memory referenced
    Arg2: 0000000000000002, IRQL
    Arg3: 0000000000000000, 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: fffff80002ce0285, address which referenced memory
    
    Debugging Details:
    ------------------
    
    
    READ_ADDRESS: GetPointerFromAddress: unable to read from fffff80002f0c0e0
     0000000000000004 
    
    CURRENT_IRQL:  2
    
    FAULTING_IP: 
    nt!KiProcessTimerDpcTable+4d
    fffff800`02ce0285 458b4e04        mov     r9d,dword ptr [r14+4]
    
    CUSTOMER_CRASH_COUNT:  1
    
    DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT
    
    BUGCHECK_STR:  0xA
    
    PROCESS_NAME:  System
    
    TRAP_FRAME:  fffff880009fd360 -- (.trap 0xfffff880009fd360)
    NOTE: The trap frame does not contain all registers.
    Some register values may be zeroed or incorrect.
    rax=0000000000000200 rbx=0000000000000000 rcx=fffff880009b2180
    rdx=0000000000000000 rsi=0000000000000000 rdi=0000000000000000
    rip=fffff80002ce0285 rsp=fffff880009fd4f0 rbp=00000000009b2180
     r8=fffff880009fd580  r9=00000000009b2180 r10=fffff80002c64000
    r11=fffff880009fd530 r12=0000000000000000 r13=0000000000000000
    r14=0000000000000000 r15=0000000000000000
    iopl=0         nv up ei pl zr na po nc
    nt!KiProcessTimerDpcTable+0x4d:
    fffff800`02ce0285 458b4e04        mov     r9d,dword ptr [r14+4] ds:d5b0:00000000`00000004=????????
    Resetting default scope
    
    LAST_CONTROL_TRANSFER:  from fffff80002cd3ca9 to fffff80002cd4740
    
    STACK_TEXT:  
    fffff880`009fd218 fffff800`02cd3ca9 : 00000000`0000000a 00000000`00000004 00000000`00000002 00000000`00000000 : nt!KeBugCheckEx
    fffff880`009fd220 fffff800`02cd2920 : 00000000`00000004 fffff880`009fd580 00000000`00000004 fffffa80`06d26010 : nt!KiBugCheckDispatch+0x69
    fffff880`009fd360 fffff800`02ce0285 : 00000000`00000024 00000000`0018a98e 00000006`00000000 00000000`00000045 : nt!KiPageFault+0x260
    fffff880`009fd4f0 fffff800`02cdfdd6 : fffffa80`07fbe548 fffffa80`07fbe548 00000000`00000000 00000000`00000000 : nt!KiProcessTimerDpcTable+0x4d
    fffff880`009fd560 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiProcessExpiredTimerList+0xc6
    
    
    STACK_COMMAND:  kb
    
    FOLLOWUP_IP: 
    nt!KiProcessTimerDpcTable+4d
    fffff800`02ce0285 458b4e04        mov     r9d,dword ptr [r14+4]
    
    SYMBOL_STACK_INDEX:  3
    
    SYMBOL_NAME:  nt!KiProcessTimerDpcTable+4d
    
    FOLLOWUP_NAME:  MachineOwner
    
    MODULE_NAME: nt
    
    IMAGE_NAME:  ntkrnlmp.exe
    
    DEBUG_FLR_IMAGE_TIMESTAMP:  4c1c44a9
    
    FAILURE_BUCKET_ID:  X64_0xA_nt!KiProcessTimerDpcTable+4d
    
    BUCKET_ID:  X64_0xA_nt!KiProcessTimerDpcTable+4d
    
    Followup: MachineOwner
    ---------
    
    Kernel base = 0xfffff800`02c14000 PsLoadedModuleList = 0xfffff800`02e51e50
    Debug session time: Wed Sep 29 01:30:53.678 2010 (GMT-4)
    System Uptime: 0 days 9:36:49.520
    Loading Kernel Symbols
    ...............................................................
    ................................................................
    ........................
    Loading User Symbols
    Loading unloaded module list
    ......
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    Use !analyze -v to get detailed debugging information.
    
    BugCheck A, {21da34, d, 1, fffff80002c915f6}
    
    Probably caused by : intelppm.sys ( intelppm!C1Halt+2 )
    
    Followup: MachineOwner
    ---------
    
    1: 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: 000000000021da34, memory referenced
    Arg2: 000000000000000d, IRQL
    Arg3: 0000000000000001, 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: fffff80002c915f6, address which referenced memory
    
    Debugging Details:
    ------------------
    
    
    WRITE_ADDRESS: GetPointerFromAddress: unable to read from fffff80002ebc0e0
     000000000021da34 
    
    CURRENT_IRQL:  d
    
    FAULTING_IP: 
    nt!KeUpdateRunTime+96
    fffff800`02c915f6 89bbe8210000    mov     dword ptr [rbx+21E8h],edi
    
    CUSTOMER_CRASH_COUNT:  1
    
    DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT
    
    BUGCHECK_STR:  0xA
    
    PROCESS_NAME:  System
    
    TRAP_FRAME:  fffff88002f1b940 -- (.trap 0xfffff88002f1b940)
    NOTE: The trap frame does not contain all registers.
    Some register values may be zeroed or incorrect.
    rax=0000000000000000 rbx=0000000000000000 rcx=0000005094e1b69e
    rdx=0000000000000600 rsi=0000000000000000 rdi=0000000000000000
    rip=fffff80002c915f6 rsp=fffff88002f1bad0 rbp=0000000000000000
     r8=000000000021da30  r9=000000000021da30 r10=0000000000000f4c
    r11=fffff88004800000 r12=0000000000000000 r13=0000000000000000
    r14=0000000000000000 r15=0000000000000000
    iopl=0         nv up ei pl zr na po nc
    nt!KeUpdateRunTime+0x96:
    fffff800`02c915f6 89bbe8210000    mov     dword ptr [rbx+21E8h],edi ds:00000000`000021e8=????????
    Resetting default scope
    
    LAST_CONTROL_TRANSFER:  from fffff80002c83ca9 to fffff80002c84740
    
    STACK_TEXT:  
    fffff880`02f1b7f8 fffff800`02c83ca9 : 00000000`0000000a 00000000`0021da34 00000000`0000000d 00000000`00000001 : nt!KeBugCheckEx
    fffff880`02f1b800 fffff800`02c82920 : 00000000`00000000 fffff880`009ea180 fffff880`02f1ba88 fffff880`048e5a53 : nt!KiBugCheckDispatch+0x69
    fffff880`02f1b940 fffff800`02c915f6 : fffffa80`072629d0 fffff880`048e7ff4 00000000`00002710 fffffa80`06a5f480 : nt!KiPageFault+0x260
    fffff880`02f1bad0 fffff800`02c913a1 : 00000000`00000000 fffff880`02f1bb80 fffff880`009ea180 00000000`00000001 : nt!KeUpdateRunTime+0x96
    fffff880`02f1bb00 fffff880`0431b9c2 : fffff800`02c9224a 00000000`003bbdbb fffffa80`06a985d8 fffff880`009f50c0 : nt!KiSecondaryClockInterrupt+0x131
    fffff880`02f1bc98 fffff800`02c9224a : 00000000`003bbdbb fffffa80`06a985d8 fffff880`009f50c0 00000000`00000001 : intelppm!C1Halt+0x2
    fffff880`02f1bca0 fffff800`02c8cebc : fffff880`009ea180 fffff880`00000000 00000000`00000000 fffff880`0441d588 : nt!PoIdle+0x53a
    fffff880`02f1bd80 00000000`00000000 : fffff880`02f1c000 fffff880`02f16000 fffff880`02f1bd40 00000000`00000000 : nt!KiIdleLoop+0x2c
    
    
    STACK_COMMAND:  kb
    
    FOLLOWUP_IP: 
    intelppm!C1Halt+2
    fffff880`0431b9c2 c3              ret
    
    SYMBOL_STACK_INDEX:  5
    
    SYMBOL_NAME:  intelppm!C1Halt+2
    
    FOLLOWUP_NAME:  MachineOwner
    
    MODULE_NAME: intelppm
    
    IMAGE_NAME:  intelppm.sys
    
    DEBUG_FLR_IMAGE_TIMESTAMP:  4a5bc0fd
    
    FAILURE_BUCKET_ID:  X64_0xA_intelppm!C1Halt+2
    
    BUCKET_ID:  X64_0xA_intelppm!C1Halt+2
    
    Followup: MachineOwner
    ---------
    
    Kernel base = 0xfffff800`02c4e000 PsLoadedModuleList = 0xfffff800`02e8be50
    Debug session time: Wed Sep 29 23:34:30.978 2010 (GMT-4)
    System Uptime: 0 days 9:24:02.930
    Loading Kernel Symbols
    ...............................................................
    ................................................................
    .........................
    Loading User Symbols
    Loading unloaded module list
    ...........
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    Use !analyze -v to get detailed debugging information.
    
    BugCheck 1E, {0, 0, 0, 0}
    
    Probably caused by : hardware ( intelppm!C1Halt+2 )
    
    Followup: MachineOwner
    ---------
    
    1: kd> !analyze -v
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    KMODE_EXCEPTION_NOT_HANDLED (1e)
    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.
    Arguments:
    Arg1: 0000000000000000, The exception code that was not handled
    Arg2: 0000000000000000, The address that the exception occurred at
    Arg3: 0000000000000000, Parameter 0 of the exception
    Arg4: 0000000000000000, Parameter 1 of the exception
    
    Debugging Details:
    ------------------
    
    
    EXCEPTION_CODE: (Win32) 0 (0) - The operation completed successfully.
    
    FAULTING_IP: 
    +633e952f0198dc38
    00000000`00000000 ??              ???
    
    EXCEPTION_PARAMETER1:  0000000000000000
    
    EXCEPTION_PARAMETER2:  0000000000000000
    
    CUSTOMER_CRASH_COUNT:  1
    
    DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT
    
    BUGCHECK_STR:  0x1E
    
    PROCESS_NAME:  System
    
    CURRENT_IRQL:  d
    
    EXCEPTION_RECORD:  fffff88002f1b898 -- (.exr 0xfffff88002f1b898)
    ExceptionAddress: fffff80002ccb64d (nt!KeUpdateRunTime+0x00000000000000ed)
       ExceptionCode: c0000005 (Access violation)
      ExceptionFlags: 00000000
    NumberParameters: 2
       Parameter[0]: 0000000000000000
       Parameter[1]: ffffffffffffffff
    Attempt to read from address ffffffffffffffff
    
    TRAP_FRAME:  fffff88002f1b940 -- (.trap 0xfffff88002f1b940)
    NOTE: The trap frame does not contain all registers.
    Some register values may be zeroed or incorrect.
    rax=fffff880009f50c0 rbx=0000000000000000 rcx=0100000100001f80
    rdx=0000000000016f83 rsi=0000000000000000 rdi=0000000000000000
    rip=fffff80002ccb64d rsp=fffff88002f1bad0 rbp=0000000000000000
     r8=000000000001b569  r9=0000000000000000 r10=0000000000001f11
    r11=fffff88004804000 r12=0000000000000000 r13=0000000000000000
    r14=0000000000000000 r15=0000000000000000
    iopl=0         nv up ei pl zr na po nc
    nt!KeUpdateRunTime+0xed:
    fffff800`02ccb64d 83e021          and     eax,21h
    Resetting default scope
    
    MISALIGNED_IP: 
    nt!KeUpdateRunTime+ed
    fffff800`02ccb64d 83e021          and     eax,21h
    
    LAST_CONTROL_TRANSFER:  from fffff80002cb646e to fffff80002cbe710
    
    STACK_TEXT:  
    fffff880`02f1a988 fffff800`02cb646e : 00000000`00000000 00000000`00000000 fffff880`02f1b100 fffff800`02ceb668 : nt!KeBugCheck
    fffff880`02f1a990 fffff800`02ce440d : fffff800`02eccedc fffff800`02e05dac fffff800`02c4e000 fffff880`02f1b898 : nt!KiKernelCalloutExceptionHandler+0xe
    fffff880`02f1a9c0 fffff800`02ceba90 : fffff800`02e0db14 fffff880`02f1aa38 fffff880`02f1b898 fffff800`02c4e000 : nt!RtlpExecuteHandlerForException+0xd
    fffff880`02f1a9f0 fffff800`02cf89ef : fffff880`02f1b898 fffff880`02f1b100 fffff880`00000000 fffff880`009f50c0 : nt!RtlDispatchException+0x410
    fffff880`02f1b0d0 fffff800`02cbdd82 : fffff880`02f1b898 fffff880`009ea180 fffff880`02f1b940 00000000`000186a0 : nt!KiDispatchException+0x16f
    fffff880`02f1b760 fffff800`02cbc68a : 00000000`00000000 fffffa80`0717eaf0 fffff880`02f1ba88 fffff880`048e9a53 : nt!KiExceptionDispatch+0xc2
    fffff880`02f1b940 fffff800`02ccb64d : fffffa80`071649d0 fffff880`048ebff4 00000000`000186a0 fffffa80`069a2040 : nt!KiGeneralProtectionFault+0x10a
    fffff880`02f1bad0 fffff800`02ccb3a1 : 00000000`00000000 fffff880`02f1bb80 fffff880`009ea180 00000000`00000001 : nt!KeUpdateRunTime+0xed
    fffff880`02f1bb00 fffff880`040f49c2 : fffff800`02ccc24a 00000000`003bbd9e fffffa80`064b8dd8 00000000`ffffffed : nt!KiSecondaryClockInterrupt+0x131
    fffff880`02f1bc98 fffff800`02ccc24a : 00000000`003bbd9e fffffa80`064b8dd8 00000000`ffffffed 00007b65`641ce07f : intelppm!C1Halt+0x2
    fffff880`02f1bca0 fffff800`02cc6ebc : fffff880`009ea180 fffff880`00000000 00000000`00000000 fffff880`042cd588 : nt!PoIdle+0x53a
    fffff880`02f1bd80 00000000`00000000 : fffff880`02f1c000 fffff880`02f16000 fffff880`02f1bd40 00000000`00000000 : nt!KiIdleLoop+0x2c
    
    
    STACK_COMMAND:  kb
    
    FOLLOWUP_IP: 
    intelppm!C1Halt+2
    fffff880`040f49c2 c3              ret
    
    SYMBOL_STACK_INDEX:  9
    
    SYMBOL_NAME:  intelppm!C1Halt+2
    
    FOLLOWUP_NAME:  MachineOwner
    
    MODULE_NAME: hardware
    
    IMAGE_NAME:  hardware
    
    DEBUG_FLR_IMAGE_TIMESTAMP:  0
    
    FAILURE_BUCKET_ID:  X64_IP_MISALIGNED
    
    BUCKET_ID:  X64_IP_MISALIGNED
    
    Followup: MachineOwner
    ---------
    
    Kernel base = 0xfffff800`02c52000 PsLoadedModuleList = 0xfffff800`02e8fe50
    Debug session time: Wed Sep 29 14:09:39.823 2010 (GMT-4)
    System Uptime: 0 days 4:58:26.775
    Loading Kernel Symbols
    ...............................................................
    ................................................................
    ........................
    Loading User Symbols
    Loading unloaded module list
    ..........
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    Use !analyze -v to get detailed debugging information.
    
    BugCheck 1E, {0, 0, 0, 0}
    
    Probably caused by : ntkrnlmp.exe ( nt!KiKernelCalloutExceptionHandler+e )
    
    Followup: MachineOwner
    ---------
    
    0: kd> !analyze -v
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    KMODE_EXCEPTION_NOT_HANDLED (1e)
    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.
    Arguments:
    Arg1: 0000000000000000, The exception code that was not handled
    Arg2: 0000000000000000, The address that the exception occurred at
    Arg3: 0000000000000000, Parameter 0 of the exception
    Arg4: 0000000000000000, Parameter 1 of the exception
    
    Debugging Details:
    ------------------
    
    
    EXCEPTION_CODE: (Win32) 0 (0) - The operation completed successfully.
    
    FAULTING_IP: 
    +633e952f01b7da2c
    00000000`00000000 ??              ???
    
    EXCEPTION_PARAMETER1:  0000000000000000
    
    EXCEPTION_PARAMETER2:  0000000000000000
    
    CUSTOMER_CRASH_COUNT:  1
    
    DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT
    
    BUGCHECK_STR:  0x1E
    
    PROCESS_NAME:  System
    
    CURRENT_IRQL:  2
    
    EXCEPTION_RECORD:  fffff80000b9c2b8 -- (.exr 0xfffff80000b9c2b8)
    ExceptionAddress: fffff80000b9c606
       ExceptionCode: c000001d (Illegal instruction)
      ExceptionFlags: 00000000
    NumberParameters: 0
    
    TRAP_FRAME:  fffff80000b9c360 -- (.trap 0xfffff80000b9c360)
    NOTE: The trap frame does not contain all registers.
    Some register values may be zeroed or incorrect.
    rax=fffffa80068d720a rbx=0000000000000000 rcx=fffffa8005587910
    rdx=fffff80002e03200 rsi=0000000000000000 rdi=0000000000000000
    rip=fffff80000b9c606 rsp=fffff80000b9c4f8 rbp=0000000000000001
     r8=0000000000000000  r9=0000000000000002 r10=0000000000000001
    r11=0000000000000060 r12=0000000000000000 r13=0000000000000000
    r14=0000000000000000 r15=0000000000000000
    iopl=0         nv up ei pl nz na po nc
    fffff800`00b9c606 ff              ???
    Resetting default scope
    
    LAST_CONTROL_TRANSFER:  from fffff80002cba46e to fffff80002cc2710
    
    STACK_TEXT:  
    fffff800`00b9b3a8 fffff800`02cba46e : fffffa80`075351a0 00000000`00010003 fffff800`00b9bb20 fffff800`02cef668 : nt!KeBugCheck
    fffff800`00b9b3b0 fffff800`02ce840d : fffff800`02ed0b7c fffff800`02e0ae84 fffff800`02c52000 fffff800`00b9c2b8 : nt!KiKernelCalloutExceptionHandler+0xe
    fffff800`00b9b3e0 fffff800`02cefa90 : fffff800`02e11b14 fffff800`00b9b458 fffff800`00b9c2b8 fffff800`02c52000 : nt!RtlpExecuteHandlerForException+0xd
    fffff800`00b9b410 fffff800`02cfc9ef : fffff800`00b9c2b8 fffff800`00b9bb20 fffff800`00000000 00000000`00000000 : nt!RtlDispatchException+0x410
    fffff800`00b9baf0 fffff800`02cc1d82 : fffff800`00b9c2b8 fffff800`00b9c600 fffff800`00b9c360 00000000`00000000 : nt!KiDispatchException+0x16f
    fffff800`00b9c180 fffff800`02cbfedf : fffff800`00b9c360 fffff800`02da8102 00000000`00000000 fffffa80`00000000 : nt!KiExceptionDispatch+0xc2
    fffff800`00b9c360 fffff800`00b9c606 : fffff800`02d84bdc 00000000`00000000 fffff800`00000000 fffff800`00000000 : nt!KiInvalidOpcodeFault+0x11f
    fffff800`00b9c4f8 fffff800`02d84bdc : 00000000`00000000 fffff800`00000000 fffff800`00000000 fffff800`00000000 : 0xfffff800`00b9c606
    fffff800`00b9c500 fffff800`02dab87a : 00000000`003bbd9e fffff800`00b9c600 00000000`00000001 fffff800`02ccc27a : nt!PpmAcquireLockNoOwner+0x2c
    fffff800`00b9c540 fffff800`02cce29e : fffff800`00b9c648 fffffa80`00000000 00000006`40d70a88 00000000`00000000 : nt!PpmCheckStart+0x2a
    fffff800`00b9c570 fffff800`02ccddd6 : fffff800`02e64290 00000000`001183d6 00000000`00000000 00000000`00000000 : nt!KiProcessTimerDpcTable+0x66
    fffff800`00b9c5e0 fffff800`02cce4be : 00000029`b145267e fffff800`00b9cc58 00000000`001183d6 fffff800`02e40d48 : nt!KiProcessExpiredTimerList+0xc6
    fffff800`00b9cc30 fffff800`02ccdcb7 : 00000010`52c9aac1 00000010`001183d6 00000010`52c9aaca 00000000`000000d6 : nt!KiTimerExpiration+0x1be
    fffff800`00b9ccd0 fffff800`02ccaeea : fffff800`02e3ce80 fffff800`02e4ac40 00000000`00000000 fffff880`0431cdb0 : nt!KiRetireDpcList+0x277
    fffff800`00b9cd80 00000000`00000000 : fffff800`00b9d000 fffff800`00b97000 fffff800`00b9cd40 00000000`00000000 : nt!KiIdleLoop+0x5a
    
    
    STACK_COMMAND:  kb
    
    FOLLOWUP_IP: 
    nt!KiKernelCalloutExceptionHandler+e
    fffff800`02cba46e 90              nop
    
    SYMBOL_STACK_INDEX:  1
    
    SYMBOL_NAME:  nt!KiKernelCalloutExceptionHandler+e
    
    FOLLOWUP_NAME:  MachineOwner
    
    MODULE_NAME: nt
    
    IMAGE_NAME:  ntkrnlmp.exe
    
    DEBUG_FLR_IMAGE_TIMESTAMP:  4c1c44a9
    
    FAILURE_BUCKET_ID:  X64_0x1E_nt!KiKernelCalloutExceptionHandler+e
    
    BUCKET_ID:  X64_0x1E_nt!KiKernelCalloutExceptionHandler+e
    
    Followup: MachineOwner
    ---------
    
    0: kd> lmtsmn
    start             end                 module name
    fffff880`045bf000 fffff880`045fd000   1394ohci 1394ohci.sys Mon Jul 13 20:07:12 2009 (4A5BCC30)
    fffff880`00ebf000 fffff880`00f16000   ACPI     ACPI.sys     Mon Jul 13 19:19:34 2009 (4A5BC106)
    fffff880`04072000 fffff880`040fc000   afd      afd.sys      Mon Jul 13 19:21:40 2009 (4A5BC184)
    fffff880`04421000 fffff880`04437000   AgileVpn AgileVpn.sys Mon Jul 13 20:10:24 2009 (4A5BCCF0)
    fffff880`011ce000 fffff880`011d9000   amdxata  amdxata.sys  Tue May 19 13:56:59 2009 (4A12F2EB)
    fffff880`04400000 fffff880`04408000   ASACPI   ASACPI.sys   Wed Jul 15 23:31:29 2009 (4A5E9F11)
    fffff880`0425c000 fffff880`04262000   AsIO     AsIO.sys     Mon Aug 03 03:03:16 2009 (4A768BB4)
    fffff880`04256000 fffff880`0425c000   AsUpIO   AsUpIO.sys   Sun Jul 05 22:21:38 2009 (4A515FB2)
    fffff880`07f79000 fffff880`07f84000   asyncmac asyncmac.sys Mon Jul 13 20:10:13 2009 (4A5BCCE5)
    fffff880`01190000 fffff880`01199000   atapi    atapi.sys    Mon Jul 13 19:19:47 2009 (4A5BC113)
    fffff880`01199000 fffff880`011c3000   ataport  ataport.SYS  Mon Jul 13 19:19:52 2009 (4A5BC118)
    fffff880`05215000 fffff880`05235000   AtihdW76 AtihdW76.sys Thu Jul 15 08:46:49 2010 (4C3F0339)
    fffff880`04819000 fffff880`04fd4000   atikmdag atikmdag.sys Wed Aug 25 21:47:22 2010 (4C75C7AA)
    fffff880`042d0000 fffff880`0431a000   atikmpag atikmpag.sys Wed Aug 25 21:20:56 2010 (4C75C178)
    fffff880`01600000 fffff880`01607000   Beep     Beep.SYS     Mon Jul 13 20:00:13 2009 (4A5BCA8D)
    fffff880`04245000 fffff880`04256000   blbdrive blbdrive.sys Mon Jul 13 19:35:59 2009 (4A5BC4DF)
    fffff880`05595000 fffff880`055b3000   bowser   bowser.sys   Mon Jul 13 19:23:50 2009 (4A5BC206)
    fffff960`00660000 fffff960`00687000   cdd      cdd.dll      unavailable (00000000)
    fffff880`00dd2000 fffff880`00dfc000   cdrom    cdrom.sys    Mon Jul 13 19:19:54 2009 (4A5BC11A)
    fffff880`00ce8000 fffff880`00da8000   CI       CI.dll       Mon Jul 13 21:32:13 2009 (4A5BE01D)
    fffff880`01200000 fffff880`01230000   CLASSPNP CLASSPNP.SYS Mon Jul 13 19:19:58 2009 (4A5BC11E)
    fffff880`00c8a000 fffff880`00ce8000   CLFS     CLFS.SYS     Mon Jul 13 19:19:57 2009 (4A5BC11D)
    fffff880`01487000 fffff880`014fa000   cng      cng.sys      Mon Jul 13 19:49:40 2009 (4A5BC814)
    fffff880`04411000 fffff880`04421000   CompositeBus CompositeBus.sys Mon Jul 13 20:00:33 2009 (4A5BCAA1)
    fffff880`05471000 fffff880`0547a000   cpuz133_x64 cpuz133_x64.sys Tue May 11 05:58:57 2010 (4BE92A61)
    fffff880`0547a000 fffff880`05483000   cpuz134_x64 cpuz134_x64.sys Fri Jul 09 07:16:58 2010 (4C37052A)
    fffff880`0609d000 fffff880`060ab000   crashdmp crashdmp.sys Mon Jul 13 20:01:01 2009 (4A5BCABD)
    fffff880`04227000 fffff880`04245000   dfsc     dfsc.sys     Mon Jul 13 19:23:44 2009 (4A5BC200)
    fffff880`04017000 fffff880`04026000   discache discache.sys Mon Jul 13 19:37:18 2009 (4A5BC52E)
    fffff880`015d5000 fffff880`015eb000   disk     disk.sys     Mon Jul 13 19:19:57 2009 (4A5BC11D)
    fffff880`043d5000 fffff880`043f7000   drmk     drmk.sys     Mon Jul 13 21:01:25 2009 (4A5BD8E5)
    fffff880`060b7000 fffff880`060c0000   dump_atapi dump_atapi.sys Mon Jul 13 19:19:47 2009 (4A5BC113)
    fffff880`060ab000 fffff880`060b7000   dump_dumpata dump_dumpata.sys Mon Jul 13 19:19:47 2009 (4A5BC113)
    fffff880`060c0000 fffff880`060d3000   dump_dumpfve dump_dumpfve.sys Mon Jul 13 19:21:51 2009 (4A5BC18F)
    fffff880`06091000 fffff880`0609d000   Dxapi    Dxapi.sys    Mon Jul 13 19:38:28 2009 (4A5BC574)
    fffff880`04443000 fffff880`04537000   dxgkrnl  dxgkrnl.sys  Thu Oct 01 21:00:14 2009 (4AC5509E)
    fffff880`04537000 fffff880`0457d000   dxgmms1  dxgmms1.sys  Mon Jul 13 19:38:32 2009 (4A5BC578)
    fffff880`0104c000 fffff880`01060000   fileinfo fileinfo.sys Mon Jul 13 19:34:25 2009 (4A5BC481)
    fffff880`01000000 fffff880`0104c000   fltmgr   fltmgr.sys   Mon Jul 13 19:19:59 2009 (4A5BC11F)
    fffff880`0150b000 fffff880`01515000   Fs_Rec   Fs_Rec.sys   Mon Jul 13 19:19:45 2009 (4A5BC111)
    fffff880`0159b000 fffff880`015d5000   fvevol   fvevol.sys   Fri Sep 25 22:34:26 2009 (4ABD7DB2)
    fffff880`01784000 fffff880`017ce000   fwpkclnt fwpkclnt.sys Mon Jul 13 19:21:08 2009 (4A5BC164)
    fffff800`02c09000 fffff800`02c52000   hal      hal.dll      Mon Jul 13 21:27:36 2009 (4A5BDF08)
    fffff880`0457d000 fffff880`045a1000   HDAudBus HDAudBus.sys Mon Jul 13 20:06:13 2009 (4A5BCBF5)
    fffff880`060fe000 fffff880`06117000   HIDCLASS HIDCLASS.SYS Mon Jul 13 20:06:21 2009 (4A5BCBFD)
    fffff880`06117000 fffff880`0611f080   HIDPARSE HIDPARSE.SYS Mon Jul 13 20:06:17 2009 (4A5BCBF9)
    fffff880`060f0000 fffff880`060fe000   hidusb   hidusb.sys   Mon Jul 13 20:06:22 2009 (4A5BCBFE)
    fffff880`054cd000 fffff880`05595000   HTTP     HTTP.sys     Mon Jul 13 19:22:16 2009 (4A5BC1A8)
    fffff880`017e8000 fffff880`017f1000   hwpolicy hwpolicy.sys Mon Jul 13 19:19:22 2009 (4A5BC0FA)
    fffff880`01074000 fffff880`01190000   iaStor   iaStor.sys   Thu Jun 04 21:53:40 2009 (4A287AA4)
    fffff880`04288000 fffff880`0429e000   intelppm intelppm.sys Mon Jul 13 19:19:25 2009 (4A5BC0FD)
    fffff880`0530c000 fffff880`0531b000   kbdclass kbdclass.sys Mon Jul 13 19:19:50 2009 (4A5BC116)
    fffff880`0612d000 fffff880`0613b000   kbdhid   kbdhid.sys   Mon Jul 13 20:00:20 2009 (4A5BCA94)
    fffff800`00bc2000 fffff800`00bcc000   kdcom    kdcom.dll    Mon Jul 13 21:31:07 2009 (4A5BDFDB)
    fffff880`0532c000 fffff880`0536f000   ks       ks.sys       Wed Mar 03 23:32:25 2010 (4B8F37D9)
    fffff880`0146d000 fffff880`01487000   ksecdd   ksecdd.sys   Mon Jul 13 19:20:54 2009 (4A5BC156)
    fffff880`01759000 fffff880`01784000   ksecpkg  ksecpkg.sys  Fri Dec 11 01:03:32 2009 (4B21E0B4)
    fffff880`05272000 fffff880`05277200   ksthunk  ksthunk.sys  Mon Jul 13 20:00:19 2009 (4A5BCA93)
    fffff880`0794e000 fffff880`07963000   lltdio   lltdio.sys   Mon Jul 13 20:08:50 2009 (4A5BCC92)
    fffff880`078c8000 fffff880`078eb000   luafv    luafv.sys    Mon Jul 13 19:26:13 2009 (4A5BC295)
    fffff880`07e99000 fffff880`07ea3000   LVPr2M64 LVPr2M64.sys Fri May 07 21:38:16 2010 (4BE4C088)
    fffff880`07876000 fffff880`078c7200   lvrs64   lvrs64.sys   Tue Jul 27 04:00:02 2010 (4C4E9202)
    fffff880`0724d000 fffff880`07875e00   lvuvc64  lvuvc64.sys  Tue Jul 27 04:00:43 2010 (4C4E922B)
    fffff880`00c32000 fffff880`00c76000   mcupdate_GenuineIntel mcupdate_GenuineIntel.dll Mon Jul 13 21:29:10 2009 (4A5BDF66)
    fffff880`0613b000 fffff880`06149000   monitor  monitor.sys  Mon Jul 13 19:38:52 2009 (4A5BC58C)
    fffff880`0531b000 fffff880`0532a000   mouclass mouclass.sys Mon Jul 13 19:19:50 2009 (4A5BC116)
    fffff880`06120000 fffff880`0612d000   mouhid   mouhid.sys   Mon Jul 13 20:00:20 2009 (4A5BCA94)
    fffff880`00db8000 fffff880`00dd2000   mountmgr mountmgr.sys Mon Jul 13 19:19:54 2009 (4A5BC11A)
    fffff880`00c00000 fffff880`00c2d000   MpFilter MpFilter.sys Sat Mar 20 01:58:08 2010 (4BA463F0)
    fffff880`055b3000 fffff880`055cb000   mpsdrv   mpsdrv.sys   Mon Jul 13 20:08:25 2009 (4A5BCC79)
    fffff880`055cb000 fffff880`055f8000   mrxsmb   mrxsmb.sys   Sat Feb 27 02:52:19 2010 (4B88CF33)
    fffff880`05400000 fffff880`0544e000   mrxsmb10 mrxsmb10.sys Sat Feb 27 02:52:28 2010 (4B88CF3C)
    fffff880`0544e000 fffff880`05471000   mrxsmb20 mrxsmb20.sys Sat Feb 27 02:52:26 2010 (4B88CF3A)
    fffff880`011c3000 fffff880`011ce000   msahci   msahci.sys   Mon Jul 13 20:01:01 2009 (4A5BCABD)
    fffff880`0402b000 fffff880`04036000   Msfs     Msfs.SYS     Mon Jul 13 19:19:47 2009 (4A5BC113)
    fffff880`00f1f000 fffff880`00f29000   msisadrv msisadrv.sys Mon Jul 13 19:19:26 2009 (4A5BC0FE)
    fffff880`0140f000 fffff880`0146d000   msrpc    msrpc.sys    Mon Jul 13 19:21:32 2009 (4A5BC17C)
    fffff880`0400c000 fffff880`04017000   mssmbios mssmbios.sys Mon Jul 13 19:31:10 2009 (4A5BC3BE)
    fffff880`017d6000 fffff880`017e8000   mup      mup.sys      Mon Jul 13 19:23:45 2009 (4A5BC201)
    fffff880`01607000 fffff880`016f9000   ndis     ndis.sys     Mon Jul 13 19:21:40 2009 (4A5BC184)
    fffff880`04437000 fffff880`04443000   ndistapi ndistapi.sys Mon Jul 13 20:10:00 2009 (4A5BCCD8)
    fffff880`05287000 fffff880`052b6000   ndiswan  ndiswan.sys  Mon Jul 13 20:10:11 2009 (4A5BCCE3)
    fffff880`05200000 fffff880`05215000   NDProxy  NDProxy.SYS  Mon Jul 13 20:10:05 2009 (4A5BCCDD)
    fffff880`04170000 fffff880`0417f000   netbios  netbios.sys  Mon Jul 13 20:09:26 2009 (4A5BCCB6)
    fffff880`040fc000 fffff880`04141000   netbt    netbt.sys    Mon Jul 13 19:21:28 2009 (4A5BC178)
    fffff880`016f9000 fffff880`01759000   NETIO    NETIO.SYS    Mon Jul 13 19:21:46 2009 (4A5BC18A)
    fffff880`04036000 fffff880`04047000   Npfs     Npfs.SYS     Mon Jul 13 19:19:48 2009 (4A5BC114)
    fffff880`04000000 fffff880`0400c000   nsiproxy nsiproxy.sys Mon Jul 13 19:21:02 2009 (4A5BC15E)
    fffff800`02c52000 fffff800`0322e000   nt       ntkrnlmp.exe Sat Jun 19 00:16:41 2010 (4C1C44A9)
    fffff880`0124d000 fffff880`013f0000   Ntfs     Ntfs.sys     Mon Jul 13 19:20:47 2009 (4A5BC14F)
    fffff880`01400000 fffff880`01409000   Null     Null.SYS     Mon Jul 13 19:19:37 2009 (4A5BC109)
    fffff880`05381000 fffff880`05399000   nusb3hub nusb3hub.sys Thu Jan 21 22:22:18 2010 (4B5919EA)
    fffff880`0429e000 fffff880`042ce000   nusb3xhc nusb3xhc.sys Thu Jan 21 22:22:21 2010 (4B5919ED)
    fffff880`0414a000 fffff880`04170000   pacer    pacer.sys    Mon Jul 13 20:09:41 2009 (4A5BCCC5)
    fffff880`00f69000 fffff880`00f7e000   partmgr  partmgr.sys  Mon Jul 13 19:19:58 2009 (4A5BC11E)
    fffff880`00f29000 fffff880`00f5c000   pci      pci.sys      Mon Jul 13 19:19:51 2009 (4A5BC117)
    fffff880`00fef000 fffff880`00ff6000   pciide   pciide.sys   Mon Jul 13 19:19:49 2009 (4A5BC115)
    fffff880`00da8000 fffff880`00db8000   PCIIDEX  PCIIDEX.SYS  Mon Jul 13 19:19:48 2009 (4A5BC114)
    fffff880`014fa000 fffff880`0150b000   pcw      pcw.sys      Mon Jul 13 19:19:27 2009 (4A5BC0FF)
    fffff880`07c5d000 fffff880`07d03000   peauth   peauth.sys   Mon Jul 13 21:01:19 2009 (4A5BD8DF)
    fffff880`05235000 fffff880`05272000   portcls  portcls.sys  Mon Jul 13 20:06:27 2009 (4A5BCC03)
    fffff880`00c76000 fffff880`00c8a000   PSHED    PSHED.dll    Mon Jul 13 21:32:23 2009 (4A5BE027)
    fffff880`04fd4000 fffff880`04ff8000   rasl2tp  rasl2tp.sys  Mon Jul 13 20:10:11 2009 (4A5BCCE3)
    fffff880`052b6000 fffff880`052d1000   raspppoe raspppoe.sys Mon Jul 13 20:10:17 2009 (4A5BCCE9)
    fffff880`052d1000 fffff880`052f2000   raspptp  raspptp.sys  Mon Jul 13 20:10:18 2009 (4A5BCCEA)
    fffff880`052f2000 fffff880`0530c000   rassstp  rassstp.sys  Mon Jul 13 20:10:25 2009 (4A5BCCF1)
    fffff880`041ae000 fffff880`041ff000   rdbss    rdbss.sys    Mon Jul 13 19:24:09 2009 (4A5BC219)
    fffff880`01243000 fffff880`0124c000   RDPCDD   RDPCDD.sys   Mon Jul 13 20:16:34 2009 (4A5BCE62)
    fffff880`00ff6000 fffff880`00fff000   rdpencdd rdpencdd.sys Mon Jul 13 20:16:34 2009 (4A5BCE62)
    fffff880`00e00000 fffff880`00e09000   rdprefmp rdprefmp.sys Mon Jul 13 20:16:35 2009 (4A5BCE63)
    fffff880`01561000 fffff880`0159b000   rdyboost rdyboost.sys Mon Jul 13 19:34:34 2009 (4A5BC48A)
    fffff880`07963000 fffff880`0797b000   rspndr   rspndr.sys   Mon Jul 13 20:08:50 2009 (4A5BCC92)
    fffff880`05e6a000 fffff880`06090300   RTKVHD64 RTKVHD64.sys Fri Jan 29 01:48:35 2010 (4B6284C3)
    fffff880`07d03000 fffff880`07d0e000   secdrv   secdrv.SYS   Wed Sep 13 09:18:38 2006 (4508052E)
    fffff880`017ce000 fffff880`017d6000   spldr    spldr.sys    Mon May 11 12:56:27 2009 (4A0858BB)
    fffff880`07e03000 fffff880`07e99000   srv      srv.sys      Mon Jun 21 23:21:11 2010 (4C202C27)
    fffff880`07d4d000 fffff880`07db5000   srv2     srv2.sys     Mon Jun 21 23:20:47 2010 (4C202C0F)
    fffff880`07d0e000 fffff880`07d3b000   srvnet   srvnet.sys   Mon Jun 21 23:20:32 2010 (4C202C00)
    fffff880`0532a000 fffff880`0532b480   swenum   swenum.sys   Mon Jul 13 20:00:18 2009 (4A5BCA92)
    fffff880`01801000 fffff880`019fe000   tcpip    tcpip.sys    Sun Jun 13 23:39:04 2010 (4C15A458)
    fffff880`07d3b000 fffff880`07d4d000   tcpipreg tcpipreg.sys Mon Jul 13 20:09:49 2009 (4A5BCCCD)
    fffff880`04065000 fffff880`04072000   TDI      TDI.SYS      Mon Jul 13 19:21:18 2009 (4A5BC16E)
    fffff880`04047000 fffff880`04065000   tdx      tdx.sys      Mon Jul 13 19:21:15 2009 (4A5BC16B)
    fffff880`0419a000 fffff880`041ae000   termdd   termdd.sys   Mon Jul 13 20:16:36 2009 (4A5BCE64)
    fffff960`00450000 fffff960`0045a000   TSDDD    TSDDD.dll    unavailable (00000000)
    fffff880`04262000 fffff880`04288000   tunnel   tunnel.sys   Mon Jul 13 20:09:37 2009 (4A5BCCC1)
    fffff880`0536f000 fffff880`05381000   umbus    umbus.sys    Mon Jul 13 20:06:56 2009 (4A5BCC20)
    fffff880`0618b000 fffff880`061a5c00   usbaudio usbaudio.sys Mon Jul 13 20:06:31 2009 (4A5BCC07)
    fffff880`060d3000 fffff880`060f0000   usbccgp  usbccgp.sys  Mon Jul 13 20:06:45 2009 (4A5BCC15)
    fffff880`042ce000 fffff880`042cff00   USBD     USBD.SYS     Mon Jul 13 20:06:23 2009 (4A5BCBFF)
    fffff880`045ae000 fffff880`045bf000   usbehci  usbehci.sys  Mon Jul 13 20:06:30 2009 (4A5BCC06)
    fffff880`05399000 fffff880`053f3000   usbhub   usbhub.sys   Mon Jul 13 20:07:09 2009 (4A5BCC2D)
    fffff880`0431a000 fffff880`04370000   USBPORT  USBPORT.SYS  Mon Jul 13 20:06:31 2009 (4A5BCC07)
    fffff880`045a1000 fffff880`045ae000   usbuhci  usbuhci.sys  Mon Jul 13 20:06:27 2009 (4A5BCC03)
    fffff880`00f5c000 fffff880`00f69000   vdrvroot vdrvroot.sys Mon Jul 13 20:01:31 2009 (4A5BCADB)
    fffff880`013f0000 fffff880`013fe000   vga      vga.sys      Mon Jul 13 19:38:47 2009 (4A5BC587)
    fffff880`011d9000 fffff880`011fe000   VIDEOPRT VIDEOPRT.SYS Mon Jul 13 19:38:51 2009 (4A5BC58B)
    fffff880`00f7e000 fffff880`00f93000   volmgr   volmgr.sys   Mon Jul 13 19:19:57 2009 (4A5BC11D)
    fffff880`00f93000 fffff880`00fef000   volmgrx  volmgrx.sys  Mon Jul 13 19:20:33 2009 (4A5BC141)
    fffff880`01515000 fffff880`01561000   volsnap  volsnap.sys  Mon Jul 13 19:20:08 2009 (4A5BC128)
    fffff880`0417f000 fffff880`0419a000   wanarp   wanarp.sys   Mon Jul 13 20:10:21 2009 (4A5BCCED)
    fffff880`01060000 fffff880`01070000   watchdog watchdog.sys Mon Jul 13 19:37:35 2009 (4A5BC53F)
    fffff880`00e0c000 fffff880`00eb0000   Wdf01000 Wdf01000.sys Mon Jul 13 19:22:07 2009 (4A5BC19F)
    fffff880`00eb0000 fffff880`00ebf000   WDFLDR   WDFLDR.SYS   Mon Jul 13 19:19:54 2009 (4A5BC11A)
    fffff880`04141000 fffff880`0414a000   wfplwf   wfplwf.sys   Mon Jul 13 20:09:26 2009 (4A5BCCB6)
    fffff960`000f0000 fffff960`003ff000   win32k   win32k.sys   unavailable (00000000)
    fffff880`0790c000 fffff880`0791d000   WinUsb   WinUsb.sys   Mon Jul 13 20:06:28 2009 (4A5BCC04)
    fffff880`04408000 fffff880`04411000   wmiacpi  wmiacpi.sys  Mon Jul 13 19:31:02 2009 (4A5BC3B6)
    fffff880`00f16000 fffff880`00f1f000   WMILIB   WMILIB.SYS   Mon Jul 13 19:19:51 2009 (4A5BC117)
    fffff880`078eb000 fffff880`0790c000   WudfPf   WudfPf.sys   Mon Jul 13 20:05:37 2009 (4A5BCBD1)
    fffff880`0791d000 fffff880`0794e000   WUDFRd   WUDFRd.sys   Mon Jul 13 20:06:06 2009 (4A5BCBEE)
    fffff880`07ea3000 fffff880`07f08000   yk62x64  yk62x64.sys  Mon Sep 28 04:19:31 2009 (4AC07193)
    
    Unloaded modules:
    fffff880`07f86000 fffff880`07f88000   MSPCLOCK.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`07f84000 fffff880`07f86000   MSPQM.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`07f08000 fffff880`07f79000   spsys.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`04370000 fffff880`043d5000   yk62x64.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`06149000 fffff880`0615a000   WinUsb.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`0615a000 fffff880`0618b000   WUDFRd.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`017f1000 fffff880`017ff000   crashdmp.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`015eb000 fffff880`015f7000   dump_ataport
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`015f7000 fffff880`01600000   dump_atapi.s
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`01230000 fffff880`01243000   dump_dumpfve
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    The dumps blame Windows system core drivers (not likely the cause) and intelppm.sys, which is your Intel processor driver. The dumps also indicate memory corruption.

    I find two out of date drivers on your system. Update these drivers.
    AsUpIO.sys Sun Jul 05 22:21:38 2009 - I think this driver is part of an Asus utility (Probe?), ASUSTeK Computer Inc.-Support-

    iaStor.sys Thu Jun 04 21:53:40 2009 - Intel Storage drivers. http://downloadcenter.intel.com/Default.aspx
    I suggest that you test your RAM with Memtest and then your CPU with Prime. The instructions and information are the following tutorials. Post back with the results.

    RAM - Test with Memtest86+



    RAM - Test with Memtest86+
    Last edited by CarlTR6; 29 Sep 2010 at 12:37.
      My Computer


  3. Posts : 3,139
    Systems 1 and 2: Windows 7 Enterprise x64, Win 8 Developer
       #3

    Welcome to SF, tjtoste. Please complete your System Specs.

    **EDIT**

    Getting an error on Intel.ppm

    Carl, what say ye?
      My Computer


  4. Posts : 11
    Windows 7 Home Premium 64bit
    Thread Starter
       #4

    Lemur said:
    Welcome to SF, tjtoste. Please complete your System Specs.

    **EDIT**

    Getting an error on Intel.ppm

    Carl, what say ye?

    Updated my system specs.
      My Computer


  5. Posts : 3,139
    Systems 1 and 2: Windows 7 Enterprise x64, Win 8 Developer
       #5

    Do you have bios version 0303?

    P6X58D-E 0303 BIOS
    1. Improve memory compatibility
    2. Improve system stability
    3. Support new CPUs.

    ASUSTeK Computer Inc.-Support-

    I'd also like to update the driver on your Marvel network card. Asus is not as new as:

    Marvell: Support
      My Computer


  6. Posts : 11
    Windows 7 Home Premium 64bit
    Thread Starter
       #6

    Lemur said:
    Do you have bios version 0303?

    P6X58D-E 0303 BIOS
    1. Improve memory compatibility
    2. Improve system stability
    3. Support new CPUs.

    ASUSTeK Computer Inc.-Support-

    I'd also like to update the driver on your Marvel network card. Asus is not as new as:

    Marvell: Support
    Yes I do have 0303 -- I just updated it a couple days ago.

    Also, how can I tell what version of marvell I have? Thank you.
      My Computer


  7. Posts : 3,139
    Systems 1 and 2: Windows 7 Enterprise x64, Win 8 Developer
       #7

    Also, please look in Device Manager for errors or missing drivers.

    Run memtest86+
      My Computer


  8. Posts : 3,139
    Systems 1 and 2: Windows 7 Enterprise x64, Win 8 Developer
       #8

    And just one more thing - lol. Please uninstall the Asus Utility software.
      My Computer


  9. Posts : 11
    Windows 7 Home Premium 64bit
    Thread Starter
       #9

    Lemur said:
    And just one more thing - lol. Please uninstall the Asus Utility software.
    To update my bios?
      My Computer


  10. Posts : 3,139
    Systems 1 and 2: Windows 7 Enterprise x64, Win 8 Developer
       #10

    tjtoste said:
    Lemur said:
    And just one more thing - lol. Please uninstall the Asus Utility software.
    To update my bios?
    Yeah. I have an ASUS mobo, too - which I love. But just temporarily uninstall all Asus utilities to rule this out (it has caused problems). You can reinstall it if it's not the issue.
      My Computer


 
Page 1 of 3 123 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 03:32.
Find Us