contast BSODs

Page 2 of 4 FirstFirst 1234 LastLast

  1. Posts : 34
    Windows 7 RTM 64-bit
    Thread Starter
       #11

    Hey Johngalt:

    Thanks for your input, but it seems what your showing me is almost the opposite of my problem. My computer was initially running all MS drivers, and I switched the the (newer) Intel drivers to attempt a solution at my problem. I honestly can't remember now if the 2d graphics (and HD) slowdown happened before or after switching to the Intel drivers, but I have since reverted back to 100% MS drivers (where they were available). My WEI is 5.9 (HD at 5.9, everything else at 6.7 or 7.x), which is the same it was after a fresh win7 install. Everything USED to work perfectly, and running my Vista install reminds me of how fast my computer really is. Playing Mass Effect in Vista, and watching the nearly instant load times vs. the 10-15 second load times in Win7 is a painful reminder. Hitting F6 to quick-save takes .5 seconds in Vista, and 5-10 seconds in Win7. Hitting CTRL-A in Vista INSTANTLY selects my text in a full-screen notepad, and takes nearly 2 seconds in Win7.

    Win7 used to run just as fast as my Vista install. It used to be faster in most cases (especially startup). Now, switching tabs in firefox takes 2 seconds instead of 2 milliseconds.

    I'm losing my mind here. I'm sure putting a fresh install of Win7 on my machine would see it running as it should... but that certainly doesn't solve the problem, it just pushes it to the side and ignores it. My hardware is solid, functional, error-free, and relatively high-end... What the HELL happened to Windows to cause it to hate me?
      My Computer


  2. Posts : 34
    Windows 7 RTM 64-bit
    Thread Starter
       #12

    Here are my minidumps with the driver verifier turned on.
      My Computer


  3. Posts : 5,705
    Win7 x64 + x86
       #13

    There are issues with storage drivers in Windows7. There are some very specific changes to driver behavior in Windows 7 (from Vista) that can cause issues. I've got to install a new RAID card because of this (no Win7 drivers will be developed for my old card).

    Additionally, using Vista drivers on my Win7 system caused me to lose over a full point in the WEI scores for my storage sub-system.

    "Most" hardware that worked with Vista will work with Win7 - BUT you won't know until you try it. The lower level stuff (chipset, storage, video drivers, antivirus, firewalls, etc) are the things that have issues with Win7 - so if you don't have Win7 drivers for those things, then it's basically a crap shoot. Most stuff works just fine, but every once in a while you'll hit a snag (like I did with the RAID card).

    On to the crash dumps.....
    Neither of these dumps are a Driver Verifier dump (STOP 0x3b and STOP 0xbe)
    STOP 0x3b is a SYSTEM_SERVICE_EXCEPTION
    STOP 0xbe is a ATTEMPTED_WRITE_TO_READONLY_MEMORY

    Interestingly, the STOP 0xbe error can be caused by a system service (which brings us to the STOP 0x3b error).

    Also, we're seeing a lot of issues with the Asus P5 boards, so you're not alone in this. Personally I suspect the ASACPI.sys driver - but haven't been able to prove this (no one seems to be able to located a more current driver). Also, fltmgr.sys is mentioned in both BSOD's, so I wonder if ASACPI.sys has an impact on the storage drivers (which indirectly affect the file system drivers).

    Anywhooo...here's a list of the older drivers:
    Code:
    PxHlpa64.sys Mon Dec 10 18:49:01 2007 Sonic
    ASACPI.sys   Sun Mar 27 22:30:36 2005 ATK0100 ACPI Utility
    lmimirr.sys  Tue Apr 10 18:32:45 2007 RemotelyAnywhere or LogMeIn Mirror Miniport Driver
    I'd first suggest going to Start and typing "perfmon /report" (without the quotes) and pressing Enter. Once the report generates, save it as an .html file, then zip it up and upload it with your next post.

    Also go to Event Viewer...Windows Logs...System logfile and look for entries around or slightly before the the crash that occurred at Sat Jul 4 11:43:41.364 2009. You'll be looking for any problems with services in that time period (most likely ERRORS or WARNINGS). Let us know if you find anything.

    Finally, here's the output of the dump files:
    Code:
    Microsoft (R) Windows Debugger Version 6.11.0001.404 AMD64
    Copyright (c) Microsoft Corporation. All rights reserved.
    
    
    Loading Dump File [C:\Users\FUBAR-RC1-Desktop\TempDUMP\DATA\01.dmp]
    Mini Kernel Dump File: Only registers and stack trace are available
    
    Symbol search path is: SRV*c:\symbols*http://msdl.microsoft.com/download/symbols
    Executable search path is: 
    Unable to load image \SystemRoot\system32\ntoskrnl.exe, Win32 error 0n2
    *** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
    Windows 7 Kernel Version 7229 MP (4 procs) Free x64
    Product: WinNt, suite: TerminalServer SingleUserTS
    Built by: 7229.0.amd64fre.winmain.090604-1901
    Machine Name:
    Kernel base = 0xfffff800`02e17000 PsLoadedModuleList = 0xfffff800`03055e50
    Debug session time: Sat Jul  4 11:43:41.364 2009 (GMT-4)
    System Uptime: 0 days 0:01:12.330
    Unable to load image \SystemRoot\system32\ntoskrnl.exe, Win32 error 0n2
    *** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
    Loading Kernel Symbols
    ...............................................................
    ................................................................
    ............................
    Loading User Symbols
    Loading unloaded module list
    ....
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    Use !analyze -v to get detailed debugging information.
    
    BugCheck 3B, {c000001d, fffff880010b26d8, fffff88008a5fdd0, 0}
    
    Unable to load image \SystemRoot\system32\drivers\fltmgr.sys, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for fltmgr.sys
    *** ERROR: Module load completed but symbols could not be loaded for fltmgr.sys
    ***** Kernel symbols are WRONG. Please fix symbols to do analysis.
    
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_KPRCB                                     ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!KPRCB                                      ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_KPRCB                                     ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!KPRCB                                      ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_KPRCB                                     ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_KPRCB                                     ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_KPRCB                                     ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_KPRCB                                     ***
    ***                                                                   ***
    *************************************************************************
    Probably caused by : fltmgr.sys ( fltmgr+26d8 )
    
    Followup: MachineOwner
    ---------
    
    1: kd> !thread;!analyze -v;r;kv;lmtn;lmtsmn;.bugcheck;.logclose;q
    GetPointerFromAddress: unable to read from fffff800030c0000
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_ETHREAD                                   ***
    ***                                                                   ***
    *************************************************************************
    fffffa80068f7b60: Unable to get thread contents
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    SYSTEM_SERVICE_EXCEPTION (3b)
    An exception happened while executing a system service routine.
    Arguments:
    Arg1: 00000000c000001d, Exception code that caused the bugcheck
    Arg2: fffff880010b26d8, Address of the exception record for the exception that caused the bugcheck
    Arg3: fffff88008a5fdd0, Address of the context record for the exception that caused the bugcheck
    Arg4: 0000000000000000, zero.
    
    Debugging Details:
    ------------------
    
    ***** Kernel symbols are WRONG. Please fix symbols to do analysis.
    
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_KPRCB                                     ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!KPRCB                                      ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_KPRCB                                     ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!KPRCB                                      ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_KPRCB                                     ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_KPRCB                                     ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_KPRCB                                     ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_KPRCB                                     ***
    ***                                                                   ***
    *************************************************************************
    
    ADDITIONAL_DEBUG_TEXT:  
    
    Use '!findthebuild' command to search for the target build information.
    
    If the build information is available, run '!findthebuild -s ; .reload' to set symbol path and load symbols.
    
    MODULE_NAME: fltmgr
    
    FAULTING_MODULE: fffff80002e17000 nt
    
    DEBUG_FLR_IMAGE_TIMESTAMP:  4a28b579
    
    EXCEPTION_CODE: (NTSTATUS) 0xc000001d - {EXCEPTION}  Illegal Instruction  An attempt was made to execute an illegal instruction.
    
    FAULTING_IP: 
    fltmgr+26d8
    fffff880`010b26d8 488bd3          mov     rdx,rbx
    
    CONTEXT:  fffff88008a5fdd0 -- (.cxr 0xfffff88008a5fdd0)
    .cxr 0xfffff88008a5fdd0
    rax=0000000000000000 rbx=fffffa8007267d80 rcx=fffffa8007267ce0
    rdx=fffff88008a60801 rsi=fffffa8007267c30 rdi=0000000000000000
    rip=fffff880010b26d8 rsp=fffff88008a607b0 rbp=fffffa80057ebe00
     r8=0000000000000000  r9=0000000000000000 r10=0000000000000008
    r11=0000000000000000 r12=0000000000000072 r13=fffffa80057aab60
    r14=fffffa80057ebbb0 r15=fffff88008a60950
    iopl=0         nv up ei ng nz na pe nc
    cs=0010  ss=0018  ds=002b  es=002b  fs=0053  gs=002b             efl=00010282
    fltmgr+0x26d8:
    fffff880`010b26d8 488bd3          mov     rdx,rbx
    .cxr
    Resetting default scope
    
    DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT
    
    BUGCHECK_STR:  0x3B
    
    CURRENT_IRQL:  0
    
    LAST_CONTROL_TRANSFER:  from 0000000000000000 to fffff880010b26d8
    
    STACK_TEXT:  
    fffff880`08a607b0 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : fltmgr+0x26d8
    
    
    FOLLOWUP_IP: 
    fltmgr+26d8
    fffff880`010b26d8 488bd3          mov     rdx,rbx
    
    SYMBOL_STACK_INDEX:  0
    
    SYMBOL_NAME:  fltmgr+26d8
    
    FOLLOWUP_NAME:  MachineOwner
    
    IMAGE_NAME:  fltmgr.sys
    
    STACK_COMMAND:  .cxr 0xfffff88008a5fdd0 ; kb
    
    BUCKET_ID:  WRONG_SYMBOLS
    
    Followup: MachineOwner
    ---------
    
    rax=fffff88008a5f610 rbx=fffff80002fd8220 rcx=000000000000003b
    rdx=00000000c000001d rsi=fffff80002e17000 rdi=0000000000000000
    rip=fffff80002e8a580 rsp=fffff88008a5f508 rbp=0000000000000000
     r8=fffff880010b26d8  r9=fffff88008a5fdd0 r10=0000000000000000
    r11=fffff88008a5f708 r12=fffff80002e897d3 r13=fffff800030963b4
    r14=fffff80002e893c0 r15=0000000000000000
    iopl=0         nv up ei ng nz na pe nc
    cs=0010  ss=0018  ds=002b  es=002b  fs=0053  gs=002b             efl=00000282
    nt+0x73580:
    fffff800`02e8a580 48894c2408      mov     qword ptr [rsp+8],rcx ss:0018:fffff880`08a5f510=000000000000003b
    Child-SP          RetAddr           : Args to Child                                                           : Call Site
    fffff880`08a5f508 fffff800`02e89ae9 : 00000000`0000003b 00000000`c000001d fffff880`010b26d8 fffff880`08a5fdd0 : nt+0x73580
    fffff880`08a5f510 00000000`0000003b : 00000000`c000001d fffff880`010b26d8 fffff880`08a5fdd0 00000000`00000000 : nt+0x72ae9
    fffff880`08a5f518 00000000`c000001d : fffff880`010b26d8 fffff880`08a5fdd0 00000000`00000000 00000000`00000000 : 0x3b
    fffff880`08a5f520 fffff880`010b26d8 : fffff880`08a5fdd0 00000000`00000000 00000000`00000000 0020006f`00740020 : 0xc000001d
    fffff880`08a5f528 fffff880`08a5fdd0 : 00000000`00000000 00000000`00000000 0020006f`00740020 0074006e`006f0063 : fltmgr+0x26d8
    fffff880`08a5f530 00000000`00000000 : 00000000`00000000 0020006f`00740020 0074006e`006f0063 00650075`006e0069 : 0xfffff880`08a5fdd0
    start             end                 module name
    fffff800`00bbd000 fffff800`00bc7000   kdcom    kdcom.dll    Fri Jun 05 04:43:13 2009 (4A28DAA1)
    fffff800`02e17000 fffff800`033f5000   nt       ntoskrnl.exe Fri Jun 05 02:13:47 2009 (4A28B79B)
    fffff800`033f5000 fffff800`0343e000   hal      hal.dll      Fri Jun 05 04:39:43 2009 (4A28D9CF)
    fffff880`00c00000 fffff880`00cc0000   CI       CI.dll       Fri Jun 05 04:46:01 2009 (4A28DB49)
    fffff880`00cd8000 fffff880`00d1c000   mcupdate_GenuineIntel mcupdate_GenuineIntel.dll Fri Jun 05 04:41:06 2009 (4A28DA22)
    fffff880`00d1c000 fffff880`00d30000   PSHED    PSHED.dll    Fri Jun 05 04:46:10 2009 (4A28DB52)
    fffff880`00d30000 fffff880`00d8e000   CLFS     CLFS.SYS     Fri Jun 05 02:04:31 2009 (4A28B56F)
    fffff880`00d8e000 fffff880`00da8000   mountmgr mountmgr.sys Fri Jun 05 02:04:37 2009 (4A28B575)
    fffff880`00da8000 fffff880`00db1000   atapi    atapi.sys    Fri Jun 05 02:04:23 2009 (4A28B567)
    fffff880`00db1000 fffff880`00ddb000   ataport  ataport.SYS  Fri Jun 05 02:04:28 2009 (4A28B56C)
    fffff880`00ddb000 fffff880`00de6000   amdxata  amdxata.sys  Tue May 19 13:56:59 2009 (4A12F2EB)
    fffff880`00e00000 fffff880`00e0a000   msisadrv msisadrv.sys Fri Jun 05 02:04:17 2009 (4A28B561)
    fffff880`00e0a000 fffff880`00e3d000   pci      pci.sys      Fri Jun 05 02:04:26 2009 (4A28B56A)
    fffff880`00e3d000 fffff880`00e4a000   vdrvroot vdrvroot.sys Fri Jun 05 02:55:21 2009 (4A28C159)
    fffff880`00e4a000 fffff880`00e5f000   partmgr  partmgr.sys  Fri Jun 05 02:04:48 2009 (4A28B580)
    fffff880`00e5f000 fffff880`00e74000   volmgr   volmgr.sys   Fri Jun 05 02:04:42 2009 (4A28B57A)
    fffff880`00e74000 fffff880`00ed0000   volmgrx  volmgrx.sys  Fri Jun 05 02:05:12 2009 (4A28B598)
    fffff880`00ed0000 fffff880`00ed7000   pciide   pciide.sys   Fri Jun 05 02:04:27 2009 (4A28B56B)
    fffff880`00ed7000 fffff880`00ee7000   PCIIDEX  PCIIDEX.SYS  Fri Jun 05 02:04:24 2009 (4A28B568)
    fffff880`00ee9000 fffff880`00f8d000   Wdf01000 Wdf01000.sys Fri Jun 05 02:06:52 2009 (4A28B5FC)
    fffff880`00f8d000 fffff880`00f9c000   WDFLDR   WDFLDR.SYS   Fri Jun 05 02:04:36 2009 (4A28B574)
    fffff880`00f9c000 fffff880`00ff3000   ACPI     ACPI.sys     Fri Jun 05 02:04:28 2009 (4A28B56C)
    fffff880`00ff3000 fffff880`00ffc000   WMILIB   WMILIB.SYS   Fri Jun 05 02:04:33 2009 (4A28B571)
    fffff880`01000000 fffff880`0104a000   fwpkclnt fwpkclnt.sys Fri Jun 05 02:05:50 2009 (4A28B5BE)
    fffff880`0104a000 fffff880`01096000   volsnap  volsnap.sys  Fri Jun 05 02:04:59 2009 (4A28B58B)
    fffff880`010b0000 fffff880`010fc000   fltmgr   fltmgr.sys   Fri Jun 05 02:04:41 2009 (4A28B579)
    fffff880`010fc000 fffff880`01110000   fileinfo fileinfo.sys Fri Jun 05 02:20:28 2009 (4A28B92C)
    fffff880`01110000 fffff880`0111bae0   PxHlpa64 PxHlpa64.sys Mon Dec 10 18:49:01 2007 (475DD06D)
    fffff880`0111c000 fffff880`0117a000   msrpc    msrpc.sys    Fri Jun 05 02:06:17 2009 (4A28B5D9)
    fffff880`0117a000 fffff880`011ed000   cng      cng.sys      Fri Jun 05 02:39:34 2009 (4A28BDA6)
    fffff880`01200000 fffff880`013a3000   Ntfs     Ntfs.sys     Fri Jun 05 02:06:03 2009 (4A28B5CB)
    fffff880`013a3000 fffff880`013bd000   ksecdd   ksecdd.sys   Fri Jun 05 02:05:40 2009 (4A28B5B4)
    fffff880`013bd000 fffff880`013ce000   pcw      pcw.sys      Fri Jun 05 02:04:18 2009 (4A28B562)
    fffff880`013ce000 fffff880`013d8000   Fs_Rec   Fs_Rec.sys   Fri Jun 05 02:04:22 2009 (4A28B566)
    fffff880`01400000 fffff880`0143a000   rdyboost rdyboost.sys Fri Jun 05 02:20:39 2009 (4A28B937)
    fffff880`01446000 fffff880`01538000   ndis     ndis.sys     Fri Jun 05 02:06:45 2009 (4A28B5F5)
    fffff880`01538000 fffff880`01598000   NETIO    NETIO.SYS    Fri Jun 05 02:06:35 2009 (4A28B5EB)
    fffff880`01598000 fffff880`015c3000   ksecpkg  ksecpkg.sys  Fri Jun 05 02:40:45 2009 (4A28BDED)
    fffff880`015c3000 fffff880`015d3000   vmstorfl vmstorfl.sys Fri Jun 05 02:31:04 2009 (4A28BBA8)
    fffff880`015d3000 fffff880`015db000   spldr    spldr.sys    Mon May 11 12:56:27 2009 (4A0858BB)
    fffff880`015db000 fffff880`015e2000   speedfan speedfan.sys Sun Sep 24 09:26:48 2006 (45168798)
    fffff880`015e2000 fffff880`015f4000   mup      mup.sys      Fri Jun 05 02:08:23 2009 (4A28B657)
    fffff880`015f4000 fffff880`015fd000   hwpolicy hwpolicy.sys Fri Jun 05 02:04:10 2009 (4A28B55A)
    fffff880`01600000 fffff880`017fe000   tcpip    tcpip.sys    Fri Jun 05 02:08:28 2009 (4A28B65C)
    fffff880`01800000 fffff880`0180d000   TDI      TDI.SYS      Fri Jun 05 02:05:51 2009 (4A28B5BF)
    fffff880`0180d000 fffff880`01852000   netbt    netbt.sys    Fri Jun 05 02:05:54 2009 (4A28B5C2)
    fffff880`0186e000 fffff880`018a8000   fvevol   fvevol.sys   Fri Jun 05 02:06:58 2009 (4A28B602)
    fffff880`018a8000 fffff880`018be000   disk     disk.sys     Fri Jun 05 02:04:41 2009 (4A28B579)
    fffff880`018be000 fffff880`018ee000   CLASSPNP CLASSPNP.SYS Fri Jun 05 02:04:37 2009 (4A28B575)
    fffff880`01924000 fffff880`0194e000   cdrom    cdrom.sys    Fri Jun 05 02:04:32 2009 (4A28B570)
    fffff880`0194e000 fffff880`01957000   Null     Null.SYS     Fri Jun 05 02:04:20 2009 (4A28B564)
    fffff880`01957000 fffff880`0195e000   Beep     Beep.SYS     Fri Jun 05 02:53:43 2009 (4A28C0F7)
    fffff880`0195e000 fffff880`0196c000   vga      vga.sys      Fri Jun 05 02:26:06 2009 (4A28BA7E)
    fffff880`0196c000 fffff880`01991000   VIDEOPRT VIDEOPRT.SYS Fri Jun 05 02:26:11 2009 (4A28BA83)
    fffff880`01991000 fffff880`019a1000   watchdog watchdog.sys Fri Jun 05 02:24:28 2009 (4A28BA1C)
    fffff880`019a1000 fffff880`019aa000   RDPCDD   RDPCDD.sys   Fri Jun 05 03:14:09 2009 (4A28C5C1)
    fffff880`019aa000 fffff880`019b3000   rdpencdd rdpencdd.sys Fri Jun 05 03:14:09 2009 (4A28C5C1)
    fffff880`019b3000 fffff880`019bc000   rdprefmp rdprefmp.sys Fri Jun 05 03:14:09 2009 (4A28C5C1)
    fffff880`019bc000 fffff880`019c7000   Msfs     Msfs.SYS     Fri Jun 05 02:04:30 2009 (4A28B56E)
    fffff880`019c7000 fffff880`019d8000   Npfs     Npfs.SYS     Fri Jun 05 02:04:31 2009 (4A28B56F)
    fffff880`019d8000 fffff880`019f6000   tdx      tdx.sys      Fri Jun 05 02:05:53 2009 (4A28B5C1)
    fffff880`0243d000 fffff880`024c9000   bthport  bthport.sys  Fri Jun 05 03:02:13 2009 (4A28C2F5)
    fffff880`024c9000 fffff880`024ec000   luafv    luafv.sys    Fri Jun 05 02:10:11 2009 (4A28B6C3)
    fffff880`024ec000 fffff880`0250d000   WudfPf   WudfPf.sys   Fri Jun 05 03:00:34 2009 (4A28C292)
    fffff880`0250d000 fffff880`02539000   rfcomm   rfcomm.sys   Fri Jun 05 03:02:14 2009 (4A28C2F6)
    fffff880`02539000 fffff880`02549000   BthEnum  BthEnum.sys  Fri Jun 05 03:02:06 2009 (4A28C2EE)
    fffff880`02549000 fffff880`02569000   bthpan   bthpan.sys   Fri Jun 05 03:02:19 2009 (4A28C2FB)
    fffff880`02569000 fffff880`02580000   bthmodem bthmodem.sys Fri Jun 05 03:02:06 2009 (4A28C2EE)
    fffff880`02580000 fffff880`02595000   lltdio   lltdio.sys   Fri Jun 05 03:04:33 2009 (4A28C381)
    fffff880`02595000 fffff880`025ad000   rspndr   rspndr.sys   Fri Jun 05 03:04:33 2009 (4A28C381)
    fffff880`02c00000 fffff880`02c0f000   discache discache.sys Fri Jun 05 02:24:06 2009 (4A28BA06)
    fffff880`02c0f000 fffff880`02c65000   USBPORT  USBPORT.SYS  Fri Jun 05 03:01:42 2009 (4A28C2D6)
    fffff880`02c84000 fffff880`02d0e000   afd      afd.sys      Fri Jun 05 02:06:23 2009 (4A28B5DF)
    fffff880`02d0e000 fffff880`02d17000   wfplwf   wfplwf.sys   Fri Jun 05 03:05:19 2009 (4A28C3AF)
    fffff880`02d17000 fffff880`02d3d000   pacer    pacer.sys    Fri Jun 05 03:05:38 2009 (4A28C3C2)
    fffff880`02d3d000 fffff880`02d4c000   netbios  netbios.sys  Fri Jun 05 03:05:23 2009 (4A28C3B3)
    fffff880`02d4c000 fffff880`02d69000   serial   serial.sys   Fri Jun 05 02:54:16 2009 (4A28C118)
    fffff880`02d69000 fffff880`02d84000   wanarp   wanarp.sys   Fri Jun 05 03:06:52 2009 (4A28C40C)
    fffff880`02d84000 fffff880`02d98000   termdd   termdd.sys   Fri Jun 05 03:14:08 2009 (4A28C5C0)
    fffff880`02d98000 fffff880`02de9000   rdbss    rdbss.sys    Fri Jun 05 02:08:44 2009 (4A28B66C)
    fffff880`02de9000 fffff880`02df5000   nsiproxy nsiproxy.sys Fri Jun 05 02:05:45 2009 (4A28B5B9)
    fffff880`02df5000 fffff880`02e00000   mssmbios mssmbios.sys Fri Jun 05 02:16:22 2009 (4A28B836)
    fffff880`03e14000 fffff880`03e97000   csc      csc.sys      Fri Jun 05 02:09:10 2009 (4A28B686)
    fffff880`03e97000 fffff880`03eb5000   dfsc     dfsc.sys     Fri Jun 05 02:08:24 2009 (4A28B658)
    fffff880`03eb5000 fffff880`03ec6000   blbdrive blbdrive.sys Fri Jun 05 02:22:30 2009 (4A28B9A6)
    fffff880`03ec6000 fffff880`03eec000   tunnel   tunnel.sys   Fri Jun 05 03:05:37 2009 (4A28C3C1)
    fffff880`03eec000 fffff880`03f02000   intelppm intelppm.sys Fri Jun 05 02:04:14 2009 (4A28B55E)
    fffff880`03f02000 fffff880`03ff6000   dxgkrnl  dxgkrnl.sys  Fri Jun 05 02:26:22 2009 (4A28BA8E)
    fffff880`04000000 fffff880`0400d000   usbuhci  usbuhci.sys  Fri Jun 05 03:01:37 2009 (4A28C2D1)
    fffff880`0400d000 fffff880`0401e000   usbehci  usbehci.sys  Fri Jun 05 03:01:45 2009 (4A28C2D9)
    fffff880`0401f000 fffff880`04590000   atikmdag atikmdag.sys Tue Apr 28 22:23:36 2009 (49F7BA28)
    fffff880`04590000 fffff880`045d6000   dxgmms1  dxgmms1.sys  Fri Jun 05 02:25:53 2009 (4A28BA71)
    fffff880`045d6000 fffff880`045fa000   HDAudBus HDAudBus.sys Fri Jun 05 03:01:22 2009 (4A28C2C2)
    fffff880`04800000 fffff880`04801480   swenum   swenum.sys   Fri Jun 05 02:53:49 2009 (4A28C0FD)
    fffff880`04802000 fffff880`04845000   ks       ks.sys       Fri Jun 05 02:54:07 2009 (4A28C10F)
    fffff880`04845000 fffff880`04857000   umbus    umbus.sys    Fri Jun 05 03:02:10 2009 (4A28C2F2)
    fffff880`04857000 fffff880`0486f000   BTHUSB   BTHUSB.sys   Fri Jun 05 03:02:10 2009 (4A28C2F2)
    fffff880`048a5000 fffff880`048d3000   Rtlh64   Rtlh64.sys   Wed Jul 30 10:46:04 2008 (48907EAC)
    fffff880`048d3000 fffff880`048e0000   fdc      fdc.sys      Fri Jun 05 02:54:37 2009 (4A28C12D)
    fffff880`048e0000 fffff880`048e8000   ASACPI   ASACPI.sys   Sun Mar 27 22:30:36 2005 (42476C4C)
    fffff880`048e8000 fffff880`048f4000   serenum  serenum.sys  Fri Jun 05 02:54:11 2009 (4A28C113)
    fffff880`048f4000 fffff880`04904000   CompositeBus CompositeBus.sys Fri Jun 05 02:54:10 2009 (4A28C112)
    fffff880`04904000 fffff880`0490b000   lmimirr  lmimirr.sys  Tue Apr 10 18:32:45 2007 (461C108D)
    fffff880`0490b000 fffff880`04921000   AgileVpn AgileVpn.sys Fri Jun 05 03:06:45 2009 (4A28C405)
    fffff880`04921000 fffff880`04945000   rasl2tp  rasl2tp.sys  Fri Jun 05 03:06:23 2009 (4A28C3EF)
    fffff880`04945000 fffff880`04951000   ndistapi ndistapi.sys Fri Jun 05 03:06:07 2009 (4A28C3DF)
    fffff880`04951000 fffff880`04980000   ndiswan  ndiswan.sys  Fri Jun 05 03:06:22 2009 (4A28C3EE)
    fffff880`04980000 fffff880`0499b000   raspppoe raspppoe.sys Fri Jun 05 03:06:36 2009 (4A28C3FC)
    fffff880`0499b000 fffff880`049bc000   raspptp  raspptp.sys  Fri Jun 05 03:06:32 2009 (4A28C3F8)
    fffff880`049bc000 fffff880`049d6000   rassstp  rassstp.sys  Fri Jun 05 03:06:39 2009 (4A28C3FF)
    fffff880`049d6000 fffff880`049e1000   rdpbus   rdpbus.sys   Fri Jun 05 03:15:44 2009 (4A28C620)
    fffff880`049e1000 fffff880`049f0000   kbdclass kbdclass.sys Fri Jun 05 02:04:23 2009 (4A28B567)
    fffff880`049f0000 fffff880`049ff000   mouclass mouclass.sys Fri Jun 05 02:04:23 2009 (4A28B567)
    fffff880`04c00000 fffff880`04c5e000   HdAudio  HdAudio.sys  Fri Jun 05 03:02:41 2009 (4A28C311)
    fffff880`04c5e000 fffff880`04c6a000   Dxapi    Dxapi.sys    Fri Jun 05 02:25:36 2009 (4A28BA60)
    fffff880`04c6a000 fffff880`04c78000   crashdmp crashdmp.sys Fri Jun 05 02:54:46 2009 (4A28C136)
    fffff880`04c78000 fffff880`04c84000   dump_dumpata dump_dumpata.sys Fri Jun 05 02:04:24 2009 (4A28B568)
    fffff880`04c84000 fffff880`04c8d000   dump_atapi dump_atapi.sys Fri Jun 05 02:04:23 2009 (4A28B567)
    fffff880`04c8d000 fffff880`04ca0000   dump_dumpfve dump_dumpfve.sys Fri Jun 05 02:06:46 2009 (4A28B5F6)
    fffff880`04ca0000 fffff880`04cae000   hidusb   hidusb.sys   Fri Jun 05 03:01:32 2009 (4A28C2CC)
    fffff880`04cae000 fffff880`04cc7000   HIDCLASS HIDCLASS.SYS Fri Jun 05 03:01:30 2009 (4A28C2CA)
    fffff880`04cc7000 fffff880`04ccf080   HIDPARSE HIDPARSE.SYS Fri Jun 05 03:01:27 2009 (4A28C2C7)
    fffff880`04cd0000 fffff880`04cd1f00   USBD     USBD.SYS     Fri Jun 05 03:01:33 2009 (4A28C2CD)
    fffff880`04cd3000 fffff880`04d2d000   usbhub   usbhub.sys   Fri Jun 05 03:02:40 2009 (4A28C310)
    fffff880`04d2d000 fffff880`04d38000   flpydisk flpydisk.sys Fri Jun 05 02:54:38 2009 (4A28C12E)
    fffff880`04d38000 fffff880`04d4d000   NDProxy  NDProxy.SYS  Fri Jun 05 03:06:10 2009 (4A28C3E2)
    fffff880`04d4d000 fffff880`04d6e000   AtiHdmi  AtiHdmi.sys  Fri Apr 03 10:23:44 2009 (49D61BF0)
    fffff880`04d6e000 fffff880`04dab000   portcls  portcls.sys  Fri Jun 05 03:01:36 2009 (4A28C2D0)
    fffff880`04dab000 fffff880`04dcd000   drmk     drmk.sys     Fri Jun 05 04:11:07 2009 (4A28D31B)
    fffff880`04dcd000 fffff880`04dd2180   ksthunk  ksthunk.sys  Fri Jun 05 02:53:54 2009 (4A28C102)
    fffff880`04dd3000 fffff880`04de0000   mouhid   mouhid.sys   Fri Jun 05 02:53:52 2009 (4A28C100)
    fffff880`04de0000 fffff880`04dee000   kbdhid   kbdhid.sys   Fri Jun 05 02:53:52 2009 (4A28C100)
    fffff880`04dee000 fffff880`04dfc000   monitor  monitor.sys  Fri Jun 05 02:26:14 2009 (4A28BA86)
    fffff880`05e00000 fffff880`05e23000   mrxsmb20 mrxsmb20.sys Fri Jun 05 02:08:34 2009 (4A28B662)
    fffff880`05e23000 fffff880`05e3b000   adfs     adfs.SYS     Mon Nov 03 11:48:14 2008 (490F2B4E)
    fffff880`05e3b000 fffff880`05e42000   RaInfo   RaInfo.sys   Fri Jan 04 13:57:14 2008 (477E818A)
    fffff880`05e42000 fffff880`05e55000   LMIRfsDriver LMIRfsDriver.sys Mon Jul 14 12:26:56 2008 (487B7E50)
    fffff880`05e77000 fffff880`05f3f000   HTTP     HTTP.sys     Fri Jun 05 02:06:50 2009 (4A28B5FA)
    fffff880`05f3f000 fffff880`05f5d000   bowser   bowser.sys   Fri Jun 05 02:08:26 2009 (4A28B65A)
    fffff880`05f5d000 fffff880`05f75000   mpsdrv   mpsdrv.sys   Fri Jun 05 03:03:58 2009 (4A28C35E)
    fffff880`05f75000 fffff880`05fa1000   mrxsmb   mrxsmb.sys   Fri Jun 05 02:08:35 2009 (4A28B663)
    fffff880`05fa1000 fffff880`05fee000   mrxsmb10 mrxsmb10.sys Fri Jun 05 02:08:37 2009 (4A28B665)
    fffff880`06400000 fffff880`06469000   srv2     srv2.sys     Fri Jun 05 02:09:17 2009 (4A28B68D)
    fffff880`064c3000 fffff880`06569000   peauth   peauth.sys   Fri Jun 05 04:11:27 2009 (4A28D32F)
    fffff880`06569000 fffff880`06574000   secdrv   secdrv.SYS   Wed Sep 13 09:18:38 2006 (4508052E)
    fffff880`06574000 fffff880`065a1000   srvnet   srvnet.sys   Fri Jun 05 02:09:11 2009 (4A28B687)
    fffff880`065a1000 fffff880`065b3000   tcpipreg tcpipreg.sys Fri Jun 05 03:05:52 2009 (4A28C3D0)
    fffff880`0666e000 fffff880`06706000   srv      srv.sys      Fri Jun 05 02:09:34 2009 (4A28B69E)
    fffff880`08800000 fffff880`08813000   ndisuio  ndisuio.sys  Fri Jun 05 03:05:18 2009 (4A28C3AE)
    fffff880`08837000 fffff880`0898f000   athrx    athrx.sys    Wed Apr 08 17:58:09 2009 (49DD1DF1)
    fffff880`0898f000 fffff880`0899c000   vwifibus vwifibus.sys Fri Jun 05 03:02:48 2009 (4A28C318)
    fffff880`0899c000 fffff880`089ef000   nwifi    nwifi.sys    Fri Jun 05 03:02:55 2009 (4A28C31F)
    fffff960`000a0000 fffff960`003bf000   win32k   win32k.sys   Fri Jun 05 02:28:38 2009 (4A28BB16)
    fffff960`00490000 fffff960`0049a000   TSDDD    TSDDD.dll    unavailable (00000000)
    fffff960`00630000 fffff960`00659000   cdd      cdd.dll      Fri Jun 05 04:36:58 2009 (4A28D92A)
    fffff960`008d0000 fffff960`00931000   ATMFD    ATMFD.DLL    Fri Jun 05 02:25:18 2009 (4A28BA4E)
    
    Unloaded modules:
    fffff880`018ee000 fffff880`018fc000   crashdmp.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`018fc000 fffff880`01908000   dump_ataport
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`01908000 fffff880`01911000   dump_atapi.s
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`01911000 fffff880`01924000   dump_dumpfve
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    start             end                 module name
    fffff880`00f9c000 fffff880`00ff3000   ACPI     ACPI.sys     Fri Jun 05 02:04:28 2009 (4A28B56C)
    fffff880`05e23000 fffff880`05e3b000   adfs     adfs.SYS     Mon Nov 03 11:48:14 2008 (490F2B4E)
    fffff880`02c84000 fffff880`02d0e000   afd      afd.sys      Fri Jun 05 02:06:23 2009 (4A28B5DF)
    fffff880`0490b000 fffff880`04921000   AgileVpn AgileVpn.sys Fri Jun 05 03:06:45 2009 (4A28C405)
    fffff880`00ddb000 fffff880`00de6000   amdxata  amdxata.sys  Tue May 19 13:56:59 2009 (4A12F2EB)
    fffff880`048e0000 fffff880`048e8000   ASACPI   ASACPI.sys   Sun Mar 27 22:30:36 2005 (42476C4C)
    fffff880`00da8000 fffff880`00db1000   atapi    atapi.sys    Fri Jun 05 02:04:23 2009 (4A28B567)
    fffff880`00db1000 fffff880`00ddb000   ataport  ataport.SYS  Fri Jun 05 02:04:28 2009 (4A28B56C)
    fffff880`08837000 fffff880`0898f000   athrx    athrx.sys    Wed Apr 08 17:58:09 2009 (49DD1DF1)
    fffff880`04d4d000 fffff880`04d6e000   AtiHdmi  AtiHdmi.sys  Fri Apr 03 10:23:44 2009 (49D61BF0)
    fffff880`0401f000 fffff880`04590000   atikmdag atikmdag.sys Tue Apr 28 22:23:36 2009 (49F7BA28)
    fffff960`008d0000 fffff960`00931000   ATMFD    ATMFD.DLL    Fri Jun 05 02:25:18 2009 (4A28BA4E)
    fffff880`01957000 fffff880`0195e000   Beep     Beep.SYS     Fri Jun 05 02:53:43 2009 (4A28C0F7)
    fffff880`03eb5000 fffff880`03ec6000   blbdrive blbdrive.sys Fri Jun 05 02:22:30 2009 (4A28B9A6)
    fffff880`05f3f000 fffff880`05f5d000   bowser   bowser.sys   Fri Jun 05 02:08:26 2009 (4A28B65A)
    fffff880`02539000 fffff880`02549000   BthEnum  BthEnum.sys  Fri Jun 05 03:02:06 2009 (4A28C2EE)
    fffff880`02569000 fffff880`02580000   bthmodem bthmodem.sys Fri Jun 05 03:02:06 2009 (4A28C2EE)
    fffff880`02549000 fffff880`02569000   bthpan   bthpan.sys   Fri Jun 05 03:02:19 2009 (4A28C2FB)
    fffff880`0243d000 fffff880`024c9000   bthport  bthport.sys  Fri Jun 05 03:02:13 2009 (4A28C2F5)
    fffff880`04857000 fffff880`0486f000   BTHUSB   BTHUSB.sys   Fri Jun 05 03:02:10 2009 (4A28C2F2)
    fffff960`00630000 fffff960`00659000   cdd      cdd.dll      Fri Jun 05 04:36:58 2009 (4A28D92A)
    fffff880`01924000 fffff880`0194e000   cdrom    cdrom.sys    Fri Jun 05 02:04:32 2009 (4A28B570)
    fffff880`00c00000 fffff880`00cc0000   CI       CI.dll       Fri Jun 05 04:46:01 2009 (4A28DB49)
    fffff880`018be000 fffff880`018ee000   CLASSPNP CLASSPNP.SYS Fri Jun 05 02:04:37 2009 (4A28B575)
    fffff880`00d30000 fffff880`00d8e000   CLFS     CLFS.SYS     Fri Jun 05 02:04:31 2009 (4A28B56F)
    fffff880`0117a000 fffff880`011ed000   cng      cng.sys      Fri Jun 05 02:39:34 2009 (4A28BDA6)
    fffff880`048f4000 fffff880`04904000   CompositeBus CompositeBus.sys Fri Jun 05 02:54:10 2009 (4A28C112)
    fffff880`04c6a000 fffff880`04c78000   crashdmp crashdmp.sys Fri Jun 05 02:54:46 2009 (4A28C136)
    fffff880`03e14000 fffff880`03e97000   csc      csc.sys      Fri Jun 05 02:09:10 2009 (4A28B686)
    fffff880`03e97000 fffff880`03eb5000   dfsc     dfsc.sys     Fri Jun 05 02:08:24 2009 (4A28B658)
    fffff880`02c00000 fffff880`02c0f000   discache discache.sys Fri Jun 05 02:24:06 2009 (4A28BA06)
    fffff880`018a8000 fffff880`018be000   disk     disk.sys     Fri Jun 05 02:04:41 2009 (4A28B579)
    fffff880`04dab000 fffff880`04dcd000   drmk     drmk.sys     Fri Jun 05 04:11:07 2009 (4A28D31B)
    fffff880`04c84000 fffff880`04c8d000   dump_atapi dump_atapi.sys Fri Jun 05 02:04:23 2009 (4A28B567)
    fffff880`04c78000 fffff880`04c84000   dump_dumpata dump_dumpata.sys Fri Jun 05 02:04:24 2009 (4A28B568)
    fffff880`04c8d000 fffff880`04ca0000   dump_dumpfve dump_dumpfve.sys Fri Jun 05 02:06:46 2009 (4A28B5F6)
    fffff880`04c5e000 fffff880`04c6a000   Dxapi    Dxapi.sys    Fri Jun 05 02:25:36 2009 (4A28BA60)
    fffff880`03f02000 fffff880`03ff6000   dxgkrnl  dxgkrnl.sys  Fri Jun 05 02:26:22 2009 (4A28BA8E)
    fffff880`04590000 fffff880`045d6000   dxgmms1  dxgmms1.sys  Fri Jun 05 02:25:53 2009 (4A28BA71)
    fffff880`048d3000 fffff880`048e0000   fdc      fdc.sys      Fri Jun 05 02:54:37 2009 (4A28C12D)
    fffff880`010fc000 fffff880`01110000   fileinfo fileinfo.sys Fri Jun 05 02:20:28 2009 (4A28B92C)
    fffff880`04d2d000 fffff880`04d38000   flpydisk flpydisk.sys Fri Jun 05 02:54:38 2009 (4A28C12E)
    fffff880`010b0000 fffff880`010fc000   fltmgr   fltmgr.sys   Fri Jun 05 02:04:41 2009 (4A28B579)
    fffff880`013ce000 fffff880`013d8000   Fs_Rec   Fs_Rec.sys   Fri Jun 05 02:04:22 2009 (4A28B566)
    fffff880`0186e000 fffff880`018a8000   fvevol   fvevol.sys   Fri Jun 05 02:06:58 2009 (4A28B602)
    fffff880`01000000 fffff880`0104a000   fwpkclnt fwpkclnt.sys Fri Jun 05 02:05:50 2009 (4A28B5BE)
    fffff800`033f5000 fffff800`0343e000   hal      hal.dll      Fri Jun 05 04:39:43 2009 (4A28D9CF)
    fffff880`045d6000 fffff880`045fa000   HDAudBus HDAudBus.sys Fri Jun 05 03:01:22 2009 (4A28C2C2)
    fffff880`04c00000 fffff880`04c5e000   HdAudio  HdAudio.sys  Fri Jun 05 03:02:41 2009 (4A28C311)
    fffff880`04cae000 fffff880`04cc7000   HIDCLASS HIDCLASS.SYS Fri Jun 05 03:01:30 2009 (4A28C2CA)
    fffff880`04cc7000 fffff880`04ccf080   HIDPARSE HIDPARSE.SYS Fri Jun 05 03:01:27 2009 (4A28C2C7)
    fffff880`04ca0000 fffff880`04cae000   hidusb   hidusb.sys   Fri Jun 05 03:01:32 2009 (4A28C2CC)
    fffff880`05e77000 fffff880`05f3f000   HTTP     HTTP.sys     Fri Jun 05 02:06:50 2009 (4A28B5FA)
    fffff880`015f4000 fffff880`015fd000   hwpolicy hwpolicy.sys Fri Jun 05 02:04:10 2009 (4A28B55A)
    fffff880`03eec000 fffff880`03f02000   intelppm intelppm.sys Fri Jun 05 02:04:14 2009 (4A28B55E)
    fffff880`049e1000 fffff880`049f0000   kbdclass kbdclass.sys Fri Jun 05 02:04:23 2009 (4A28B567)
    fffff880`04de0000 fffff880`04dee000   kbdhid   kbdhid.sys   Fri Jun 05 02:53:52 2009 (4A28C100)
    fffff800`00bbd000 fffff800`00bc7000   kdcom    kdcom.dll    Fri Jun 05 04:43:13 2009 (4A28DAA1)
    fffff880`04802000 fffff880`04845000   ks       ks.sys       Fri Jun 05 02:54:07 2009 (4A28C10F)
    fffff880`013a3000 fffff880`013bd000   ksecdd   ksecdd.sys   Fri Jun 05 02:05:40 2009 (4A28B5B4)
    fffff880`01598000 fffff880`015c3000   ksecpkg  ksecpkg.sys  Fri Jun 05 02:40:45 2009 (4A28BDED)
    fffff880`04dcd000 fffff880`04dd2180   ksthunk  ksthunk.sys  Fri Jun 05 02:53:54 2009 (4A28C102)
    fffff880`02580000 fffff880`02595000   lltdio   lltdio.sys   Fri Jun 05 03:04:33 2009 (4A28C381)
    fffff880`04904000 fffff880`0490b000   lmimirr  lmimirr.sys  Tue Apr 10 18:32:45 2007 (461C108D)
    fffff880`05e42000 fffff880`05e55000   LMIRfsDriver LMIRfsDriver.sys Mon Jul 14 12:26:56 2008 (487B7E50)
    fffff880`024c9000 fffff880`024ec000   luafv    luafv.sys    Fri Jun 05 02:10:11 2009 (4A28B6C3)
    fffff880`00cd8000 fffff880`00d1c000   mcupdate_GenuineIntel mcupdate_GenuineIntel.dll Fri Jun 05 04:41:06 2009 (4A28DA22)
    fffff880`04dee000 fffff880`04dfc000   monitor  monitor.sys  Fri Jun 05 02:26:14 2009 (4A28BA86)
    fffff880`049f0000 fffff880`049ff000   mouclass mouclass.sys Fri Jun 05 02:04:23 2009 (4A28B567)
    fffff880`04dd3000 fffff880`04de0000   mouhid   mouhid.sys   Fri Jun 05 02:53:52 2009 (4A28C100)
    fffff880`00d8e000 fffff880`00da8000   mountmgr mountmgr.sys Fri Jun 05 02:04:37 2009 (4A28B575)
    fffff880`05f5d000 fffff880`05f75000   mpsdrv   mpsdrv.sys   Fri Jun 05 03:03:58 2009 (4A28C35E)
    fffff880`05f75000 fffff880`05fa1000   mrxsmb   mrxsmb.sys   Fri Jun 05 02:08:35 2009 (4A28B663)
    fffff880`05fa1000 fffff880`05fee000   mrxsmb10 mrxsmb10.sys Fri Jun 05 02:08:37 2009 (4A28B665)
    fffff880`05e00000 fffff880`05e23000   mrxsmb20 mrxsmb20.sys Fri Jun 05 02:08:34 2009 (4A28B662)
    fffff880`019bc000 fffff880`019c7000   Msfs     Msfs.SYS     Fri Jun 05 02:04:30 2009 (4A28B56E)
    fffff880`00e00000 fffff880`00e0a000   msisadrv msisadrv.sys Fri Jun 05 02:04:17 2009 (4A28B561)
    fffff880`0111c000 fffff880`0117a000   msrpc    msrpc.sys    Fri Jun 05 02:06:17 2009 (4A28B5D9)
    fffff880`02df5000 fffff880`02e00000   mssmbios mssmbios.sys Fri Jun 05 02:16:22 2009 (4A28B836)
    fffff880`015e2000 fffff880`015f4000   mup      mup.sys      Fri Jun 05 02:08:23 2009 (4A28B657)
    fffff880`01446000 fffff880`01538000   ndis     ndis.sys     Fri Jun 05 02:06:45 2009 (4A28B5F5)
    fffff880`04945000 fffff880`04951000   ndistapi ndistapi.sys Fri Jun 05 03:06:07 2009 (4A28C3DF)
    fffff880`08800000 fffff880`08813000   ndisuio  ndisuio.sys  Fri Jun 05 03:05:18 2009 (4A28C3AE)
    fffff880`04951000 fffff880`04980000   ndiswan  ndiswan.sys  Fri Jun 05 03:06:22 2009 (4A28C3EE)
    fffff880`04d38000 fffff880`04d4d000   NDProxy  NDProxy.SYS  Fri Jun 05 03:06:10 2009 (4A28C3E2)
    fffff880`02d3d000 fffff880`02d4c000   netbios  netbios.sys  Fri Jun 05 03:05:23 2009 (4A28C3B3)
    fffff880`0180d000 fffff880`01852000   netbt    netbt.sys    Fri Jun 05 02:05:54 2009 (4A28B5C2)
    fffff880`01538000 fffff880`01598000   NETIO    NETIO.SYS    Fri Jun 05 02:06:35 2009 (4A28B5EB)
    fffff880`019c7000 fffff880`019d8000   Npfs     Npfs.SYS     Fri Jun 05 02:04:31 2009 (4A28B56F)
    fffff880`02de9000 fffff880`02df5000   nsiproxy nsiproxy.sys Fri Jun 05 02:05:45 2009 (4A28B5B9)
    fffff800`02e17000 fffff800`033f5000   nt       ntoskrnl.exe Fri Jun 05 02:13:47 2009 (4A28B79B)
    fffff880`01200000 fffff880`013a3000   Ntfs     Ntfs.sys     Fri Jun 05 02:06:03 2009 (4A28B5CB)
    fffff880`0194e000 fffff880`01957000   Null     Null.SYS     Fri Jun 05 02:04:20 2009 (4A28B564)
    fffff880`0899c000 fffff880`089ef000   nwifi    nwifi.sys    Fri Jun 05 03:02:55 2009 (4A28C31F)
    fffff880`02d17000 fffff880`02d3d000   pacer    pacer.sys    Fri Jun 05 03:05:38 2009 (4A28C3C2)
    fffff880`00e4a000 fffff880`00e5f000   partmgr  partmgr.sys  Fri Jun 05 02:04:48 2009 (4A28B580)
    fffff880`00e0a000 fffff880`00e3d000   pci      pci.sys      Fri Jun 05 02:04:26 2009 (4A28B56A)
    fffff880`00ed0000 fffff880`00ed7000   pciide   pciide.sys   Fri Jun 05 02:04:27 2009 (4A28B56B)
    fffff880`00ed7000 fffff880`00ee7000   PCIIDEX  PCIIDEX.SYS  Fri Jun 05 02:04:24 2009 (4A28B568)
    fffff880`013bd000 fffff880`013ce000   pcw      pcw.sys      Fri Jun 05 02:04:18 2009 (4A28B562)
    fffff880`064c3000 fffff880`06569000   peauth   peauth.sys   Fri Jun 05 04:11:27 2009 (4A28D32F)
    fffff880`04d6e000 fffff880`04dab000   portcls  portcls.sys  Fri Jun 05 03:01:36 2009 (4A28C2D0)
    fffff880`00d1c000 fffff880`00d30000   PSHED    PSHED.dll    Fri Jun 05 04:46:10 2009 (4A28DB52)
    fffff880`01110000 fffff880`0111bae0   PxHlpa64 PxHlpa64.sys Mon Dec 10 18:49:01 2007 (475DD06D)
    fffff880`05e3b000 fffff880`05e42000   RaInfo   RaInfo.sys   Fri Jan 04 13:57:14 2008 (477E818A)
    fffff880`04921000 fffff880`04945000   rasl2tp  rasl2tp.sys  Fri Jun 05 03:06:23 2009 (4A28C3EF)
    fffff880`04980000 fffff880`0499b000   raspppoe raspppoe.sys Fri Jun 05 03:06:36 2009 (4A28C3FC)
    fffff880`0499b000 fffff880`049bc000   raspptp  raspptp.sys  Fri Jun 05 03:06:32 2009 (4A28C3F8)
    fffff880`049bc000 fffff880`049d6000   rassstp  rassstp.sys  Fri Jun 05 03:06:39 2009 (4A28C3FF)
    fffff880`02d98000 fffff880`02de9000   rdbss    rdbss.sys    Fri Jun 05 02:08:44 2009 (4A28B66C)
    fffff880`049d6000 fffff880`049e1000   rdpbus   rdpbus.sys   Fri Jun 05 03:15:44 2009 (4A28C620)
    fffff880`019a1000 fffff880`019aa000   RDPCDD   RDPCDD.sys   Fri Jun 05 03:14:09 2009 (4A28C5C1)
    fffff880`019aa000 fffff880`019b3000   rdpencdd rdpencdd.sys Fri Jun 05 03:14:09 2009 (4A28C5C1)
    fffff880`019b3000 fffff880`019bc000   rdprefmp rdprefmp.sys Fri Jun 05 03:14:09 2009 (4A28C5C1)
    fffff880`01400000 fffff880`0143a000   rdyboost rdyboost.sys Fri Jun 05 02:20:39 2009 (4A28B937)
    fffff880`0250d000 fffff880`02539000   rfcomm   rfcomm.sys   Fri Jun 05 03:02:14 2009 (4A28C2F6)
    fffff880`02595000 fffff880`025ad000   rspndr   rspndr.sys   Fri Jun 05 03:04:33 2009 (4A28C381)
    fffff880`048a5000 fffff880`048d3000   Rtlh64   Rtlh64.sys   Wed Jul 30 10:46:04 2008 (48907EAC)
    fffff880`06569000 fffff880`06574000   secdrv   secdrv.SYS   Wed Sep 13 09:18:38 2006 (4508052E)
    fffff880`048e8000 fffff880`048f4000   serenum  serenum.sys  Fri Jun 05 02:54:11 2009 (4A28C113)
    fffff880`02d4c000 fffff880`02d69000   serial   serial.sys   Fri Jun 05 02:54:16 2009 (4A28C118)
    fffff880`015db000 fffff880`015e2000   speedfan speedfan.sys Sun Sep 24 09:26:48 2006 (45168798)
    fffff880`015d3000 fffff880`015db000   spldr    spldr.sys    Mon May 11 12:56:27 2009 (4A0858BB)
    fffff880`0666e000 fffff880`06706000   srv      srv.sys      Fri Jun 05 02:09:34 2009 (4A28B69E)
    fffff880`06400000 fffff880`06469000   srv2     srv2.sys     Fri Jun 05 02:09:17 2009 (4A28B68D)
    fffff880`06574000 fffff880`065a1000   srvnet   srvnet.sys   Fri Jun 05 02:09:11 2009 (4A28B687)
    fffff880`04800000 fffff880`04801480   swenum   swenum.sys   Fri Jun 05 02:53:49 2009 (4A28C0FD)
    fffff880`01600000 fffff880`017fe000   tcpip    tcpip.sys    Fri Jun 05 02:08:28 2009 (4A28B65C)
    fffff880`065a1000 fffff880`065b3000   tcpipreg tcpipreg.sys Fri Jun 05 03:05:52 2009 (4A28C3D0)
    fffff880`01800000 fffff880`0180d000   TDI      TDI.SYS      Fri Jun 05 02:05:51 2009 (4A28B5BF)
    fffff880`019d8000 fffff880`019f6000   tdx      tdx.sys      Fri Jun 05 02:05:53 2009 (4A28B5C1)
    fffff880`02d84000 fffff880`02d98000   termdd   termdd.sys   Fri Jun 05 03:14:08 2009 (4A28C5C0)
    fffff960`00490000 fffff960`0049a000   TSDDD    TSDDD.dll    unavailable (00000000)
    fffff880`03ec6000 fffff880`03eec000   tunnel   tunnel.sys   Fri Jun 05 03:05:37 2009 (4A28C3C1)
    fffff880`04845000 fffff880`04857000   umbus    umbus.sys    Fri Jun 05 03:02:10 2009 (4A28C2F2)
    fffff880`04cd0000 fffff880`04cd1f00   USBD     USBD.SYS     Fri Jun 05 03:01:33 2009 (4A28C2CD)
    fffff880`0400d000 fffff880`0401e000   usbehci  usbehci.sys  Fri Jun 05 03:01:45 2009 (4A28C2D9)
    fffff880`04cd3000 fffff880`04d2d000   usbhub   usbhub.sys   Fri Jun 05 03:02:40 2009 (4A28C310)
    fffff880`02c0f000 fffff880`02c65000   USBPORT  USBPORT.SYS  Fri Jun 05 03:01:42 2009 (4A28C2D6)
    fffff880`04000000 fffff880`0400d000   usbuhci  usbuhci.sys  Fri Jun 05 03:01:37 2009 (4A28C2D1)
    fffff880`00e3d000 fffff880`00e4a000   vdrvroot vdrvroot.sys Fri Jun 05 02:55:21 2009 (4A28C159)
    fffff880`0195e000 fffff880`0196c000   vga      vga.sys      Fri Jun 05 02:26:06 2009 (4A28BA7E)
    fffff880`0196c000 fffff880`01991000   VIDEOPRT VIDEOPRT.SYS Fri Jun 05 02:26:11 2009 (4A28BA83)
    fffff880`015c3000 fffff880`015d3000   vmstorfl vmstorfl.sys Fri Jun 05 02:31:04 2009 (4A28BBA8)
    fffff880`00e5f000 fffff880`00e74000   volmgr   volmgr.sys   Fri Jun 05 02:04:42 2009 (4A28B57A)
    fffff880`00e74000 fffff880`00ed0000   volmgrx  volmgrx.sys  Fri Jun 05 02:05:12 2009 (4A28B598)
    fffff880`0104a000 fffff880`01096000   volsnap  volsnap.sys  Fri Jun 05 02:04:59 2009 (4A28B58B)
    fffff880`0898f000 fffff880`0899c000   vwifibus vwifibus.sys Fri Jun 05 03:02:48 2009 (4A28C318)
    fffff880`02d69000 fffff880`02d84000   wanarp   wanarp.sys   Fri Jun 05 03:06:52 2009 (4A28C40C)
    fffff880`01991000 fffff880`019a1000   watchdog watchdog.sys Fri Jun 05 02:24:28 2009 (4A28BA1C)
    fffff880`00ee9000 fffff880`00f8d000   Wdf01000 Wdf01000.sys Fri Jun 05 02:06:52 2009 (4A28B5FC)
    fffff880`00f8d000 fffff880`00f9c000   WDFLDR   WDFLDR.SYS   Fri Jun 05 02:04:36 2009 (4A28B574)
    fffff880`02d0e000 fffff880`02d17000   wfplwf   wfplwf.sys   Fri Jun 05 03:05:19 2009 (4A28C3AF)
    fffff960`000a0000 fffff960`003bf000   win32k   win32k.sys   Fri Jun 05 02:28:38 2009 (4A28BB16)
    fffff880`00ff3000 fffff880`00ffc000   WMILIB   WMILIB.SYS   Fri Jun 05 02:04:33 2009 (4A28B571)
    fffff880`024ec000 fffff880`0250d000   WudfPf   WudfPf.sys   Fri Jun 05 03:00:34 2009 (4A28C292)
    
    Unloaded modules:
    fffff880`018ee000 fffff880`018fc000   crashdmp.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`018fc000 fffff880`01908000   dump_ataport
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`01908000 fffff880`01911000   dump_atapi.s
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`01911000 fffff880`01924000   dump_dumpfve
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    Bugcheck code 0000003B
    Arguments 00000000`c000001d fffff880`010b26d8 fffff880`08a5fdd0 00000000`00000000
    Closing open log file C:\Users\FUBAR-RC1-Desktop\TempDUMP\DATA\$99-dbug.txt
    
    .
    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    .
    Opened log file 'C:\Users\FUBAR-RC1-Desktop\TempDUMP\DATA\$99-dbug.txt'
    
    Microsoft (R) Windows Debugger Version 6.11.0001.404 AMD64
    Copyright (c) Microsoft Corporation. All rights reserved.
    
    
    Loading Dump File [C:\Users\FUBAR-RC1-Desktop\TempDUMP\DATA\02.dmp]
    Mini Kernel Dump File: Only registers and stack trace are available
    
    Symbol search path is: SRV*c:\symbols*http://msdl.microsoft.com/download/symbols
    Executable search path is: 
    Unable to load image \SystemRoot\system32\ntoskrnl.exe, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for ntoskrnl.exe
    *** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
    Windows 7 Kernel Version 7229 MP (4 procs) Free x64
    Product: WinNt, suite: TerminalServer SingleUserTS
    Built by: 7229.0.amd64fre.winmain.090604-1901
    Machine Name:
    Kernel base = 0xfffff800`02e11000 PsLoadedModuleList = 0xfffff800`0304fe50
    Debug session time: Sat Jul  4 03:35:44.075 2009 (GMT-4)
    System Uptime: 0 days 23:45:22.667
    Unable to load image \SystemRoot\system32\ntoskrnl.exe, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for ntoskrnl.exe
    *** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
    Loading Kernel Symbols
    ...............................................................
    ................................................................
    ............................
    Loading User Symbols
    Loading unloaded module list
    ..........
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    Use !analyze -v to get detailed debugging information.
    
    BugCheck BE, {fffff8800103c455, 3b97121, fffff88003cbc740, b}
    
    Unable to load image \SystemRoot\system32\drivers\fltmgr.sys, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for fltmgr.sys
    *** ERROR: Module load completed but symbols could not be loaded for fltmgr.sys
    ***** Kernel symbols are WRONG. Please fix symbols to do analysis.
    
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_KPRCB                                     ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!KPRCB                                      ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_KPRCB                                     ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!KPRCB                                      ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_KPRCB                                     ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_KPRCB                                     ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_KPRCB                                     ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_KPRCB                                     ***
    ***                                                                   ***
    *************************************************************************
    Probably caused by : ntoskrnl.exe ( nt+73580 )
    
    Followup: MachineOwner
    ---------
    
    0: kd> !thread;!analyze -v;r;kv;lmtn;lmtsmn;.bugcheck;.logclose;q
    GetPointerFromAddress: unable to read from fffff800030ba000
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_ETHREAD                                   ***
    ***                                                                   ***
    *************************************************************************
    fffffa8005bc3170: Unable to get thread contents
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    ATTEMPTED_WRITE_TO_READONLY_MEMORY (be)
    An attempt was made to write to readonly memory.  The guilty driver is on the
    stack trace (and is typically the current instruction pointer).
    When possible, the guilty driver's name (Unicode string) is printed on
    the bugcheck screen and saved in KiBugCheckDriver.
    Arguments:
    Arg1: fffff8800103c455, Virtual address for the attempted write.
    Arg2: 0000000003b97121, PTE contents.
    Arg3: fffff88003cbc740, (reserved)
    Arg4: 000000000000000b, (reserved)
    
    Debugging Details:
    ------------------
    
    ***** Kernel symbols are WRONG. Please fix symbols to do analysis.
    
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_KPRCB                                     ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!KPRCB                                      ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_KPRCB                                     ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!KPRCB                                      ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_KPRCB                                     ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_KPRCB                                     ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_KPRCB                                     ***
    ***                                                                   ***
    *************************************************************************
    *************************************************************************
    ***                                                                   ***
    ***                                                                   ***
    ***    Your debugger is not using the correct symbols                 ***
    ***                                                                   ***
    ***    In order for this command to work properly, your symbol path   ***
    ***    must point to .pdb files that have full type information.      ***
    ***                                                                   ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                          ***
    ***                                                                   ***
    ***    Type referenced: nt!_KPRCB                                     ***
    ***                                                                   ***
    *************************************************************************
    
    ADDITIONAL_DEBUG_TEXT:  
    
    Use '!findthebuild' command to search for the target build information.
    
    If the build information is available, run '!findthebuild -s ; .reload' to set symbol path and load symbols.
    
    MODULE_NAME: nt
    
    FAULTING_MODULE: fffff80002e11000 nt
    
    DEBUG_FLR_IMAGE_TIMESTAMP:  4a28b79b
    
    DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT
    
    BUGCHECK_STR:  0xBE
    
    CURRENT_IRQL:  0
    
    LAST_CONTROL_TRANSFER:  from fffff80002ed1ad2 to fffff80002e84580
    
    STACK_TEXT:  
    fffff880`03cbc5d8 fffff800`02ed1ad2 : 00000000`000000be fffff880`0103c455 00000000`03b97121 fffff880`03cbc740 : nt+0x73580
    fffff880`03cbc5e0 00000000`000000be : fffff880`0103c455 00000000`03b97121 fffff880`03cbc740 00000000`0000000b : nt+0xc0ad2
    fffff880`03cbc5e8 fffff880`0103c455 : 00000000`03b97121 fffff880`03cbc740 00000000`0000000b 00000000`00000000 : 0xbe
    fffff880`03cbc5f0 00000000`03b97121 : fffff880`03cbc740 00000000`0000000b 00000000`00000000 00000000`00000000 : fltmgr+0x8455
    fffff880`03cbc5f8 fffff880`03cbc740 : 00000000`0000000b 00000000`00000000 00000000`00000000 00000000`00000000 : 0x3b97121
    fffff880`03cbc600 00000000`0000000b : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0xfffff880`03cbc740
    fffff880`03cbc608 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0xb
    
    
    STACK_COMMAND:  kb
    
    FOLLOWUP_IP: 
    nt+73580
    fffff800`02e84580 48894c2408      mov     qword ptr [rsp+8],rcx
    
    SYMBOL_STACK_INDEX:  0
    
    SYMBOL_NAME:  nt+73580
    
    FOLLOWUP_NAME:  MachineOwner
    
    IMAGE_NAME:  ntoskrnl.exe
    
    BUCKET_ID:  WRONG_SYMBOLS
    
    Followup: MachineOwner
    ---------
    
    rax=0000000000000001 rbx=0000000003b97121 rcx=00000000000000be
    rdx=fffff8800103c455 rsi=0000000000000008 rdi=fffff8800103c455
    rip=fffff80002e84580 rsp=fffff88003cbc5d8 rbp=fffff88003cbc640
     r8=0000000003b97121  r9=fffff88003cbc740 r10=00000000000001f1
    r11=fffff6fb7e200040 r12=fffffa8005bc3170 r13=fffff8800103c455
    r14=0000000000000000 r15=fffff8000300f440
    iopl=0         nv up ei pl zr na po nc
    cs=0010  ss=0018  ds=002b  es=002b  fs=0053  gs=002b             efl=00000246
    nt+0x73580:
    fffff800`02e84580 48894c2408      mov     qword ptr [rsp+8],rcx ss:0018:fffff880`03cbc5e0=00000000000000be
    Child-SP          RetAddr           : Args to Child                                                           : Call Site
    fffff880`03cbc5d8 fffff800`02ed1ad2 : 00000000`000000be fffff880`0103c455 00000000`03b97121 fffff880`03cbc740 : nt+0x73580
    fffff880`03cbc5e0 00000000`000000be : fffff880`0103c455 00000000`03b97121 fffff880`03cbc740 00000000`0000000b : nt+0xc0ad2
    fffff880`03cbc5e8 fffff880`0103c455 : 00000000`03b97121 fffff880`03cbc740 00000000`0000000b 00000000`00000000 : 0xbe
    fffff880`03cbc5f0 00000000`03b97121 : fffff880`03cbc740 00000000`0000000b 00000000`00000000 00000000`00000000 : fltmgr+0x8455
    fffff880`03cbc5f8 fffff880`03cbc740 : 00000000`0000000b 00000000`00000000 00000000`00000000 00000000`00000000 : 0x3b97121
    fffff880`03cbc600 00000000`0000000b : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0xfffff880`03cbc740
    fffff880`03cbc608 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0xb
    start             end                 module name
    fffff800`00bb2000 fffff800`00bbc000   kdcom    kdcom.dll    Fri Jun 05 04:43:13 2009 (4A28DAA1)
    fffff800`02e11000 fffff800`033ef000   nt       ntoskrnl.exe Fri Jun 05 02:13:47 2009 (4A28B79B)
    fffff800`033ef000 fffff800`03438000   hal      hal.dll      Fri Jun 05 04:39:43 2009 (4A28D9CF)
    fffff880`00c00000 fffff880`00c1a000   mountmgr mountmgr.sys Fri Jun 05 02:04:37 2009 (4A28B575)
    fffff880`00c1a000 fffff880`00c23000   atapi    atapi.sys    Fri Jun 05 02:04:23 2009 (4A28B567)
    fffff880`00c23000 fffff880`00c4d000   ataport  ataport.SYS  Fri Jun 05 02:04:28 2009 (4A28B56C)
    fffff880`00c4d000 fffff880`00c58000   amdxata  amdxata.sys  Tue May 19 13:56:59 2009 (4A12F2EB)
    fffff880`00c58000 fffff880`00c63000   msahci   msahci.sys   Fri Jun 05 02:54:45 2009 (4A28C135)
    fffff880`00c83000 fffff880`00cc7000   mcupdate_GenuineIntel mcupdate_GenuineIntel.dll Fri Jun 05 04:41:06 2009 (4A28DA22)
    fffff880`00cc7000 fffff880`00cdb000   PSHED    PSHED.dll    Fri Jun 05 04:46:10 2009 (4A28DB52)
    fffff880`00cdb000 fffff880`00d39000   CLFS     CLFS.SYS     Fri Jun 05 02:04:31 2009 (4A28B56F)
    fffff880`00d39000 fffff880`00df9000   CI       CI.dll       Fri Jun 05 04:46:01 2009 (4A28DB49)
    fffff880`00e00000 fffff880`00e33000   pci      pci.sys      Fri Jun 05 02:04:26 2009 (4A28B56A)
    fffff880`00e33000 fffff880`00e40000   vdrvroot vdrvroot.sys Fri Jun 05 02:55:21 2009 (4A28C159)
    fffff880`00e40000 fffff880`00e55000   partmgr  partmgr.sys  Fri Jun 05 02:04:48 2009 (4A28B580)
    fffff880`00e55000 fffff880`00e6a000   volmgr   volmgr.sys   Fri Jun 05 02:04:42 2009 (4A28B57A)
    fffff880`00e6a000 fffff880`00ec6000   volmgrx  volmgrx.sys  Fri Jun 05 02:05:12 2009 (4A28B598)
    fffff880`00ec6000 fffff880`00ecd000   pciide   pciide.sys   Fri Jun 05 02:04:27 2009 (4A28B56B)
    fffff880`00ecd000 fffff880`00edd000   PCIIDEX  PCIIDEX.SYS  Fri Jun 05 02:04:24 2009 (4A28B568)
    fffff880`00ede000 fffff880`00f82000   Wdf01000 Wdf01000.sys Fri Jun 05 02:06:52 2009 (4A28B5FC)
    fffff880`00f82000 fffff880`00f91000   WDFLDR   WDFLDR.SYS   Fri Jun 05 02:04:36 2009 (4A28B574)
    fffff880`00f91000 fffff880`00fe8000   ACPI     ACPI.sys     Fri Jun 05 02:04:28 2009 (4A28B56C)
    fffff880`00fe8000 fffff880`00ff1000   WMILIB   WMILIB.SYS   Fri Jun 05 02:04:33 2009 (4A28B571)
    fffff880`00ff1000 fffff880`00ffb000   msisadrv msisadrv.sys Fri Jun 05 02:04:17 2009 (4A28B561)
    fffff880`01034000 fffff880`01080000   fltmgr   fltmgr.sys   Fri Jun 05 02:04:41 2009 (4A28B579)
    fffff880`01080000 fffff880`01094000   fileinfo fileinfo.sys Fri Jun 05 02:20:28 2009 (4A28B92C)
    fffff880`01094000 fffff880`0109fae0   PxHlpa64 PxHlpa64.sys Mon Dec 10 18:49:01 2007 (475DD06D)
    fffff880`010a0000 fffff880`010fe000   msrpc    msrpc.sys    unavailable (00000000)
    fffff880`010fe000 fffff880`01171000   cng      cng.sys      Fri Jun 05 02:39:34 2009 (4A28BDA6)
    fffff880`01171000 fffff880`011bd000   volsnap  volsnap.sys  Fri Jun 05 02:04:59 2009 (4A28B58B)
    fffff880`011bd000 fffff880`011f7000   rdyboost rdyboost.sys Fri Jun 05 02:20:39 2009 (4A28B937)
    fffff880`01200000 fffff880`0121a000   ksecdd   ksecdd.sys   Fri Jun 05 02:05:40 2009 (4A28B5B4)
    fffff880`0121a000 fffff880`0122b000   pcw      pcw.sys      Fri Jun 05 02:04:18 2009 (4A28B562)
    fffff880`0122b000 fffff880`01235000   Fs_Rec   Fs_Rec.sys   unavailable (00000000)
    fffff880`01235000 fffff880`0123e000   hwpolicy hwpolicy.sys Fri Jun 05 02:04:10 2009 (4A28B55A)
    fffff880`01256000 fffff880`013f9000   Ntfs     Ntfs.sys     Fri Jun 05 02:06:03 2009 (4A28B5CB)
    fffff880`01400000 fffff880`0142b000   ksecpkg  ksecpkg.sys  Fri Jun 05 02:40:45 2009 (4A28BDED)
    fffff880`0142b000 fffff880`01475000   fwpkclnt fwpkclnt.sys Fri Jun 05 02:05:50 2009 (4A28B5BE)
    fffff880`01475000 fffff880`01485000   vmstorfl vmstorfl.sys unavailable (00000000)
    fffff880`01485000 fffff880`0148d000   spldr    spldr.sys    Mon May 11 12:56:27 2009 (4A0858BB)
    fffff880`0148d000 fffff880`01494000   speedfan speedfan.sys Sun Sep 24 09:26:48 2006 (45168798)
    fffff880`01498000 fffff880`0158a000   ndis     ndis.sys     Fri Jun 05 02:06:45 2009 (4A28B5F5)
    fffff880`0158a000 fffff880`015ea000   NETIO    NETIO.SYS    Fri Jun 05 02:06:35 2009 (4A28B5EB)
    fffff880`015ea000 fffff880`015fc000   mup      mup.sys      Fri Jun 05 02:08:23 2009 (4A28B657)
    fffff880`01602000 fffff880`01800000   tcpip    tcpip.sys    Fri Jun 05 02:08:28 2009 (4A28B65C)
    fffff880`01800000 fffff880`01818000   rspndr   rspndr.sys   Fri Jun 05 03:04:33 2009 (4A28C381)
    fffff880`01818000 fffff880`01852000   fvevol   fvevol.sys   Fri Jun 05 02:06:58 2009 (4A28B602)
    fffff880`01852000 fffff880`01868000   disk     disk.sys     Fri Jun 05 02:04:41 2009 (4A28B579)
    fffff880`01868000 fffff880`01898000   CLASSPNP CLASSPNP.SYS Fri Jun 05 02:04:37 2009 (4A28B575)
    fffff880`018ce000 fffff880`018f8000   cdrom    cdrom.sys    Fri Jun 05 02:04:32 2009 (4A28B570)
    fffff880`018f8000 fffff880`01901000   Null     Null.SYS     unavailable (00000000)
    fffff880`01901000 fffff880`01908000   Beep     Beep.SYS     Fri Jun 05 02:53:43 2009 (4A28C0F7)
    fffff880`01908000 fffff880`01916000   vga      vga.sys      Fri Jun 05 02:26:06 2009 (4A28BA7E)
    fffff880`01916000 fffff880`0193b000   VIDEOPRT VIDEOPRT.SYS Fri Jun 05 02:26:11 2009 (4A28BA83)
    fffff880`0193b000 fffff880`0194b000   watchdog watchdog.sys Fri Jun 05 02:24:28 2009 (4A28BA1C)
    fffff880`0194b000 fffff880`01954000   RDPCDD   RDPCDD.sys   Fri Jun 05 03:14:09 2009 (4A28C5C1)
    fffff880`01954000 fffff880`0195d000   rdpencdd rdpencdd.sys Fri Jun 05 03:14:09 2009 (4A28C5C1)
    fffff880`0195d000 fffff880`01966000   rdprefmp rdprefmp.sys Fri Jun 05 03:14:09 2009 (4A28C5C1)
    fffff880`01966000 fffff880`01971000   Msfs     Msfs.SYS     Fri Jun 05 02:04:30 2009 (4A28B56E)
    fffff880`01971000 fffff880`01982000   Npfs     Npfs.SYS     Fri Jun 05 02:04:31 2009 (4A28B56F)
    fffff880`01982000 fffff880`019a0000   tdx      tdx.sys      Fri Jun 05 02:05:53 2009 (4A28B5C1)
    fffff880`019a0000 fffff880`019ad000   TDI      TDI.SYS      Fri Jun 05 02:05:51 2009 (4A28B5BF)
    fffff880`019ad000 fffff880`019f2000   netbt    netbt.sys    Fri Jun 05 02:05:54 2009 (4A28B5C2)
    fffff880`02c00000 fffff880`02c51000   rdbss    rdbss.sys    Fri Jun 05 02:08:44 2009 (4A28B66C)
    fffff880`02c51000 fffff880`02c5d000   nsiproxy nsiproxy.sys Fri Jun 05 02:05:45 2009 (4A28B5B9)
    fffff880`02c5d000 fffff880`02c68000   mssmbios mssmbios.sys Fri Jun 05 02:16:22 2009 (4A28B836)
    fffff880`02c68000 fffff880`02c77000   discache discache.sys Fri Jun 05 02:24:06 2009 (4A28BA06)
    fffff880`02c77000 fffff880`02cba000   ks       ks.sys       Fri Jun 05 02:54:07 2009 (4A28C10F)
    fffff880`02cbb000 fffff880`02d45000   afd      afd.sys      Fri Jun 05 02:06:23 2009 (4A28B5DF)
    fffff880`02d45000 fffff880`02d4e000   wfplwf   wfplwf.sys   Fri Jun 05 03:05:19 2009 (4A28C3AF)
    fffff880`02d4e000 fffff880`02d74000   pacer    pacer.sys    Fri Jun 05 03:05:38 2009 (4A28C3C2)
    fffff880`02d74000 fffff880`02d83000   netbios  netbios.sys  Fri Jun 05 03:05:23 2009 (4A28C3B3)
    fffff880`02d83000 fffff880`02da0000   serial   serial.sys   Fri Jun 05 02:54:16 2009 (4A28C118)
    fffff880`02da0000 fffff880`02dbb000   wanarp   wanarp.sys   Fri Jun 05 03:06:52 2009 (4A28C40C)
    fffff880`02dbb000 fffff880`02dcf000   termdd   termdd.sys   Fri Jun 05 03:14:08 2009 (4A28C5C0)
    fffff880`02dcf000 fffff880`02dd8000   dump_atapi dump_atapi.sys Fri Jun 05 02:04:23 2009 (4A28B567)
    fffff880`02dd8000 fffff880`02deb000   dump_dumpfve dump_dumpfve.sys Fri Jun 05 02:06:46 2009 (4A28B5F6)
    fffff880`02deb000 fffff880`02e00000   lltdio   lltdio.sys   Fri Jun 05 03:04:33 2009 (4A28C381)
    fffff880`03a00000 fffff880`03a23000   mrxsmb20 mrxsmb20.sys Fri Jun 05 02:08:34 2009 (4A28B662)
    fffff880`03a23000 fffff880`03a3b000   adfs     adfs.SYS     Mon Nov 03 11:48:14 2008 (490F2B4E)
    fffff880`03a3b000 fffff880`03a42000   RaInfo   RaInfo.sys   Fri Jan 04 13:57:14 2008 (477E818A)
    fffff880`03a42000 fffff880`03a55000   LMIRfsDriver LMIRfsDriver.sys Mon Jul 14 12:26:56 2008 (487B7E50)
    fffff880`03a7c000 fffff880`03b44000   HTTP     HTTP.sys     Fri Jun 05 02:06:50 2009 (4A28B5FA)
    fffff880`03b44000 fffff880`03b62000   bowser   bowser.sys   Fri Jun 05 02:08:26 2009 (4A28B65A)
    fffff880`03b62000 fffff880`03b7a000   mpsdrv   mpsdrv.sys   Fri Jun 05 03:03:58 2009 (4A28C35E)
    fffff880`03b7a000 fffff880`03ba6000   mrxsmb   mrxsmb.sys   Fri Jun 05 02:08:35 2009 (4A28B663)
    fffff880`03ba6000 fffff880`03bf3000   mrxsmb10 mrxsmb10.sys Fri Jun 05 02:08:37 2009 (4A28B665)
    fffff880`03e00000 fffff880`03ef4000   dxgkrnl  dxgkrnl.sys  Fri Jun 05 02:26:22 2009 (4A28BA8E)
    fffff880`03ef5000 fffff880`03f78000   csc      csc.sys      Fri Jun 05 02:09:10 2009 (4A28B686)
    fffff880`03f78000 fffff880`03f96000   dfsc     dfsc.sys     Fri Jun 05 02:08:24 2009 (4A28B658)
    fffff880`03f96000 fffff880`03fa7000   blbdrive blbdrive.sys Fri Jun 05 02:22:30 2009 (4A28B9A6)
    fffff880`03fa7000 fffff880`03fcd000   tunnel   tunnel.sys   Fri Jun 05 03:05:37 2009 (4A28C3C1)
    fffff880`03fcd000 fffff880`03fe3000   intelppm intelppm.sys Fri Jun 05 02:04:14 2009 (4A28B55E)
    fffff880`03fe3000 fffff880`04000000   cdfs     cdfs.sys     Fri Jun 05 02:04:24 2009 (4A28B568)
    fffff880`04000000 fffff880`04046000   dxgmms1  dxgmms1.sys  Fri Jun 05 02:25:53 2009 (4A28BA71)
    fffff880`0404e000 fffff880`045bf000   atikmdag atikmdag.sys Tue Apr 28 22:23:36 2009 (49F7BA28)
    fffff880`045bf000 fffff880`045e3000   HDAudBus HDAudBus.sys Fri Jun 05 03:01:22 2009 (4A28C2C2)
    fffff880`045e3000 fffff880`045f0000   usbuhci  usbuhci.sys  Fri Jun 05 03:01:37 2009 (4A28C2D1)
    fffff880`045f0000 fffff880`045fc000   dump_dumpata dump_dumpata.sys Fri Jun 05 02:04:24 2009 (4A28B568)
    fffff880`04800000 fffff880`0481a000   rassstp  rassstp.sys  Fri Jun 05 03:06:39 2009 (4A28C3FF)
    fffff880`0481a000 fffff880`04825000   rdpbus   rdpbus.sys   Fri Jun 05 03:15:44 2009 (4A28C620)
    fffff880`04825000 fffff880`04834000   kbdclass kbdclass.sys Fri Jun 05 02:04:23 2009 (4A28B567)
    fffff880`04834000 fffff880`04843000   mouclass mouclass.sys Fri Jun 05 02:04:23 2009 (4A28B567)
    fffff880`04843000 fffff880`04844480   swenum   swenum.sys   Fri Jun 05 02:53:49 2009 (4A28C0FD)
    fffff880`04845000 fffff880`04857000   umbus    umbus.sys    Fri Jun 05 03:02:10 2009 (4A28C2F2)
    fffff880`04857000 fffff880`04878000   WudfPf   WudfPf.sys   Fri Jun 05 03:00:34 2009 (4A28C292)
    fffff880`0487e000 fffff880`048d4000   USBPORT  USBPORT.SYS  Fri Jun 05 03:01:42 2009 (4A28C2D6)
    fffff880`048d4000 fffff880`048e5000   usbehci  usbehci.sys  Fri Jun 05 03:01:45 2009 (4A28C2D9)
    fffff880`048e5000 fffff880`04913000   Rtlh64   Rtlh64.sys   Wed Jul 30 10:46:04 2008 (48907EAC)
    fffff880`04913000 fffff880`04920000   fdc      fdc.sys      Fri Jun 05 02:54:37 2009 (4A28C12D)
    fffff880`04920000 fffff880`04928000   ASACPI   ASACPI.sys   Sun Mar 27 22:30:36 2005 (42476C4C)
    fffff880`04928000 fffff880`04934000   serenum  serenum.sys  Fri Jun 05 02:54:11 2009 (4A28C113)
    fffff880`04934000 fffff880`04944000   CompositeBus CompositeBus.sys Fri Jun 05 02:54:10 2009 (4A28C112)
    fffff880`04944000 fffff880`0494b000   lmimirr  lmimirr.sys  Tue Apr 10 18:32:45 2007 (461C108D)
    fffff880`0494b000 fffff880`04961000   AgileVpn AgileVpn.sys Fri Jun 05 03:06:45 2009 (4A28C405)
    fffff880`04961000 fffff880`04985000   rasl2tp  rasl2tp.sys  Fri Jun 05 03:06:23 2009 (4A28C3EF)
    fffff880`04985000 fffff880`04991000   ndistapi ndistapi.sys Fri Jun 05 03:06:07 2009 (4A28C3DF)
    fffff880`04991000 fffff880`049c0000   ndiswan  ndiswan.sys  Fri Jun 05 03:06:22 2009 (4A28C3EE)
    fffff880`049c0000 fffff880`049db000   raspppoe raspppoe.sys Fri Jun 05 03:06:36 2009 (4A28C3FC)
    fffff880`049db000 fffff880`049fc000   raspptp  raspptp.sys  Fri Jun 05 03:06:32 2009 (4A28C3F8)
    fffff880`04c00000 fffff880`04c08080   HIDPARSE HIDPARSE.SYS Fri Jun 05 03:01:27 2009 (4A28C2C7)
    fffff880`04c09000 fffff880`04c0af00   USBD     USBD.SYS     Fri Jun 05 03:01:33 2009 (4A28C2CD)
    fffff880`04c0b000 fffff880`04c18000   mouhid   mouhid.sys   Fri Jun 05 02:53:52 2009 (4A28C100)
    fffff880`04c18000 fffff880`04c26000   kbdhid   kbdhid.sys   Fri Jun 05 02:53:52 2009 (4A28C100)
    fffff880`04c26000 fffff880`04c34000   monitor  monitor.sys  Fri Jun 05 02:26:14 2009 (4A28BA86)
    fffff880`04c34000 fffff880`04c57000   luafv    luafv.sys    Fri Jun 05 02:10:11 2009 (4A28B6C3)
    fffff880`04c57000 fffff880`04c65000   crashdmp crashdmp.sys Fri Jun 05 02:54:46 2009 (4A28C136)
    fffff880`04c6b000 fffff880`04cc5000   usbhub   usbhub.sys   Fri Jun 05 03:02:40 2009 (4A28C310)
    fffff880`04cc5000 fffff880`04cd0000   flpydisk flpydisk.sys Fri Jun 05 02:54:38 2009 (4A28C12E)
    fffff880`04cd0000 fffff880`04ce5000   NDProxy  NDProxy.SYS  Fri Jun 05 03:06:10 2009 (4A28C3E2)
    fffff880`04ce5000 fffff880`04d06000   AtiHdmi  AtiHdmi.sys  Fri Apr 03 10:23:44 2009 (49D61BF0)
    fffff880`04d06000 fffff880`04d43000   portcls  portcls.sys  Fri Jun 05 03:01:36 2009 (4A28C2D0)
    fffff880`04d43000 fffff880`04d65000   drmk     drmk.sys     Fri Jun 05 04:11:07 2009 (4A28D31B)
    fffff880`04d65000 fffff880`04d6a180   ksthunk  ksthunk.sys  Fri Jun 05 02:53:54 2009 (4A28C102)
    fffff880`04d6b000 fffff880`04dc9000   HdAudio  HdAudio.sys  Fri Jun 05 03:02:41 2009 (4A28C311)
    fffff880`04dc9000 fffff880`04dd5000   Dxapi    Dxapi.sys    Fri Jun 05 02:25:36 2009 (4A28BA60)
    fffff880`04dd5000 fffff880`04de3000   hidusb   hidusb.sys   Fri Jun 05 03:01:32 2009 (4A28C2CC)
    fffff880`04de3000 fffff880`04dfc000   HIDCLASS HIDCLASS.SYS Fri Jun 05 03:01:30 2009 (4A28C2CA)
    fffff880`06054000 fffff880`060fa000   peauth   peauth.sys   Fri Jun 05 04:11:27 2009 (4A28D32F)
    fffff880`060fa000 fffff880`06105000   secdrv   secdrv.SYS   Wed Sep 13 09:18:38 2006 (4508052E)
    fffff880`06105000 fffff880`06132000   srvnet   srvnet.sys   Fri Jun 05 02:09:11 2009 (4A28B687)
    fffff880`06132000 fffff880`06144000   tcpipreg tcpipreg.sys Fri Jun 05 03:05:52 2009 (4A28C3D0)
    fffff880`06144000 fffff880`061ad000   srv2     srv2.sys     Fri Jun 05 02:09:17 2009 (4A28B68D)
    fffff880`06446000 fffff880`064de000   srv      srv.sys      Fri Jun 05 02:09:34 2009 (4A28B69E)
    fffff880`0654f000 fffff880`0655a000   asyncmac asyncmac.sys Fri Jun 05 03:06:29 2009 (4A28C3F5)
    fffff880`0655a000 fffff880`06590000   fastfat  fastfat.SYS  Fri Jun 05 02:08:06 2009 (4A28B646)
    fffff880`06590000 fffff880`065a8000   BTHUSB   BTHUSB.sys   Fri Jun 05 03:02:10 2009 (4A28C2F2)
    fffff880`08475000 fffff880`08501000   bthport  bthport.sys  Fri Jun 05 03:02:13 2009 (4A28C2F5)
    fffff880`08501000 fffff880`0852d000   rfcomm   rfcomm.sys   Fri Jun 05 03:02:14 2009 (4A28C2F6)
    fffff880`0852d000 fffff880`0853d000   BthEnum  BthEnum.sys  Fri Jun 05 03:02:06 2009 (4A28C2EE)
    fffff880`0853d000 fffff880`0855d000   bthpan   bthpan.sys   Fri Jun 05 03:02:19 2009 (4A28C2FB)
    fffff880`0855d000 fffff880`08574000   bthmodem bthmodem.sys Fri Jun 05 03:02:06 2009 (4A28C2EE)
    fffff960`00070000 fffff960`0038f000   win32k   win32k.sys   Fri Jun 05 02:28:38 2009 (4A28BB16)
    fffff960`00530000 fffff960`0053a000   TSDDD    TSDDD.dll    unavailable (00000000)
    fffff960`00790000 fffff960`007b9000   cdd      cdd.dll      Fri Jun 05 04:36:58 2009 (4A28D92A)
    fffff960`00840000 fffff960`008a1000   ATMFD    ATMFD.DLL    Fri Jun 05 02:25:18 2009 (4A28BA4E)
    
    Unloaded modules:
    fffff880`085ac000 fffff880`085dd000   WUDFRd.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`08591000 fffff880`085ac000   USBSTOR.SYS
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`08574000 fffff880`08591000   usbccgp.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`085dd000 fffff880`085e4000   RimUsb_AMD64
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`08400000 fffff880`08471000   spsys.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`064de000 fffff880`0654f000   spsys.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`01898000 fffff880`018a6000   crashdmp.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`018a6000 fffff880`018b2000   dump_ataport
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`018b2000 fffff880`018bb000   dump_atapi.s
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`018bb000 fffff880`018ce000   dump_dumpfve
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    start             end                 module name
    fffff880`00f91000 fffff880`00fe8000   ACPI     ACPI.sys     Fri Jun 05 02:04:28 2009 (4A28B56C)
    fffff880`03a23000 fffff880`03a3b000   adfs     adfs.SYS     Mon Nov 03 11:48:14 2008 (490F2B4E)
    fffff880`02cbb000 fffff880`02d45000   afd      afd.sys      Fri Jun 05 02:06:23 2009 (4A28B5DF)
    fffff880`0494b000 fffff880`04961000   AgileVpn AgileVpn.sys Fri Jun 05 03:06:45 2009 (4A28C405)
    fffff880`00c4d000 fffff880`00c58000   amdxata  amdxata.sys  Tue May 19 13:56:59 2009 (4A12F2EB)
    fffff880`04920000 fffff880`04928000   ASACPI   ASACPI.sys   Sun Mar 27 22:30:36 2005 (42476C4C)
    fffff880`0654f000 fffff880`0655a000   asyncmac asyncmac.sys Fri Jun 05 03:06:29 2009 (4A28C3F5)
    fffff880`00c1a000 fffff880`00c23000   atapi    atapi.sys    Fri Jun 05 02:04:23 2009 (4A28B567)
    fffff880`00c23000 fffff880`00c4d000   ataport  ataport.SYS  Fri Jun 05 02:04:28 2009 (4A28B56C)
    fffff880`04ce5000 fffff880`04d06000   AtiHdmi  AtiHdmi.sys  Fri Apr 03 10:23:44 2009 (49D61BF0)
    fffff880`0404e000 fffff880`045bf000   atikmdag atikmdag.sys Tue Apr 28 22:23:36 2009 (49F7BA28)
    fffff960`00840000 fffff960`008a1000   ATMFD    ATMFD.DLL    Fri Jun 05 02:25:18 2009 (4A28BA4E)
    fffff880`01901000 fffff880`01908000   Beep     Beep.SYS     Fri Jun 05 02:53:43 2009 (4A28C0F7)
    fffff880`03f96000 fffff880`03fa7000   blbdrive blbdrive.sys Fri Jun 05 02:22:30 2009 (4A28B9A6)
    fffff880`03b44000 fffff880`03b62000   bowser   bowser.sys   Fri Jun 05 02:08:26 2009 (4A28B65A)
    fffff880`0852d000 fffff880`0853d000   BthEnum  BthEnum.sys  Fri Jun 05 03:02:06 2009 (4A28C2EE)
    fffff880`0855d000 fffff880`08574000   bthmodem bthmodem.sys Fri Jun 05 03:02:06 2009 (4A28C2EE)
    fffff880`0853d000 fffff880`0855d000   bthpan   bthpan.sys   Fri Jun 05 03:02:19 2009 (4A28C2FB)
    fffff880`08475000 fffff880`08501000   bthport  bthport.sys  Fri Jun 05 03:02:13 2009 (4A28C2F5)
    fffff880`06590000 fffff880`065a8000   BTHUSB   BTHUSB.sys   Fri Jun 05 03:02:10 2009 (4A28C2F2)
    fffff960`00790000 fffff960`007b9000   cdd      cdd.dll      Fri Jun 05 04:36:58 2009 (4A28D92A)
    fffff880`03fe3000 fffff880`04000000   cdfs     cdfs.sys     Fri Jun 05 02:04:24 2009 (4A28B568)
    fffff880`018ce000 fffff880`018f8000   cdrom    cdrom.sys    Fri Jun 05 02:04:32 2009 (4A28B570)
    fffff880`00d39000 fffff880`00df9000   CI       CI.dll       Fri Jun 05 04:46:01 2009 (4A28DB49)
    fffff880`01868000 fffff880`01898000   CLASSPNP CLASSPNP.SYS Fri Jun 05 02:04:37 2009 (4A28B575)
    fffff880`00cdb000 fffff880`00d39000   CLFS     CLFS.SYS     Fri Jun 05 02:04:31 2009 (4A28B56F)
    fffff880`010fe000 fffff880`01171000   cng      cng.sys      Fri Jun 05 02:39:34 2009 (4A28BDA6)
    fffff880`04934000 fffff880`04944000   CompositeBus CompositeBus.sys Fri Jun 05 02:54:10 2009 (4A28C112)
    fffff880`04c57000 fffff880`04c65000   crashdmp crashdmp.sys Fri Jun 05 02:54:46 2009 (4A28C136)
    fffff880`03ef5000 fffff880`03f78000   csc      csc.sys      Fri Jun 05 02:09:10 2009 (4A28B686)
    fffff880`03f78000 fffff880`03f96000   dfsc     dfsc.sys     Fri Jun 05 02:08:24 2009 (4A28B658)
    fffff880`02c68000 fffff880`02c77000   discache discache.sys Fri Jun 05 02:24:06 2009 (4A28BA06)
    fffff880`01852000 fffff880`01868000   disk     disk.sys     Fri Jun 05 02:04:41 2009 (4A28B579)
    fffff880`04d43000 fffff880`04d65000   drmk     drmk.sys     Fri Jun 05 04:11:07 2009 (4A28D31B)
    fffff880`02dcf000 fffff880`02dd8000   dump_atapi dump_atapi.sys Fri Jun 05 02:04:23 2009 (4A28B567)
    fffff880`045f0000 fffff880`045fc000   dump_dumpata dump_dumpata.sys Fri Jun 05 02:04:24 2009 (4A28B568)
    fffff880`02dd8000 fffff880`02deb000   dump_dumpfve dump_dumpfve.sys Fri Jun 05 02:06:46 2009 (4A28B5F6)
    fffff880`04dc9000 fffff880`04dd5000   Dxapi    Dxapi.sys    Fri Jun 05 02:25:36 2009 (4A28BA60)
    fffff880`03e00000 fffff880`03ef4000   dxgkrnl  dxgkrnl.sys  Fri Jun 05 02:26:22 2009 (4A28BA8E)
    fffff880`04000000 fffff880`04046000   dxgmms1  dxgmms1.sys  Fri Jun 05 02:25:53 2009 (4A28BA71)
    fffff880`0655a000 fffff880`06590000   fastfat  fastfat.SYS  Fri Jun 05 02:08:06 2009 (4A28B646)
    fffff880`04913000 fffff880`04920000   fdc      fdc.sys      Fri Jun 05 02:54:37 2009 (4A28C12D)
    fffff880`01080000 fffff880`01094000   fileinfo fileinfo.sys Fri Jun 05 02:20:28 2009 (4A28B92C)
    fffff880`04cc5000 fffff880`04cd0000   flpydisk flpydisk.sys Fri Jun 05 02:54:38 2009 (4A28C12E)
    fffff880`01034000 fffff880`01080000   fltmgr   fltmgr.sys   Fri Jun 05 02:04:41 2009 (4A28B579)
    fffff880`0122b000 fffff880`01235000   Fs_Rec   Fs_Rec.sys   unavailable (00000000)
    fffff880`01818000 fffff880`01852000   fvevol   fvevol.sys   Fri Jun 05 02:06:58 2009 (4A28B602)
    fffff880`0142b000 fffff880`01475000   fwpkclnt fwpkclnt.sys Fri Jun 05 02:05:50 2009 (4A28B5BE)
    fffff800`033ef000 fffff800`03438000   hal      hal.dll      Fri Jun 05 04:39:43 2009 (4A28D9CF)
    fffff880`045bf000 fffff880`045e3000   HDAudBus HDAudBus.sys Fri Jun 05 03:01:22 2009 (4A28C2C2)
    fffff880`04d6b000 fffff880`04dc9000   HdAudio  HdAudio.sys  Fri Jun 05 03:02:41 2009 (4A28C311)
    fffff880`04de3000 fffff880`04dfc000   HIDCLASS HIDCLASS.SYS Fri Jun 05 03:01:30 2009 (4A28C2CA)
    fffff880`04c00000 fffff880`04c08080   HIDPARSE HIDPARSE.SYS Fri Jun 05 03:01:27 2009 (4A28C2C7)
    fffff880`04dd5000 fffff880`04de3000   hidusb   hidusb.sys   Fri Jun 05 03:01:32 2009 (4A28C2CC)
    fffff880`03a7c000 fffff880`03b44000   HTTP     HTTP.sys     Fri Jun 05 02:06:50 2009 (4A28B5FA)
    fffff880`01235000 fffff880`0123e000   hwpolicy hwpolicy.sys Fri Jun 05 02:04:10 2009 (4A28B55A)
    fffff880`03fcd000 fffff880`03fe3000   intelppm intelppm.sys Fri Jun 05 02:04:14 2009 (4A28B55E)
    fffff880`04825000 fffff880`04834000   kbdclass kbdclass.sys Fri Jun 05 02:04:23 2009 (4A28B567)
    fffff880`04c18000 fffff880`04c26000   kbdhid   kbdhid.sys   Fri Jun 05 02:53:52 2009 (4A28C100)
    fffff800`00bb2000 fffff800`00bbc000   kdcom    kdcom.dll    Fri Jun 05 04:43:13 2009 (4A28DAA1)
    fffff880`02c77000 fffff880`02cba000   ks       ks.sys       Fri Jun 05 02:54:07 2009 (4A28C10F)
    fffff880`01200000 fffff880`0121a000   ksecdd   ksecdd.sys   Fri Jun 05 02:05:40 2009 (4A28B5B4)
    fffff880`01400000 fffff880`0142b000   ksecpkg  ksecpkg.sys  Fri Jun 05 02:40:45 2009 (4A28BDED)
    fffff880`04d65000 fffff880`04d6a180   ksthunk  ksthunk.sys  Fri Jun 05 02:53:54 2009 (4A28C102)
    fffff880`02deb000 fffff880`02e00000   lltdio   lltdio.sys   Fri Jun 05 03:04:33 2009 (4A28C381)
    fffff880`04944000 fffff880`0494b000   lmimirr  lmimirr.sys  Tue Apr 10 18:32:45 2007 (461C108D)
    fffff880`03a42000 fffff880`03a55000   LMIRfsDriver LMIRfsDriver.sys Mon Jul 14 12:26:56 2008 (487B7E50)
    fffff880`04c34000 fffff880`04c57000   luafv    luafv.sys    Fri Jun 05 02:10:11 2009 (4A28B6C3)
    fffff880`00c83000 fffff880`00cc7000   mcupdate_GenuineIntel mcupdate_GenuineIntel.dll Fri Jun 05 04:41:06 2009 (4A28DA22)
    fffff880`04c26000 fffff880`04c34000   monitor  monitor.sys  Fri Jun 05 02:26:14 2009 (4A28BA86)
    fffff880`04834000 fffff880`04843000   mouclass mouclass.sys Fri Jun 05 02:04:23 2009 (4A28B567)
    fffff880`04c0b000 fffff880`04c18000   mouhid   mouhid.sys   Fri Jun 05 02:53:52 2009 (4A28C100)
    fffff880`00c00000 fffff880`00c1a000   mountmgr mountmgr.sys Fri Jun 05 02:04:37 2009 (4A28B575)
    fffff880`03b62000 fffff880`03b7a000   mpsdrv   mpsdrv.sys   Fri Jun 05 03:03:58 2009 (4A28C35E)
    fffff880`03b7a000 fffff880`03ba6000   mrxsmb   mrxsmb.sys   Fri Jun 05 02:08:35 2009 (4A28B663)
    fffff880`03ba6000 fffff880`03bf3000   mrxsmb10 mrxsmb10.sys Fri Jun 05 02:08:37 2009 (4A28B665)
    fffff880`03a00000 fffff880`03a23000   mrxsmb20 mrxsmb20.sys Fri Jun 05 02:08:34 2009 (4A28B662)
    fffff880`00c58000 fffff880`00c63000   msahci   msahci.sys   Fri Jun 05 02:54:45 2009 (4A28C135)
    fffff880`01966000 fffff880`01971000   Msfs     Msfs.SYS     Fri Jun 05 02:04:30 2009 (4A28B56E)
    fffff880`00ff1000 fffff880`00ffb000   msisadrv msisadrv.sys Fri Jun 05 02:04:17 2009 (4A28B561)
    fffff880`010a0000 fffff880`010fe000   msrpc    msrpc.sys    unavailable (00000000)
    fffff880`02c5d000 fffff880`02c68000   mssmbios mssmbios.sys Fri Jun 05 02:16:22 2009 (4A28B836)
    fffff880`015ea000 fffff880`015fc000   mup      mup.sys      Fri Jun 05 02:08:23 2009 (4A28B657)
    fffff880`01498000 fffff880`0158a000   ndis     ndis.sys     Fri Jun 05 02:06:45 2009 (4A28B5F5)
    fffff880`04985000 fffff880`04991000   ndistapi ndistapi.sys Fri Jun 05 03:06:07 2009 (4A28C3DF)
    fffff880`04991000 fffff880`049c0000   ndiswan  ndiswan.sys  Fri Jun 05 03:06:22 2009 (4A28C3EE)
    fffff880`04cd0000 fffff880`04ce5000   NDProxy  NDProxy.SYS  Fri Jun 05 03:06:10 2009 (4A28C3E2)
    fffff880`02d74000 fffff880`02d83000   netbios  netbios.sys  Fri Jun 05 03:05:23 2009 (4A28C3B3)
    fffff880`019ad000 fffff880`019f2000   netbt    netbt.sys    Fri Jun 05 02:05:54 2009 (4A28B5C2)
    fffff880`0158a000 fffff880`015ea000   NETIO    NETIO.SYS    Fri Jun 05 02:06:35 2009 (4A28B5EB)
    fffff880`01971000 fffff880`01982000   Npfs     Npfs.SYS     Fri Jun 05 02:04:31 2009 (4A28B56F)
    fffff880`02c51000 fffff880`02c5d000   nsiproxy nsiproxy.sys Fri Jun 05 02:05:45 2009 (4A28B5B9)
    fffff800`02e11000 fffff800`033ef000   nt       ntoskrnl.exe Fri Jun 05 02:13:47 2009 (4A28B79B)
    fffff880`01256000 fffff880`013f9000   Ntfs     Ntfs.sys     Fri Jun 05 02:06:03 2009 (4A28B5CB)
    fffff880`018f8000 fffff880`01901000   Null     Null.SYS     unavailable (00000000)
    fffff880`02d4e000 fffff880`02d74000   pacer    pacer.sys    Fri Jun 05 03:05:38 2009 (4A28C3C2)
    fffff880`00e40000 fffff880`00e55000   partmgr  partmgr.sys  Fri Jun 05 02:04:48 2009 (4A28B580)
    fffff880`00e00000 fffff880`00e33000   pci      pci.sys      Fri Jun 05 02:04:26 2009 (4A28B56A)
    fffff880`00ec6000 fffff880`00ecd000   pciide   pciide.sys   Fri Jun 05 02:04:27 2009 (4A28B56B)
    fffff880`00ecd000 fffff880`00edd000   PCIIDEX  PCIIDEX.SYS  Fri Jun 05 02:04:24 2009 (4A28B568)
    fffff880`0121a000 fffff880`0122b000   pcw      pcw.sys      Fri Jun 05 02:04:18 2009 (4A28B562)
    fffff880`06054000 fffff880`060fa000   peauth   peauth.sys   Fri Jun 05 04:11:27 2009 (4A28D32F)
    fffff880`04d06000 fffff880`04d43000   portcls  portcls.sys  Fri Jun 05 03:01:36 2009 (4A28C2D0)
    fffff880`00cc7000 fffff880`00cdb000   PSHED    PSHED.dll    Fri Jun 05 04:46:10 2009 (4A28DB52)
    fffff880`01094000 fffff880`0109fae0   PxHlpa64 PxHlpa64.sys Mon Dec 10 18:49:01 2007 (475DD06D)
    fffff880`03a3b000 fffff880`03a42000   RaInfo   RaInfo.sys   Fri Jan 04 13:57:14 2008 (477E818A)
    fffff880`04961000 fffff880`04985000   rasl2tp  rasl2tp.sys  Fri Jun 05 03:06:23 2009 (4A28C3EF)
    fffff880`049c0000 fffff880`049db000   raspppoe raspppoe.sys Fri Jun 05 03:06:36 2009 (4A28C3FC)
    fffff880`049db000 fffff880`049fc000   raspptp  raspptp.sys  Fri Jun 05 03:06:32 2009 (4A28C3F8)
    fffff880`04800000 fffff880`0481a000   rassstp  rassstp.sys  Fri Jun 05 03:06:39 2009 (4A28C3FF)
    fffff880`02c00000 fffff880`02c51000   rdbss    rdbss.sys    Fri Jun 05 02:08:44 2009 (4A28B66C)
    fffff880`0481a000 fffff880`04825000   rdpbus   rdpbus.sys   Fri Jun 05 03:15:44 2009 (4A28C620)
    fffff880`0194b000 fffff880`01954000   RDPCDD   RDPCDD.sys   Fri Jun 05 03:14:09 2009 (4A28C5C1)
    fffff880`01954000 fffff880`0195d000   rdpencdd rdpencdd.sys Fri Jun 05 03:14:09 2009 (4A28C5C1)
    fffff880`0195d000 fffff880`01966000   rdprefmp rdprefmp.sys Fri Jun 05 03:14:09 2009 (4A28C5C1)
    fffff880`011bd000 fffff880`011f7000   rdyboost rdyboost.sys Fri Jun 05 02:20:39 2009 (4A28B937)
    fffff880`08501000 fffff880`0852d000   rfcomm   rfcomm.sys   Fri Jun 05 03:02:14 2009 (4A28C2F6)
    fffff880`01800000 fffff880`01818000   rspndr   rspndr.sys   Fri Jun 05 03:04:33 2009 (4A28C381)
    fffff880`048e5000 fffff880`04913000   Rtlh64   Rtlh64.sys   Wed Jul 30 10:46:04 2008 (48907EAC)
    fffff880`060fa000 fffff880`06105000   secdrv   secdrv.SYS   Wed Sep 13 09:18:38 2006 (4508052E)
    fffff880`04928000 fffff880`04934000   serenum  serenum.sys  Fri Jun 05 02:54:11 2009 (4A28C113)
    fffff880`02d83000 fffff880`02da0000   serial   serial.sys   Fri Jun 05 02:54:16 2009 (4A28C118)
    fffff880`0148d000 fffff880`01494000   speedfan speedfan.sys Sun Sep 24 09:26:48 2006 (45168798)
    fffff880`01485000 fffff880`0148d000   spldr    spldr.sys    Mon May 11 12:56:27 2009 (4A0858BB)
    fffff880`06446000 fffff880`064de000   srv      srv.sys      Fri Jun 05 02:09:34 2009 (4A28B69E)
    fffff880`06144000 fffff880`061ad000   srv2     srv2.sys     Fri Jun 05 02:09:17 2009 (4A28B68D)
    fffff880`06105000 fffff880`06132000   srvnet   srvnet.sys   Fri Jun 05 02:09:11 2009 (4A28B687)
    fffff880`04843000 fffff880`04844480   swenum   swenum.sys   Fri Jun 05 02:53:49 2009 (4A28C0FD)
    fffff880`01602000 fffff880`01800000   tcpip    tcpip.sys    Fri Jun 05 02:08:28 2009 (4A28B65C)
    fffff880`06132000 fffff880`06144000   tcpipreg tcpipreg.sys Fri Jun 05 03:05:52 2009 (4A28C3D0)
    fffff880`019a0000 fffff880`019ad000   TDI      TDI.SYS      Fri Jun 05 02:05:51 2009 (4A28B5BF)
    fffff880`01982000 fffff880`019a0000   tdx      tdx.sys      Fri Jun 05 02:05:53 2009 (4A28B5C1)
    fffff880`02dbb000 fffff880`02dcf000   termdd   termdd.sys   Fri Jun 05 03:14:08 2009 (4A28C5C0)
    fffff960`00530000 fffff960`0053a000   TSDDD    TSDDD.dll    unavailable (00000000)
    fffff880`03fa7000 fffff880`03fcd000   tunnel   tunnel.sys   Fri Jun 05 03:05:37 2009 (4A28C3C1)
    fffff880`04845000 fffff880`04857000   umbus    umbus.sys    Fri Jun 05 03:02:10 2009 (4A28C2F2)
    fffff880`04c09000 fffff880`04c0af00   USBD     USBD.SYS     Fri Jun 05 03:01:33 2009 (4A28C2CD)
    fffff880`048d4000 fffff880`048e5000   usbehci  usbehci.sys  Fri Jun 05 03:01:45 2009 (4A28C2D9)
    fffff880`04c6b000 fffff880`04cc5000   usbhub   usbhub.sys   Fri Jun 05 03:02:40 2009 (4A28C310)
    fffff880`0487e000 fffff880`048d4000   USBPORT  USBPORT.SYS  Fri Jun 05 03:01:42 2009 (4A28C2D6)
    fffff880`045e3000 fffff880`045f0000   usbuhci  usbuhci.sys  Fri Jun 05 03:01:37 2009 (4A28C2D1)
    fffff880`00e33000 fffff880`00e40000   vdrvroot vdrvroot.sys Fri Jun 05 02:55:21 2009 (4A28C159)
    fffff880`01908000 fffff880`01916000   vga      vga.sys      Fri Jun 05 02:26:06 2009 (4A28BA7E)
    fffff880`01916000 fffff880`0193b000   VIDEOPRT VIDEOPRT.SYS Fri Jun 05 02:26:11 2009 (4A28BA83)
    fffff880`01475000 fffff880`01485000   vmstorfl vmstorfl.sys unavailable (00000000)
    fffff880`00e55000 fffff880`00e6a000   volmgr   volmgr.sys   Fri Jun 05 02:04:42 2009 (4A28B57A)
    fffff880`00e6a000 fffff880`00ec6000   volmgrx  volmgrx.sys  Fri Jun 05 02:05:12 2009 (4A28B598)
    fffff880`01171000 fffff880`011bd000   volsnap  volsnap.sys  Fri Jun 05 02:04:59 2009 (4A28B58B)
    fffff880`02da0000 fffff880`02dbb000   wanarp   wanarp.sys   Fri Jun 05 03:06:52 2009 (4A28C40C)
    fffff880`0193b000 fffff880`0194b000   watchdog watchdog.sys Fri Jun 05 02:24:28 2009 (4A28BA1C)
    fffff880`00ede000 fffff880`00f82000   Wdf01000 Wdf01000.sys Fri Jun 05 02:06:52 2009 (4A28B5FC)
    fffff880`00f82000 fffff880`00f91000   WDFLDR   WDFLDR.SYS   Fri Jun 05 02:04:36 2009 (4A28B574)
    fffff880`02d45000 fffff880`02d4e000   wfplwf   wfplwf.sys   Fri Jun 05 03:05:19 2009 (4A28C3AF)
    fffff960`00070000 fffff960`0038f000   win32k   win32k.sys   Fri Jun 05 02:28:38 2009 (4A28BB16)
    fffff880`00fe8000 fffff880`00ff1000   WMILIB   WMILIB.SYS   Fri Jun 05 02:04:33 2009 (4A28B571)
    fffff880`04857000 fffff880`04878000   WudfPf   WudfPf.sys   Fri Jun 05 03:00:34 2009 (4A28C292)
    
    Unloaded modules:
    fffff880`085ac000 fffff880`085dd000   WUDFRd.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`08591000 fffff880`085ac000   USBSTOR.SYS
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`08574000 fffff880`08591000   usbccgp.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`085dd000 fffff880`085e4000   RimUsb_AMD64
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`08400000 fffff880`08471000   spsys.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`064de000 fffff880`0654f000   spsys.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`01898000 fffff880`018a6000   crashdmp.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`018a6000 fffff880`018b2000   dump_ataport
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`018b2000 fffff880`018bb000   dump_atapi.s
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`018bb000 fffff880`018ce000   dump_dumpfve
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    Bugcheck code 000000BE
    Arguments fffff880`0103c455 00000000`03b97121 fffff880`03cbc740 00000000`0000000b
      My Computer


  4. Posts : 34
    Windows 7 RTM 64-bit
    Thread Starter
       #14

    I'm sorry if I sent the wrong dumps... Does verifier save them somewhere different than windows/minidump/ ? My understanding was that the extra info would just be included automatically.

    The most common errors I get are the system_service_exception, and the page_fault_in_nonpaged_area (which i think is the same error code as the "ATTEMPTED_WRITE_TO_READONLY_MEMORY" that you mention. Means pretty much the same thing, from my understanding. Those two stop codes are about 45%/45% with other random or unlabelled ones making up the other 10%.

    http://whathuhstudios.com/minidump/perfmon/ is where my saved report is located. From what I can tell, Windows seems to think my hard drive is performing fine in every aspect. the read/write speed seem a bit slower than i notice in real world tests, but i could be reading it wrong.

    The disabled network adapter can be safely ignored, as well as the usb bluetooth adapter driver error. it works fine, and the system errors out even if its not attached.

    Also, in the event viewer there are no errors or warnings worth noting, again, except for the (crappy) bluetooth adapter throwing exceptions now and then. Again, the behavior of the compuer doesn't change when the adapter is unplugged.

    As far as my drivers, PxHlpa64.sys looks like its a MusicMatch driver?? I don't have musicmatch or anything by "sonic" installed, unless its a video/audio codec or something. The logmein mirror driver is the most recent, and from what you were saying, the ASACPI driver doesn't seem to have a newer counterpart, so I'm out of luck there.

    I think I'll spend some time playing with the storage related drivers tomorrow to see if I have any luck, unless i hear some good news before then.

    One thing I just notice, is many copies of my IDE controllers. That is, "IDE Channel 0" appears 3 times. Further inspection shows my CD ROM using UDMA mode 2, my SATA HD using UDMA mode 5, and the third one is blank. controller channel 1 also has three copies, but no devices shown attached (there are none). I don't remember seeing anything like this before, but i'm sure its normal.
      My Computer


  5. Posts : 34
    Windows 7 RTM 64-bit
    Thread Starter
       #15

    I was wrong aout the bluetooth. Thats my HS810 motorola headset. no drivers available. Surprised its even still there/paired.

    I found a newer version of the ASACPI.SYS driver.

    Apparently, there is one that comes bundled with the ASUS AI Booster, or the ASUS AI Suite, and can be downloaded from support.asus.com. It's about a year newer, and is version 1043.4, though I don't know what the old version is. I'm using RDP right now, but it looks like it fixed the slowdown problem! Lets hope the same is true when I'm sitting at the screen....
      My Computer


  6. Posts : 1
    Windows 7
       #16

    I was getting massive BSODs 2 weeks ago as well. It turned out to be the drivers for the storage controller of my eSATA PCI card. After I disabled that, the BSODs went away
      My Computer


  7. Posts : 488
    Win 7 Pro x64 x 3, Win 7 Pro x86, Ubuntu 9.04
       #17

    Have you tried switching your ATI driver around? I have a 4650 also and had some weird BSOD issues with even the WHQL drivers on some of the builds. I had to play around with multiple drivers before it was stable enough for me to blow zombies heads off in L4D...
    Last edited by fakeasdf; 05 Jul 2009 at 01:22.
      My Computer


  8. Posts : 34
    Windows 7 RTM 64-bit
    Thread Starter
       #18

    @fakesasdf: I used three different ATI drivers, 2 recent win7 whql certified ones, and the MS provided drivers as well. No help there.

    BUT. PROBLEM SOLVED.

    Updating my ASACPI.SYS driver to the one included with the ASUS AI Suite makes everything run lightning fast again! THANK YOU usamsa for your help! You're incredible!
      My Computer


  9. Posts : 488
    Win 7 Pro x64 x 3, Win 7 Pro x86, Ubuntu 9.04
       #19

    Saweet! Just reading your comments on the slow down were making me cringe... If you have a link to the download page for the suite, it might be helpful for someone else if they run into the same issue...
      My Computer


  10. Posts : 5,705
    Win7 x64 + x86
       #20

    Driver Verifier doesn't always generate a Driver Verifier minidump - and sometimes it'll even point to drivers that aren't a problem.

    But I'm glad that you found a later driver. Could you post a link to it for others to use? When I find BSOD's of this sort I'll refer them here for the link :)

    Found it! I think the 32 bit and 64 bit are the same file, but have included the links for both "just in case". FWIW - the date of the new ASACPI.sys looks like it's May 14, 2009.

    Use the links below, click on the + sign next to "Utilities", then download the ASUS AI Suite V1.05.29 for Windows 32/64bit XP & 32/64bit Vista & 32/64bit Windows 7.
    Here's the link for 64 bit Win7: http://support.asus.com/download/dow...ge=en-us&os=30
    Here's the link for 32 bit Win7: http://support.asus.com/download/dow...ge=en-us&os=29

    To install just the ASACPI.sys file, extract the download then burrow down the directory structure to the ACPI directory (for 32 bit) or the ACPI64 directory (for 64 bit) and double click on the AsAcpiIns.exe file (I'd suggest right clicking and "Run as administrator" - but it worked just fine on my system without doing that).

    I'm off for more testing!...:)
    Last edited by usasma; 05 Jul 2009 at 06:48.
      My Computer


 
Page 2 of 4 FirstFirst 1234 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 21:37.
Find Us