Random BSOD


  1. Posts : 2
    Windows 7 Home Premium 64-bit
       #1

    Random BSOD


    Hello folks,

    I am amazed to find such great analysis of random BSOD's on this forum so I signed up hoping you can help. I have a custom built PC which passes MemTest for hours on end and runs Prime95 and Intel Burn Test for days without issues. Then randomly, while doing any simple task it can BSOD.

    Attached is the zip with all the crash/system details.
    Last edited by jdconti; 05 Jan 2011 at 15:13. Reason: typo / formatting
      My Computer


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

    Hi JD and welcome to the forum. I looked at your three latest dumps. All three blame or indicate memory corruption.
    Bugcheck 3B, SYSTEM_SERVICE_EXCEPTION. Usual causes: System service, Device driver, graphics driver, ?memory.

    Bugcheck 109 2X), SYSTEM_SERVICE_EXCEPTION. Usual causes: Device driver, Breakpoint set with no debugger attached, Hardware (Memory in particular)
    I find one out of date driver loaded on your your system; it is obsolete and there apparently is no update for the driver. Uninstall the software if you know what software the driver is associated with. If not rename the driver. Create a restore point, using Windows Explorer, navigate to C:\Windows\System32\Drivers, locate the driver file, and rename it from .sys to .old. Reboot and the driver will not load. This will break whatever software or hardware this driver is associated with.
    WinRing0x64.sys Sat Jul 26 09:29:37 2008 - many different programs that center around the using of the WinRing libraries. OEM - none at Winring. Rename this driver.
    Reboot and see if this helps your system. If not, we need to look at hardware. Post back and let us know.
    Code:
    Windows 7 Kernel Version 7600 MP (8 procs) Free x64
    Product: WinNt, suite: TerminalServer SingleUserTS Personal
    Built by: 7600.16617.amd64fre.win7_gdr.100618-1621
    Machine Name:
    Kernel base = 0xfffff800`02c1b000 PsLoadedModuleList = 0xfffff800`02e58e50
    Debug session time: Sat Jan  1 17:32:54.754 2011 (GMT-5)
    System Uptime: 0 days 2:13:55.613
    Loading Kernel Symbols
    ...............................................................
    ................................................................
    ...............
    Loading User Symbols
    Loading unloaded module list
    .....
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    Use !analyze -v to get detailed debugging information.
    
    BugCheck 3B, {c0000005, fffff960000f0a9c, fffff88009037d90, 0}
    
    Probably caused by : win32k.sys ( win32k!SfnINLPCREATESTRUCT+78 )
    
    Followup: MachineOwner
    ---------
    
    7: kd> !analyze -v
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    SYSTEM_SERVICE_EXCEPTION (3b)
    An exception happened while executing a system service routine.
    Arguments:
    Arg1: 00000000c0000005, Exception code that caused the bugcheck
    Arg2: fffff960000f0a9c, Address of the exception record for the exception that caused the bugcheck
    Arg3: fffff88009037d90, Address of the context record for the exception that caused the bugcheck
    Arg4: 0000000000000000, zero.
    
    Debugging Details:
    ------------------
    
    
    EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
    
    FAULTING_IP: 
    win32k!SfnINLPCREATESTRUCT+78
    fffff960`000f0a9c 482b8188010000  sub     rax,qword ptr [rcx+188h]
    
    CONTEXT:  fffff88009037d90 -- (.cxr 0xfffff88009037d90)
    rax=0000000000020498 rbx=fffff88009038898 rcx=0000000000000000
    rdx=0000000000000001 rsi=0000000000000000 rdi=00000000038ef760
    rip=fffff960000f0a9c rsp=fffff88009038768 rbp=fffff900c0651010
     r8=fffff900c0651010  r9=0000000000000001 r10=0000000000000000
    r11=0000000000020498 r12=0000000000000000 r13=0000000000020498
    r14=0000000000000000 r15=fffff900c0651010
    iopl=0         nv up ei pl nz na pe nc
    cs=0010  ss=0018  ds=002b  es=002b  fs=0053  gs=002b             efl=00010202
    win32k!SfnINLPCREATESTRUCT+0x78:
    fffff960`000f0a9c 482b8188010000  sub     rax,qword ptr [rcx+188h] ds:002b:00000000`00000188=????????????????
    Resetting default scope
    
    CUSTOMER_CRASH_COUNT:  1
    
    DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT
    
    BUGCHECK_STR:  0x3B
    
    PROCESS_NAME:  Core Temp.exe
    
    CURRENT_IRQL:  0
    
    LAST_CONTROL_TRANSFER:  from 0000000000000000 to fffff960000f0a9c
    
    STACK_TEXT:  
    fffff880`09038768 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : win32k!SfnINLPCREATESTRUCT+0x78
    
    
    FOLLOWUP_IP: 
    win32k!SfnINLPCREATESTRUCT+78
    fffff960`000f0a9c 482b8188010000  sub     rax,qword ptr [rcx+188h]
    
    SYMBOL_STACK_INDEX:  0
    
    SYMBOL_NAME:  win32k!SfnINLPCREATESTRUCT+78
    
    FOLLOWUP_NAME:  MachineOwner
    
    MODULE_NAME: win32k
    
    IMAGE_NAME:  win32k.sys
    
    DEBUG_FLR_IMAGE_TIMESTAMP:  4cbe5d3e
    
    STACK_COMMAND:  .cxr 0xfffff88009037d90 ; kb
    
    FAILURE_BUCKET_ID:  X64_0x3B_win32k!SfnINLPCREATESTRUCT+78
    
    BUCKET_ID:  X64_0x3B_win32k!SfnINLPCREATESTRUCT+78
    
    Followup: MachineOwner
    ---------
    
    Debug session time: Wed Jan  5 00:30:15.766 2011 (GMT-5)
    System Uptime: 2 days 8:38:43.514
    Loading Kernel Symbols
    ...............................................................
    ................................................................
    ................
    Loading User Symbols
    Loading unloaded module list
    .....
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    Use !analyze -v to get detailed debugging information.
    
    BugCheck 109, {a3a039d89bb6b7be, b3b7465eee34c9d0, fffff88000cf9008, 1}
    
    *** WARNING: Unable to verify timestamp for win32k.sys
    *** ERROR: Module load completed but symbols could not be loaded for win32k.sys
    Probably caused by : memory_corruption
    
    Followup: memory_corruption
    ---------
    
    5: kd> !analyze -v
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    CRITICAL_STRUCTURE_CORRUPTION (109)
    This bugcheck is generated when the kernel detects that critical kernel code or
    data have been corrupted. There are generally three causes for a corruption:
    1) A driver has inadvertently or deliberately modified critical kernel code
     or data. See Patching Policy for x64-Based Systems: Information for Driver Developers
    2) A developer attempted to set a normal kernel breakpoint using a kernel
     debugger that was not attached when the system was booted. Normal breakpoints,
     "bp", can only be set if the debugger is attached at boot time. Hardware
     breakpoints, "ba", can be set at any time.
    3) A hardware corruption occurred, e.g. failing RAM holding kernel code or data.
    Arguments:
    Arg1: a3a039d89bb6b7be, Reserved
    Arg2: b3b7465eee34c9d0, Reserved
    Arg3: fffff88000cf9008, Failure type dependent information
    Arg4: 0000000000000001, Type of corrupted region, can be
        0 : A generic data region
        1 : Modification of a function or .pdata
        2 : A processor IDT
        3 : A processor GDT
        4 : Type 1 process list corruption
        5 : Type 2 process list corruption
        6 : Debug routine modification
        7 : Critical MSR modification
    
    Debugging Details:
    ------------------
    
    
    BUGCHECK_STR:  0x109
    
    CUSTOMER_CRASH_COUNT:  1
    
    DEFAULT_BUCKET_ID:  CODE_CORRUPTION
    
    PROCESS_NAME:  System
    
    CURRENT_IRQL:  0
    
    LAST_CONTROL_TRANSFER:  from 0000000000000000 to fffff80002c7e740
    
    SYMBOL_ON_RAW_STACK:  1
    
    STACK_ADDR_RAW_STACK_SYMBOL: fffff88003369600
    
    STACK_COMMAND:  dds 03369600-0x20 ; kb
    
    STACK_TEXT:  
    00000000`033695e0  ????????
    00000000`033695e4  ????????
    00000000`033695e8  ????????
    00000000`033695ec  ????????
    00000000`033695f0  ????????
    00000000`033695f4  ????????
    00000000`033695f8  ????????
    00000000`033695fc  ????????
    00000000`03369600  ????????
    00000000`03369604  ????????
    00000000`03369608  ????????
    00000000`0336960c  ????????
    00000000`03369610  ????????
    00000000`03369614  ????????
    00000000`03369618  ????????
    00000000`0336961c  ????????
    00000000`03369620  ????????
    00000000`03369624  ????????
    00000000`03369628  ????????
    00000000`0336962c  ????????
    00000000`03369630  ????????
    00000000`03369634  ????????
    00000000`03369638  ????????
    00000000`0336963c  ????????
    00000000`03369640  ????????
    00000000`03369644  ????????
    00000000`03369648  ????????
    00000000`0336964c  ????????
    00000000`03369650  ????????
    00000000`03369654  ????????
    00000000`03369658  ????????
    00000000`0336965c  ????????
    
    
    CHKIMG_EXTENSION: !chkimg -lo 50 -db !CI
    167 errors : !CI (fffff88000cf9043-fffff88000cf9f7b)
    fffff88000cf9040  b6  c0  45 *2f  c8  83  e8  5b  8b  0c  08 *f2  8b  83  90  01 ..E/...[........
    fffff88000cf9050  00  00  81 *a4  4c  07  00  00  8b  0c  88 *88  64  c8  03  f8 ....L.......d...
    fffff88000cf9060  48  33  c8 *9a  0f  b6  c1  41  c1  e9  08 *3f  35  f6  00  00 H3.....A...?5...
    fffff88000cf9070  00  48  89 *8b  c3  41  0f  b6  c1  b9  dc *f4  0d  bc  83  c0 .H...A..........
    ...
    fffff88000cf9100  e8  08  0f *19  c8  48  8b  45  28  81  e9 *4b  00  00  00  8b .....H.E(..K....
    fffff88000cf9110  4c  cd  00 *78  c1  4c  07  00  00  44  8b *69  88  b8  94  4d L..x.L...D.i...M
    fffff88000cf9120  3c  b1  0f *21  cb  48  8b  5c  24  08  41 *94  c2  4c  33  c0 <..!.H.\$.A..L3.
    fffff88000cf9130  41  0f  b6 *8e  48  33  c8  41  0f  b6  c3 *8f  33  c8  8d  87 A...H3.A....3...
    ...
    fffff88000cf91c0  58  01  00 *a9  44  8b  04  88  41  0f  b6 *80  05  7b  ff  ff X...D...A....{..
    fffff88000cf91d0  ff  42  8b *9f  18  8a  c3  03  db  c0  e0 *65  4c  33  c1  40 .B.........eL3.@
    fffff88000cf91e0  02  c7  4d *fa  43  20  0f  b6  c8  41  0f *cd  c2  48  33  c8 ..M.C ...A...H3.
    fffff88000cf91f0  8d  84  df *a0  9f  b2  5d  48  8b  5c  24 *52  48  8b  7c  24 ......]H.\$RH.|$
    ...
    fffff88000cf9280  33  c8  45 *9f  c2  41  0f  b6  c2  2d  ac *39  00  00  41  81 3.E..A...-.9..A.
    fffff88000cf9290  f0  9e  40 *43  6b  41  33  fa  49  8b  04 *84  41  0f  b6  c8 ..@CkA3.I...A...
    fffff88000cf92a0  41  c1  e8 *41  83  c1  bb  41  8d  92  fc *66  ff  10  4a  89 A..A...A...f..J.
    fffff88000cf92b0  04  19  41 *a5  b6  c0  41  8b  c9  83  c0 *29  48  c1  e2  20 ..A...A....)H.. 
    ...
    fffff88000cf9340  19  8b  ca *2d  89  0c  c3  48  b8  fd  f0 *cc  02  eb  06  9b ...-...H........
    fffff88000cf9350  45  c3  cc *a5  cc  cc  cc  cc  48  8b  c4 *02  89  58  08  48 E.......H....X.H
    fffff88000cf9360  89  68  10 *23  89  70  18  48  89  78  20 *01  8b  41  78  48 .h.#.p.H.x ..AxH
    fffff88000cf9370  8b  b1  08 *d3  00  00  48  8b  e9  44  8b *b9  48  8b  fa  4c ......H..D..H..L
    ...
    fffff88000cf9400  1c  28  b8 *1b  00  00  00  83  c1  a4  48 *65  34  29  48  8b .(........He4)H.
    fffff88000cf9410  74  24  18 *79  d8  48  89  85  58  01  00 *e3  48  89  9d  b0 t$.y.H..X...H...
    fffff88000cf9420  00  00  00 *98  8b  5c  24  08  48  8b  6c *aa  10  49  0f  43 .....\$.H.l..I.C
    fffff88000cf9430  d2  48  8b *d6  c3  cc  cc  cc  cc  cc  cc *c2  48  89  5c  24 .H..........H.\$
    ...
    fffff88000cf94c0  d0  81  c1 *ab  00  00  00  c1  eb  08  81 *ae  96  00  00  00 ................
    fffff88000cf94d0  48  8b  04 *9e  48  89  04  39  0f  b6  c3 *ef  8b  5c  24  08 H...H..9.....\$.
    fffff88000cf94e0  83  c0  33 *43  8b  c9  48  89  0c  38  48 *f3  7c  24  10  41 ..3C..H..8H.|$.A
    fffff88000cf94f0  8b  c3  48 *f8  e0  20  48  b9  00  00  00 *1f  9e  e8  38  05 ..H.. H.......8.
    ...
    fffff88000cf9580  8b  3c  cb *9d  b6  c8  4c  89  4c  24  20 *17  e9  6b  44  89 .<....L.L$ ..kD.
    fffff88000cf9590  94  24  a8 *42  00  00  44  89  5c  24  10 *4e  8b  04  19  89 .$.B..D.\$.N....
    fffff88000cf95a0  74  24  04 *b8  89  7c  24  08  48  89  44 *58  38  41  8b  c2 t$...|$.H.DX8A..
    fffff88000cf95b0  44  89  2c *fd  c1  e8  18  0f  b6  c8  41 *64  b6  c2  48  83 D.,.......Ad..H.
    ...
    fffff88000cf9640  4c  89  64 *6a  18  42  8b  5c  09  14  0f *3a  c8  40  0f  b6 L.dj.B.\...:.@..
    fffff88000cf9650  c6  48  35 *2c  00  00  00  48  81  f1  ea *ab  00  00  48  89 .H5,...H......H.
    fffff88000cf9660  5c  24  30 *32  03  c8  4c  89  5c  24  28 *27  c6  46  8b  34 \$02..L.\$('.F.4
    fffff88000cf9670  09  c1  e8 *3a  45  8b  fd  0f  b6  c8  8b *1b  49  8b  f0  c1 ...:E.......I...
    ...
    fffff88000cf9700  20  41  81 *5c  ec  00  00  00  41  03  d4 *83  8d  0c  76  44  A.\....A.....vD
    fffff88000cf9710  8d  a5  1d *f0  3a  a6  45  0f  af  c3  4c *4a  5c  24  08  8b ....:.E...LJ\$..
    fffff88000cf9720  ac  24  a0 *89  00  00  48  c1  e1  02  03 *8c  45  89  03  8b .$....H.....E...
    fffff88000cf9730  00  41  03 *3f  44  8b  e9  44  33  e5  44 *60  24  24  41  03 .A.?D..D3.D`$$A.
    ...
    fffff88000cf97c0  8b  14  01 *ec  8b  4c  24  08  41  0f  b6 *48  83  c0  f6  6b .....L$.A..H...k
    fffff88000cf97d0  d2  0f  89 *17  08  8b  c5  8b  ac  24  98 *46  00  00  33  ac .........$.F..3.
    fffff88000cf97e0  24  a0  00 *52  00  c1  e8  08  4b  8d  14 *d5  33  ac  24  a8 $..R....K...3.$.
    fffff88000cf97f0  00  00  00 *11  b6  c8  81  f1  f0  00  00 *bd  81  f5  b8  c6 ................
    ...
    fffff88000cf9880  41  03  f3 *da  8b  5c  24  08  41  0f  b6 *f1  58  48  33  f1 A....\$.A...XH3.
    fffff88000cf9890  48  8b  4c *cb  18  49  83  f0  73  4c  23 *a7  41  8b  c4  c1 H.L..I..sL#.A...
    fffff88000cf98a0  e8  08  0f *e9  d0  48  8b  44  24  30  03 *7e  83  ea  14  41 .....H.D$0.~...A
    fffff88000cf98b0  8b  c4  c1 *14  18  48  c1  e1  02  83  e8 *c6  41  0f  af  d2 .....H......A...
    ...
    fffff88000cf9940  cc  49  2b *68  4c  0b  d0  33  d1  45  33 *14  44  33  9c  24 .I+hL..3.E3.D3.$
    fffff88000cf9950  a0  00  00 *2d  0f  b6  c2  41  8b  c8  83 *21  c0  48  81  f1 ...-...A...!.H..
    WARNING: !chkimg output was truncated to 50 lines. Invoke !chkimg without '-lo [num_lines]' to view  entire output.
    
    MODULE_NAME: memory_corruption
    
    IMAGE_NAME:  memory_corruption
    
    FOLLOWUP_NAME:  memory_corruption
    
    DEBUG_FLR_IMAGE_TIMESTAMP:  0
    
    MEMORY_CORRUPTOR:  STRIDE
    
    FAILURE_BUCKET_ID:  X64_MEMORY_CORRUPTION_STRIDE
    
    BUCKET_ID:  X64_MEMORY_CORRUPTION_STRIDE
    
    Followup: memory_corruption
    ---------
    
    5: kd> lmtsmn
    start             end                 module name
    fffff880`00ede000 fffff880`00f35000   ACPI     ACPI.sys     Mon Jul 13 19:19:34 2009 (4A5BC106)
    fffff880`02cf8000 fffff880`02d82000   afd      afd.sys      Mon Jul 13 19:21:40 2009 (4A5BC184)
    fffff880`03dc1000 fffff880`03dd7000   AgileVpn AgileVpn.sys Mon Jul 13 20:10:24 2009 (4A5BCCF0)
    fffff880`07332000 fffff880`0733a000   ALSysIO64 ALSysIO64.sys Sun Apr 19 15:41:04 2009 (49EB7E50)
    fffff880`00dd5000 fffff880`00de0000   amdxata  amdxata.sys  Tue May 19 13:56:59 2009 (4A12F2EB)
    fffff880`073b2000 fffff880`073bd000   asyncmac asyncmac.sys Mon Jul 13 20:10:13 2009 (4A5BCCE5)
    fffff880`00fe3000 fffff880`00fec000   atapi    atapi.sys    Mon Jul 13 19:19:47 2009 (4A5BC113)
    fffff880`00e00000 fffff880`00e2a000   ataport  ataport.SYS  Mon Jul 13 19:19:52 2009 (4A5BC118)
    fffff880`03f8b000 fffff880`03fab000   AtihdW76 AtihdW76.sys Wed Nov 17 07:02:04 2010 (4CE3C43C)
    fffff880`0483d000 fffff880`0504e000   atikmdag atikmdag.sys Thu Nov 25 21:46:44 2010 (4CEF1F94)
    fffff880`03ce0000 fffff880`03d2c000   atikmpag atikmpag.sys Thu Nov 25 21:16:47 2010 (4CEF188F)
    fffff880`019aa000 fffff880`019b1000   Beep     Beep.SYS     Mon Jul 13 20:00:13 2009 (4A5BCA8D)
    fffff880`01859000 fffff880`0186a000   blbdrive blbdrive.sys Mon Jul 13 19:35:59 2009 (4A5BC4DF)
    fffff880`0393b000 fffff880`03959000   bowser   bowser.sys   Mon Jul 13 19:23:50 2009 (4A5BC206)
    fffff960`00690000 fffff960`006b7000   cdd      cdd.dll      unavailable (00000000)
    fffff880`01977000 fffff880`019a1000   cdrom    cdrom.sys    Mon Jul 13 19:19:54 2009 (4A5BC11A)
    fffff880`00cb9000 fffff880`00d79000   CI       CI.dll       Mon Jul 13 21:32:13 2009 (4A5BE01D)
    fffff880`0190f000 fffff880`0193f000   CLASSPNP CLASSPNP.SYS Mon Jul 13 19:19:58 2009 (4A5BC11E)
    fffff880`00c5b000 fffff880`00cb9000   CLFS     CLFS.SYS     Mon Jul 13 19:19:57 2009 (4A5BC11D)
    fffff880`01156000 fffff880`011c9000   cng      cng.sys      Mon Jul 13 19:49:40 2009 (4A5BC814)
    fffff880`051f0000 fffff880`05200000   CompositeBus CompositeBus.sys Mon Jul 13 20:00:33 2009 (4A5BCAA1)
    fffff880`03823000 fffff880`0382c000   cpuz135_x64 cpuz135_x64.sys Tue Nov 09 08:33:36 2010 (4CD94DB0)
    fffff880`06bf2000 fffff880`06c00000   crashdmp crashdmp.sys Mon Jul 13 20:01:01 2009 (4A5BCABD)
    fffff880`02cd2000 fffff880`02cf0000   dfsc     dfsc.sys     Mon Jul 13 19:23:44 2009 (4A5BC200)
    fffff880`02cc3000 fffff880`02cd2000   discache discache.sys Mon Jul 13 19:37:18 2009 (4A5BC52E)
    fffff880`018f9000 fffff880`0190f000   disk     disk.sys     Mon Jul 13 19:19:57 2009 (4A5BC11D)
    fffff880`03e00000 fffff880`03e22000   drmk     drmk.sys     Mon Jul 13 21:01:25 2009 (4A5BD8E5)
    fffff880`06a00000 fffff880`06a0c000   dump_dumpata dump_dumpata.sys Mon Jul 13 19:19:47 2009 (4A5BC113)
    fffff880`06a17000 fffff880`06a2a000   dump_dumpfve dump_dumpfve.sys Mon Jul 13 19:21:51 2009 (4A5BC18F)
    fffff880`06a0c000 fffff880`06a17000   dump_msahci dump_msahci.sys Mon Jul 13 20:01:01 2009 (4A5BCABD)
    fffff880`03e28000 fffff880`03e34000   Dxapi    Dxapi.sys    Mon Jul 13 19:38:28 2009 (4A5BC574)
    fffff880`0504e000 fffff880`05142000   dxgkrnl  dxgkrnl.sys  Thu Oct 01 21:00:14 2009 (4AC5509E)
    fffff880`05142000 fffff880`05188000   dxgmms1  dxgmms1.sys  Mon Jul 13 19:38:32 2009 (4A5BC578)
    fffff880`073bd000 fffff880`073f3000   fastfat  fastfat.SYS  Mon Jul 13 19:23:28 2009 (4A5BC1F0)
    fffff880`051d7000 fffff880`051e4000   fdc      fdc.sys      Mon Jul 13 20:00:54 2009 (4A5BCAB6)
    fffff880`010e4000 fffff880`010f8000   fileinfo fileinfo.sys Mon Jul 13 19:34:25 2009 (4A5BC481)
    fffff880`03f6b000 fffff880`03f76000   flpydisk flpydisk.sys Mon Jul 13 20:00:54 2009 (4A5BCAB6)
    fffff880`01098000 fffff880`010e4000   fltmgr   fltmgr.sys   Mon Jul 13 19:19:59 2009 (4A5BC11F)
    fffff880`013d6000 fffff880`013e0000   Fs_Rec   Fs_Rec.sys   unavailable (00000000)
    fffff880`018bf000 fffff880`018f9000   fvevol   fvevol.sys   Fri Sep 25 22:34:26 2009 (4ABD7DB2)
    fffff880`01598000 fffff880`015e2000   fwpkclnt fwpkclnt.sys Mon Jul 13 19:21:08 2009 (4A5BC164)
    fffff880`051ca000 fffff880`051d7000   GEARAspiWDM GEARAspiWDM.sys Mon May 18 08:17:04 2009 (4A1151C0)
    fffff800`031ea000 fffff800`03233000   hal      hal.dll      Mon Jul 13 21:27:36 2009 (4A5BDF08)
    fffff880`05188000 fffff880`051ac000   HDAudBus HDAudBus.sys Mon Jul 13 20:06:13 2009 (4A5BCBF5)
    fffff880`03e42000 fffff880`03e5b000   HIDCLASS HIDCLASS.SYS Mon Jul 13 20:06:21 2009 (4A5BCBFD)
    fffff880`06a2a000 fffff880`06a32080   HIDPARSE HIDPARSE.SYS Mon Jul 13 20:06:17 2009 (4A5BCBF9)
    fffff880`03e34000 fffff880`03e42000   hidusb   hidusb.sys   Mon Jul 13 20:06:22 2009 (4A5BCBFE)
    fffff880`03873000 fffff880`0393b000   HTTP     HTTP.sys     Mon Jul 13 19:22:16 2009 (4A5BC1A8)
    fffff880`01400000 fffff880`01409000   hwpolicy hwpolicy.sys Mon Jul 13 19:19:22 2009 (4A5BC0FA)
    fffff880`04800000 fffff880`0481e000   i8042prt i8042prt.sys Mon Jul 13 19:19:57 2009 (4A5BC11D)
    fffff880`01890000 fffff880`018a6000   intelppm intelppm.sys Mon Jul 13 19:19:25 2009 (4A5BC0FD)
    fffff880`0481e000 fffff880`0482d000   kbdclass kbdclass.sys Mon Jul 13 19:19:50 2009 (4A5BC116)
    fffff800`00bc7000 fffff800`00bd1000   kdcom    kdcom.dll    Mon Jul 13 21:31:07 2009 (4A5BDFDB)
    fffff880`03ebc000 fffff880`03eff000   ks       ks.sys       Wed Mar 03 23:32:25 2010 (4B8F37D9)
    fffff880`013ab000 fffff880`013c5000   ksecdd   ksecdd.sys   Mon Jul 13 19:20:54 2009 (4A5BC156)
    fffff880`0156d000 fffff880`01598000   ksecpkg  ksecpkg.sys  Fri Dec 11 01:03:32 2009 (4B21E0B4)
    fffff880`03e22000 fffff880`03e27200   ksthunk  ksthunk.sys  Mon Jul 13 20:00:19 2009 (4A5BCA93)
    fffff880`03fe8000 fffff880`03ffd000   lltdio   lltdio.sys   Mon Jul 13 20:08:50 2009 (4A5BCC92)
    fffff880`03e78000 fffff880`03e9b000   luafv    luafv.sys    Mon Jul 13 19:26:13 2009 (4A5BC295)
    fffff880`00c03000 fffff880`00c47000   mcupdate_GenuineIntel mcupdate_GenuineIntel.dll Mon Jul 13 21:29:10 2009 (4A5BDF66)
    fffff880`03e6a000 fffff880`03e78000   monitor  monitor.sys  Mon Jul 13 19:38:52 2009 (4A5BC58C)
    fffff880`03c91000 fffff880`03ca0000   mouclass mouclass.sys Mon Jul 13 19:19:50 2009 (4A5BC116)
    fffff880`03e5d000 fffff880`03e6a000   mouhid   mouhid.sys   Mon Jul 13 20:00:20 2009 (4A5BCA94)
    fffff880`00fc9000 fffff880`00fe3000   mountmgr mountmgr.sys Mon Jul 13 19:19:54 2009 (4A5BC11A)
    fffff880`03959000 fffff880`03971000   mpsdrv   mpsdrv.sys   Mon Jul 13 20:08:25 2009 (4A5BCC79)
    fffff880`03971000 fffff880`0399e000   mrxsmb   mrxsmb.sys   Sat Feb 27 02:52:19 2010 (4B88CF33)
    fffff880`0399e000 fffff880`039ec000   mrxsmb10 mrxsmb10.sys Sat Feb 27 02:52:28 2010 (4B88CF3C)
    fffff880`03800000 fffff880`03823000   mrxsmb20 mrxsmb20.sys Sat Feb 27 02:52:26 2010 (4B88CF3A)
    fffff880`00fec000 fffff880`00ff7000   msahci   msahci.sys   Mon Jul 13 20:01:01 2009 (4A5BCABD)
    fffff880`01812000 fffff880`0181d000   Msfs     Msfs.SYS     unavailable (00000000)
    fffff880`00f3e000 fffff880`00f48000   msisadrv msisadrv.sys Mon Jul 13 19:19:26 2009 (4A5BC0FE)
    fffff880`010f8000 fffff880`01156000   msrpc    msrpc.sys    unavailable (00000000)
    fffff880`02cb8000 fffff880`02cc3000   mssmbios mssmbios.sys Mon Jul 13 19:31:10 2009 (4A5BC3BE)
    fffff880`015ea000 fffff880`015fc000   mup      mup.sys      Mon Jul 13 19:23:45 2009 (4A5BC201)
    fffff880`0141b000 fffff880`0150d000   ndis     ndis.sys     Mon Jul 13 19:21:40 2009 (4A5BC184)
    fffff880`03c00000 fffff880`03c0c000   ndistapi ndistapi.sys Mon Jul 13 20:10:00 2009 (4A5BCCD8)
    fffff880`03c0c000 fffff880`03c3b000   ndiswan  ndiswan.sys  Mon Jul 13 20:10:11 2009 (4A5BCCE3)
    fffff880`03f76000 fffff880`03f8b000   NDProxy  NDProxy.SYS  Mon Jul 13 20:10:05 2009 (4A5BCCDD)
    fffff880`02c00000 fffff880`02c0f000   netbios  netbios.sys  Mon Jul 13 20:09:26 2009 (4A5BCCB6)
    fffff880`02d82000 fffff880`02dc7000   netbt    netbt.sys    Mon Jul 13 19:21:28 2009 (4A5BC178)
    fffff880`0150d000 fffff880`0156d000   NETIO    NETIO.SYS    Mon Jul 13 19:21:46 2009 (4A5BC18A)
    fffff880`0181d000 fffff880`0182e000   Npfs     Npfs.SYS     Mon Jul 13 19:19:48 2009 (4A5BC114)
    fffff880`02cac000 fffff880`02cb8000   nsiproxy nsiproxy.sys Mon Jul 13 19:21:02 2009 (4A5BC15E)
    fffff800`02c0e000 fffff800`031ea000   nt       ntkrnlmp.exe Sat Jun 19 00:16:41 2010 (4C1C44A9)
    fffff880`01208000 fffff880`013ab000   Ntfs     Ntfs.sys     Mon Jul 13 19:20:47 2009 (4A5BC14F)
    fffff880`019a1000 fffff880`019aa000   Null     Null.SYS     unavailable (00000000)
    fffff880`02dd0000 fffff880`02df6000   pacer    pacer.sys    Mon Jul 13 20:09:41 2009 (4A5BCCC5)
    fffff880`00f88000 fffff880`00f9d000   partmgr  partmgr.sys  Mon Jul 13 19:19:58 2009 (4A5BC11E)
    fffff880`00f48000 fffff880`00f7b000   pci      pci.sys      Mon Jul 13 19:19:51 2009 (4A5BC117)
    fffff880`00fb2000 fffff880`00fb9000   pciide   pciide.sys   Mon Jul 13 19:19:49 2009 (4A5BC115)
    fffff880`00fb9000 fffff880`00fc9000   PCIIDEX  PCIIDEX.SYS  Mon Jul 13 19:19:48 2009 (4A5BC114)
    fffff880`013c5000 fffff880`013d6000   pcw      pcw.sys      Mon Jul 13 19:19:27 2009 (4A5BC0FF)
    fffff880`06eb6000 fffff880`06f5c000   peauth   peauth.sys   Mon Jul 13 21:01:19 2009 (4A5BD8DF)
    fffff880`03fab000 fffff880`03fe8000   portcls  portcls.sys  Mon Jul 13 20:06:27 2009 (4A5BCC03)
    fffff880`00c47000 fffff880`00c5b000   PSHED    PSHED.dll    Mon Jul 13 21:32:23 2009 (4A5BE027)
    fffff880`03dd7000 fffff880`03dfb000   rasl2tp  rasl2tp.sys  Mon Jul 13 20:10:11 2009 (4A5BCCE3)
    fffff880`03c3b000 fffff880`03c56000   raspppoe raspppoe.sys Mon Jul 13 20:10:17 2009 (4A5BCCE9)
    fffff880`03c56000 fffff880`03c77000   raspptp  raspptp.sys  Mon Jul 13 20:10:18 2009 (4A5BCCEA)
    fffff880`03c77000 fffff880`03c91000   rassstp  rassstp.sys  Mon Jul 13 20:10:25 2009 (4A5BCCF1)
    fffff880`02c5b000 fffff880`02cac000   rdbss    rdbss.sys    Mon Jul 13 19:24:09 2009 (4A5BC219)
    fffff880`019f4000 fffff880`019fd000   RDPCDD   RDPCDD.sys   Mon Jul 13 20:16:34 2009 (4A5BCE62)
    fffff880`01800000 fffff880`01809000   rdpencdd rdpencdd.sys Mon Jul 13 20:16:34 2009 (4A5BCE62)
    fffff880`01809000 fffff880`01812000   rdprefmp rdprefmp.sys Mon Jul 13 20:16:35 2009 (4A5BCE63)
    fffff880`0104c000 fffff880`01086000   rdyboost rdyboost.sys Mon Jul 13 19:34:34 2009 (4A5BC48A)
    fffff880`03ca0000 fffff880`03cb8000   rspndr   rspndr.sys   Mon Jul 13 20:08:50 2009 (4A5BCC92)
    fffff880`03d82000 fffff880`03dc1000   Rt64win7 Rt64win7.sys Thu Aug 20 12:05:06 2009 (4A8D7432)
    fffff880`06a34000 fffff880`06bf1a00   RTKVHD64 RTKVHD64.sys Mon Jul 20 06:52:29 2009 (4A644C6D)
    fffff880`06f5c000 fffff880`06f67000   secdrv   secdrv.SYS   Wed Sep 13 09:18:38 2006 (4508052E)
    fffff880`051e4000 fffff880`051f0000   serenum  serenum.sys  Mon Jul 13 20:00:33 2009 (4A5BCAA1)
    fffff880`02c0f000 fffff880`02c2c000   serial   serial.sys   Mon Jul 13 20:00:40 2009 (4A5BCAA8)
    fffff880`015e2000 fffff880`015ea000   spldr    spldr.sys    Mon May 11 12:56:27 2009 (4A0858BB)
    fffff880`0729c000 fffff880`07332000   srv      srv.sys      Thu Aug 26 23:38:00 2010 (4C773318)
    fffff880`06e00000 fffff880`06e67000   srv2     srv2.sys     Thu Aug 26 23:37:46 2010 (4C77330A)
    fffff880`06f67000 fffff880`06f94000   srvnet   srvnet.sys   Thu Aug 26 23:37:24 2010 (4C7732F4)
    fffff880`04836000 fffff880`04837480   swenum   swenum.sys   Mon Jul 13 20:00:18 2009 (4A5BCA92)
    fffff880`01600000 fffff880`017fd000   tcpip    tcpip.sys    Sun Jun 13 23:39:04 2010 (4C15A458)
    fffff880`06f94000 fffff880`06fa6000   tcpipreg tcpipreg.sys Mon Jul 13 20:09:49 2009 (4A5BCCCD)
    fffff880`0184c000 fffff880`01859000   TDI      TDI.SYS      Mon Jul 13 19:21:18 2009 (4A5BC16E)
    fffff880`0182e000 fffff880`0184c000   tdx      tdx.sys      Mon Jul 13 19:21:15 2009 (4A5BC16B)
    fffff880`02c47000 fffff880`02c5b000   termdd   termdd.sys   Mon Jul 13 20:16:36 2009 (4A5BCE64)
    fffff960`00460000 fffff960`0046a000   TSDDD    TSDDD.dll    unavailable (00000000)
    fffff880`0186a000 fffff880`01890000   tunnel   tunnel.sys   Mon Jul 13 20:09:37 2009 (4A5BCCC1)
    fffff880`03eff000 fffff880`03f11000   umbus    umbus.sys    Mon Jul 13 20:06:56 2009 (4A5BCC20)
    fffff880`03e5b000 fffff880`03e5cf00   USBD     USBD.SYS     Mon Jul 13 20:06:23 2009 (4A5BCBFF)
    fffff880`051b9000 fffff880`051ca000   usbehci  usbehci.sys  Mon Jul 13 20:06:30 2009 (4A5BCC06)
    fffff880`03f11000 fffff880`03f6b000   usbhub   usbhub.sys   Mon Jul 13 20:07:09 2009 (4A5BCC2D)
    fffff880`03d2c000 fffff880`03d82000   USBPORT  USBPORT.SYS  Mon Jul 13 20:06:31 2009 (4A5BCC07)
    fffff880`051ac000 fffff880`051b9000   usbuhci  usbuhci.sys  Mon Jul 13 20:06:27 2009 (4A5BCC03)
    fffff880`00f7b000 fffff880`00f88000   vdrvroot vdrvroot.sys Mon Jul 13 20:01:31 2009 (4A5BCADB)
    fffff880`019b1000 fffff880`019bf000   vga      vga.sys      Mon Jul 13 19:38:47 2009 (4A5BC587)
    fffff880`019bf000 fffff880`019e4000   VIDEOPRT VIDEOPRT.SYS Mon Jul 13 19:38:51 2009 (4A5BC58B)
    fffff880`00f9d000 fffff880`00fb2000   volmgr   volmgr.sys   Mon Jul 13 19:19:57 2009 (4A5BC11D)
    fffff880`00d79000 fffff880`00dd5000   volmgrx  volmgrx.sys  unavailable (00000000)
    fffff880`01000000 fffff880`0104c000   volsnap  volsnap.sys  Mon Jul 13 19:20:08 2009 (4A5BC128)
    fffff880`02c2c000 fffff880`02c47000   wanarp   wanarp.sys   Mon Jul 13 20:10:21 2009 (4A5BCCED)
    fffff880`019e4000 fffff880`019f4000   watchdog watchdog.sys Mon Jul 13 19:37:35 2009 (4A5BC53F)
    fffff880`00e2b000 fffff880`00ecf000   Wdf01000 Wdf01000.sys Mon Jul 13 19:22:07 2009 (4A5BC19F)
    fffff880`00ecf000 fffff880`00ede000   WDFLDR   WDFLDR.SYS   Mon Jul 13 19:19:54 2009 (4A5BC11A)
    fffff880`02dc7000 fffff880`02dd0000   wfplwf   wfplwf.sys   Mon Jul 13 20:09:26 2009 (4A5BCCB6)
    fffff960`000c0000 fffff960`003d0000   win32k   win32k.sys   unavailable (00000000)
    fffff880`0733a000 fffff880`07341000   WinRing0x64 WinRing0x64.sys Sat Jul 26 09:29:37 2008 (488B26C1)
    fffff880`0482d000 fffff880`04836000   wmiacpi  wmiacpi.sys  Mon Jul 13 19:31:02 2009 (4A5BC3B6)
    fffff880`00f35000 fffff880`00f3e000   WMILIB   WMILIB.SYS   Mon Jul 13 19:19:51 2009 (4A5BC117)
    fffff880`03e9b000 fffff880`03ebc000   WudfPf   WudfPf.sys   Mon Jul 13 20:05:37 2009 (4A5BCBD1)
    
    Unloaded modules:
    fffff880`07341000 fffff880`073b2000   spsys.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`0193f000 fffff880`0194d000   crashdmp.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`0194d000 fffff880`01959000   dump_pciidex
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`01959000 fffff880`01964000   dump_msahci.
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`01964000 fffff880`01977000   dump_dumpfve
        Timestamp: unavailable (00000000)
        Checksum:  00000000
      My Computer


  3. Posts : 2
    Windows 7 Home Premium 64-bit
    Thread Starter
       #3

    Hi JD and welcome to the forum. I looked at your three latest dumps. All three blame or indicate memory corruption.
    Thanks! I had suspected the same but I can't get Memtest to fail... Argh.

    I'm currently running Memtest on each DIMM individually. I've also started a post on the OCZ forums to expedite an RMA.

    In the meantime, I'm going to whack this Windows 7 install and start from fresh since the guy who installed this OS said he had weird issues with Windows since day 1.

    I'll be sure to let you know how this all turns out. Thanks again.
      My Computer


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

    You are welcome. When you reinstall, ditch whatever that WinRing driver goes to.
      My Computer


 

  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 18:54.
Find Us