Dump file explanation

medali

New member
Joined
Mar 29, 2021
Posts
3
dear all.
can any one read the dump file please, and explain me the cause of the repetitive BSOD ?
 
Hi. . .

You're running W7 in VM?

Be sure to have the latest VMWARE installed.

Bugcheck on both dumps was 0x7f (0x8,,,) - Double Fault -- the error handler was handling an error when an error within that error occurred.

Probable cause = NT = the Windows kernel.

The dumps really are not very much help to us here.

See if the Driver Verifier can help us here - (1) Driver Verifier - BSOD related - Windows 10, 8.1, 8, 7 + Vista | Sysnative Forums

It must run for 24 hours minimum.

If BSOD occurs, re-run the Sysnative app and post the zip file to your next post.

Regards. . .

jcgriff2




Rich (BB code):
Microsoft (R) Windows Debugger Version 10.0.19041.685 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.


Loading Dump File [C:\Users\PalmDesert\AppData\Local\Temp\Temp1_SysnativeFileCollectionApp.zip\030221-16489-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available


************* Path validation summary **************
Response                         Time (ms)     Location
Deferred                                       SRV*c:\symbols*https://msdl.microsoft.com/download/symbols
Symbol search path is: SRV*c:\symbols*https://msdl.microsoft.com/download/symbols
Executable search path is: 
Windows 7 Kernel Version 7601 (Service Pack 1) MP (2 procs) Free x64
Product: Server, suite: TerminalServer SingleUserTS
Built by: 7601.22436.amd64fre.win7sp1_ldr.130828-1532
Machine Name:
Kernel base = 0xfffff800`01663000 PsLoadedModuleList = 0xfffff800`018a76d0
Debug session time: Tue Mar  2 14:43:18.786 2021 (UTC - 4:00)
System Uptime: 7 days 7:58:07.535
Loading Kernel Symbols
...............................................................
................................................................
...................
Loading User Symbols
Loading unloaded module list
.....
Processing initial command '!analyze -v;r;kv;lmtn;lmtsmn;.bugcheck'
For analysis of this file, run !analyze -v
1: kd> !analyze -v;r;kv;lmtn;lmtsmn;.bugcheck
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

UNEXPECTED_KERNEL_MODE_TRAP (7f)
This means a trap occurred in kernel mode, and it's a trap of a kind
that the kernel isn't allowed to have/catch (bound trap) or that
is always instant death (double fault).  The first number in the
bugcheck params is the number of the trap (8 = double fault, etc)
Consult an Intel x86 family manual to learn more about what these
traps are. Here is a *portion* of those codes:
If kv shows a taskGate
        use .tss on the part before the colon, then kv.
Else if kv shows a trapframe
        use .trap on that value
Else
        .trap on the appropriate frame will show where the trap was taken
        (on x86, this will be the ebp that goes with the procedure KiTrap)
Endif
kb will then show the corrected stack.
Arguments:
Arg1: 0000000000000008, EXCEPTION_DOUBLE_FAULT
Arg2: 0000000080050031
Arg3: 00000000000406f8
Arg4: ffffffffffd00fe7

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


KEY_VALUES_STRING: 1

    Key  : Analysis.CPU.Sec
    Value: 0

    Key  : Analysis.DebugAnalysisProvider.CPP
    Value: Create: 8007007e on SYSNATIVE-FORUM

    Key  : Analysis.DebugData
    Value: CreateObject

    Key  : Analysis.DebugModel
    Value: CreateObject

    Key  : Analysis.Elapsed.Sec
    Value: 0

    Key  : Analysis.Memory.CommitPeak.Mb
    Value: 70

    Key  : Analysis.System
    Value: CreateObject


VIRTUAL_MACHINE:  VMware

BUGCHECK_CODE:  7f

BUGCHECK_P1: 8

BUGCHECK_P2: 80050031

BUGCHECK_P3: 406f8

BUGCHECK_P4: ffffffffffd00fe7

TRAP_FRAME:  fffff880009c6db0 -- (.trap 0xfffff880009c6db0)
NOTE: The trap frame does not contain all registers.
Some register values may be zeroed or incorrect.
rax=0000000000000000 rbx=0000000000000000 rcx=00000000c0000082
rdx=00000000fffff800 rsi=0000000000000000 rdi=0000000000000000
rip=ffffffffffd00fe7 rsp=0000000005fbba34 rbp=0000000005fbba48
 r8=0000000000000000  r9=0000000000000000 r10=000000000008e310
r11=0000000000000206 r12=0000000000000000 r13=0000000000000000
r14=0000000000000000 r15=0000000000000000
iopl=0         nv up ei pl nz na pe nc
ffffffff`ffd00fe7 53              push    rbx
Resetting default scope

CUSTOMER_CRASH_COUNT:  1

PROCESS_NAME:  CommServer.exe

BAD_STACK_POINTER:  0000000005fbba34

STACK_TEXT:  
fffff880`009c6c68 fffff800`016d6ae9 : 00000000`0000007f 00000000`00000008 00000000`80050031 00000000`000406f8 : nt!KeBugCheckEx
fffff880`009c6c70 fffff800`016d4fb2 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiBugCheckDispatch+0x69
fffff880`009c6db0 ffffffff`ffd00fe7 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiDoubleFaultAbort+0xb2
00000000`05fbba34 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0xffffffff`ffd00fe7


SYMBOL_NAME:  nt!KiDoubleFaultAbort+b2

MODULE_NAME: nt

IMAGE_NAME:  ntkrnlmp.exe

IMAGE_VERSION:  6.1.7601.22436

STACK_COMMAND:  .thread ; .cxr ; kb

FAILURE_BUCKET_ID:  X64_0x7f_8_STACKPTR_ERROR_nt!KiDoubleFaultAbort+b2

OS_VERSION:  7.1.7601.22436

BUILDLAB_STR:  win7sp1_ldr

OSPLATFORM_TYPE:  x64

OSNAME:  Windows 7

FAILURE_ID_HASH:  {f35c2d15-5d8e-d42d-2d05-5457baec870c}

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

rax=fffff880009c6d70 rbx=00000000ffffffff rcx=000000000000007f
rdx=0000000000000008 rsi=000000007efdb000 rdi=000000000018fec8
rip=fffff800016d7540 rsp=fffff880009c6c68 rbp=fffff880009c6e30
 r8=0000000080050031  r9=00000000000406f8 r10=ffffffffffd00fe7
r11=0000000000000206 r12=0000000073aaad80 r13=000000000008fd20
r14=000000000008ec80 r15=0000000073a82450
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!KeBugCheckEx:
fffff800`016d7540 48894c2408      mov     qword ptr [rsp+8],rcx ss:0018:fffff880`009c6c70=000000000000007f
 # Child-SP          RetAddr           : Args to Child                                                           : Call Site
00 fffff880`009c6c68 fffff800`016d6ae9 : 00000000`0000007f 00000000`00000008 00000000`80050031 00000000`000406f8 : nt!KeBugCheckEx
01 fffff880`009c6c70 fffff800`016d4fb2 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiBugCheckDispatch+0x69
02 fffff880`009c6db0 ffffffff`ffd00fe7 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiDoubleFaultAbort+0xb2 (TrapFrame @ fffff880`009c6db0)
03 00000000`05fbba34 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0xffffffff`ffd00fe7
start             end                 module name
fffff800`014c8000 fffff800`014d2000   kdcom    kdcom.dll    Sat Feb  5 11:52:49 2011 (4D4D8061)
fffff800`0161a000 fffff800`01663000   hal      hal.dll      Sat Nov 20 08:00:25 2010 (4CE7C669)
fffff800`01663000 fffff800`01c4a000   nt       ntkrnlmp.exe Wed Aug 28 21:14:51 2013 (521EA08B)
fffff880`00c00000 fffff880`00cc0000   CI       CI.dll       Sat Nov 20 08:12:36 2010 (4CE7C944)
fffff880`00cd1000 fffff880`00d20000   mcupdate_GenuineIntel mcupdate_GenuineIntel.dll Sat Nov 20 08:03:51 2010 (4CE7C737)
fffff880`00d20000 fffff880`00d34000   PSHED    PSHED.dll    Mon Jul 13 21:32:23 2009 (4A5BE027)
fffff880`00d34000 fffff880`00d92000   CLFS     CLFS.SYS     Mon Jul 13 19:19:57 2009 (4A5BC11D)
fffff880`00dad000 fffff880`00dcb000   dfsc     dfsc.sys     Thu Oct 18 13:54:08 2012 (50804240)
fffff880`00dcb000 fffff880`00df1000   tunnel   tunnel.sys   Sat Nov 20 05:51:50 2010 (4CE7A846)
fffff880`00e00000 fffff880`00e5e000   msrpc    msrpc.sys    Sat Nov 20 04:21:56 2010 (4CE79334)
fffff880`00e5e000 fffff880`00ebe000   NETIO    NETIO.SYS    Tue Nov 26 05:11:02 2013 (529473B6)
fffff880`00ebe000 fffff880`00ecf000   Npfs     Npfs.SYS     Mon Jul 13 19:19:48 2009 (4A5BC114)
fffff880`00ee5000 fffff880`00fd7000   NDIS     NDIS.SYS     Wed Aug 22 11:11:46 2012 (5034F6B2)
fffff880`00fd7000 fffff880`00ff9000   tdx      tdx.sys      Sat Nov 20 04:21:54 2010 (4CE79332)
fffff880`01000000 fffff880`01015000   volmgr   volmgr.sys   Sat Nov 20 04:19:28 2010 (4CE792A0)
fffff880`01015000 fffff880`0103a000   VIDEOPRT VIDEOPRT.SYS Mon Jul 13 19:38:51 2009 (4A5BC58B)
fffff880`0103a000 fffff880`01045000   Msfs     Msfs.SYS     Mon Jul 13 19:19:47 2009 (4A5BC113)
fffff880`0104c000 fffff880`0110e000   Wdf01000 Wdf01000.sys Fri Jun 21 23:13:05 2013 (51C51641)
fffff880`0110e000 fffff880`0111e000   WDFLDR   WDFLDR.SYS   Wed Jul 25 22:29:04 2012 (5010AB70)
fffff880`0111e000 fffff880`01175000   ACPI     ACPI.sys     Sat Nov 20 04:19:16 2010 (4CE79294)
fffff880`01175000 fffff880`0117e000   WMILIB   WMILIB.SYS   Mon Jul 13 19:19:51 2009 (4A5BC117)
fffff880`0117e000 fffff880`01188000   msisadrv msisadrv.sys Mon Jul 13 19:19:26 2009 (4A5BC0FE)
fffff880`01188000 fffff880`011bb000   pci      pci.sys      Sat Nov 20 04:19:11 2010 (4CE7928F)
fffff880`011bb000 fffff880`011c8000   vdrvroot vdrvroot.sys Mon Jul 13 20:01:31 2009 (4A5BCADB)
fffff880`011c8000 fffff880`011dd000   partmgr  partmgr.sys  Sat Mar 17 01:06:09 2012 (4F641BC1)
fffff880`011dd000 fffff880`011e6000   compbatt compbatt.sys Mon Jul 13 19:31:02 2009 (4A5BC3B6)
fffff880`011e6000 fffff880`011f2000   BATTC    BATTC.SYS    Mon Jul 13 19:31:01 2009 (4A5BC3B5)
fffff880`011f2000 fffff880`011ff000   TDI      TDI.SYS      Sat Nov 20 04:22:06 2010 (4CE7933E)
fffff880`01200000 fffff880`01264000   storport storport.sys Mon Feb  3 20:39:19 2014 (52F044C7)
fffff880`01264000 fffff880`0126f000   amdxata  amdxata.sys  Fri Mar 19 12:18:18 2010 (4BA3A3CA)
fffff880`0126f000 fffff880`012bb000   fltmgr   fltmgr.sys   Sat Nov 20 04:19:24 2010 (4CE7929C)
fffff880`012bb000 fffff880`012c4000   rdprefmp rdprefmp.sys Mon Jul 13 20:16:35 2009 (4A5BCE63)
fffff880`012c7000 fffff880`01323000   volmgrx  volmgrx.sys  Sat Nov 20 04:20:43 2010 (4CE792EB)
fffff880`01323000 fffff880`0132b000   intelide intelide.sys Mon Jul 13 19:19:48 2009 (4A5BC114)
fffff880`0132b000 fffff880`0133b000   PCIIDEX  PCIIDEX.SYS  Mon Jul 13 19:19:48 2009 (4A5BC114)
fffff880`0133b000 fffff880`01354000   vmci     vmci.sys     Mon Apr 30 21:14:27 2012 (4F9F38F3)
fffff880`01354000 fffff880`0136e000   mountmgr mountmgr.sys Sat Nov 20 04:19:21 2010 (4CE79299)
fffff880`0136e000 fffff880`01383000   vsock    vsock.sys    Fri Aug 30 15:25:34 2013 (5220F1AE)
fffff880`01383000 fffff880`0138c000   atapi    atapi.sys    Mon Jul 13 19:19:47 2009 (4A5BC113)
fffff880`0138c000 fffff880`013b6000   ataport  ataport.SYS  Sun Aug  4 21:02:45 2013 (51FEF9B5)
fffff880`013b6000 fffff880`013d3000   lsi_sas  lsi_sas.sys  Mon May 18 20:20:23 2009 (4A11FB47)
fffff880`013d3000 fffff880`013fd000   cdrom    cdrom.sys    Sat Nov 20 04:19:20 2010 (4CE79298)
fffff880`01404000 fffff880`015ac000   Ntfs     Ntfs.sys     Thu Jan 23 20:17:16 2014 (52E1BF1C)
fffff880`015ac000 fffff880`015c7000   ksecdd   ksecdd.sys   Tue Sep 24 21:03:28 2013 (52423660)
fffff880`015e4000 fffff880`015f4000   watchdog watchdog.sys Mon Jul 13 19:37:35 2009 (4A5BC53F)
fffff880`015f4000 fffff880`015fd000   rdpencdd rdpencdd.sys Mon Jul 13 20:16:34 2009 (4A5BCE62)
fffff880`01600000 fffff880`01630000   CLASSPNP CLASSPNP.SYS Sat Nov 20 04:19:23 2010 (4CE7929B)
fffff880`01648000 fffff880`01651000   Null     Null.SYS     Mon Jul 13 19:19:37 2009 (4A5BC109)
fffff880`01651000 fffff880`0165f000   vga      vga.sys      Mon Jul 13 19:38:47 2009 (4A5BC587)
fffff880`01660000 fffff880`016d2000   cng      cng.sys      Wed Aug  1 11:48:07 2012 (50194FB7)
fffff880`016d2000 fffff880`016e3000   pcw      pcw.sys      Mon Jul 13 19:19:27 2009 (4A5BC0FF)
fffff880`016e3000 fffff880`016ed000   Fs_Rec   Fs_Rec.sys   Wed Feb 29 22:41:06 2012 (4F4EEFD2)
fffff880`016ed000 fffff880`01718000   ksecpkg  ksecpkg.sys  Tue Sep 24 21:20:07 2013 (52423A47)
fffff880`01718000 fffff880`01761000   fwpkclnt fwpkclnt.sys Tue Nov 26 05:10:05 2013 (5294737D)
fffff880`01761000 fffff880`01771000   vmstorfl vmstorfl.sys Sat Nov 20 04:57:30 2010 (4CE79B8A)
fffff880`01771000 fffff880`017bd000   volsnap  volsnap.sys  Thu Oct 18 13:50:54 2012 (5080417E)
fffff880`017bd000 fffff880`017c5000   spldr    spldr.sys    Mon May 11 12:56:27 2009 (4A0858BB)
fffff880`017c5000 fffff880`017d7000   mup      mup.sys      Mon Jul 13 19:23:45 2009 (4A5BC201)
fffff880`017d7000 fffff880`017e0000   hwpolicy hwpolicy.sys Sat Nov 20 04:18:54 2010 (4CE7927E)
fffff880`017e0000 fffff880`017f6000   disk     disk.sys     Mon Jul 13 19:19:57 2009 (4A5BC11D)
fffff880`017f6000 fffff880`017ff000   RDPCDD   RDPCDD.sys   Mon Jul 13 20:16:34 2009 (4A5BCE62)
fffff880`01804000 fffff880`01a00000   tcpip    tcpip.sys    Tue Nov 26 05:13:33 2013 (5294744D)
fffff880`02400000 fffff880`02453000   rdbss    rdbss.sys    Fri Jan  4 21:54:59 2013 (50E79603)
fffff880`02453000 fffff880`0245f000   nsiproxy nsiproxy.sys Mon Jul 13 19:21:02 2009 (4A5BC15E)
fffff880`02469000 fffff880`024f2000   afd      afd.sys      Fri Sep 27 21:14:53 2013 (52462D8D)
fffff880`024f2000 fffff880`02537000   netbt    netbt.sys    Sat Nov 20 04:23:18 2010 (4CE79386)
fffff880`02537000 fffff880`02542000   ws2ifsl  ws2ifsl.sys  Mon Jul 13 20:10:33 2009 (4A5BCCF9)
fffff880`02542000 fffff880`0254b000   wfplwf   wfplwf.sys   Mon Jul 13 20:09:26 2009 (4A5BCCB6)
fffff880`0254b000 fffff880`02571000   pacer    pacer.sys    Sat Nov 20 05:52:18 2010 (4CE7A862)
fffff880`02571000 fffff880`02580000   netbios  netbios.sys  Mon Jul 13 20:09:26 2009 (4A5BCCB6)
fffff880`02580000 fffff880`0259d000   serial   serial.sys   Mon Jul 13 20:00:40 2009 (4A5BCAA8)
fffff880`0259d000 fffff880`025b8000   wanarp   wanarp.sys   Sat Nov 20 05:52:36 2010 (4CE7A874)
fffff880`025b8000 fffff880`025cc000   termdd   termdd.sys   Sat Nov 20 06:03:40 2010 (4CE7AB0C)
fffff880`025cc000 fffff880`025d7000   mssmbios mssmbios.sys Mon Jul 13 19:31:10 2009 (4A5BC3BE)
fffff880`025d7000 fffff880`025e6000   discache discache.sys Mon Jul 13 19:37:18 2009 (4A5BC52E)
fffff880`025e6000 fffff880`025f7000   blbdrive blbdrive.sys Mon Jul 13 19:35:59 2009 (4A5BC4DF)
fffff880`02c00000 fffff880`02c2f000   ndiswan  ndiswan.sys  Sat Nov 20 05:52:32 2010 (4CE7A870)
fffff880`02c2f000 fffff880`02c4a000   raspppoe raspppoe.sys Mon Jul 13 20:10:17 2009 (4A5BCCE9)
fffff880`02c4a000 fffff880`02c6b000   raspptp  raspptp.sys  Sat Nov 20 05:52:31 2010 (4CE7A86F)
fffff880`02c6b000 fffff880`02c85000   rassstp  rassstp.sys  Mon Jul 13 20:10:25 2009 (4A5BCCF1)
fffff880`02c85000 fffff880`02c90000   rdpbus   rdpbus.sys   Mon Jul 13 20:17:46 2009 (4A5BCEAA)
fffff880`02c90000 fffff880`02c91480   swenum   swenum.sys   Mon Jul 13 20:00:18 2009 (4A5BCA92)
fffff880`02c92000 fffff880`02cbf000   mrxsmb   mrxsmb.sys   Thu Oct 18 13:55:22 2012 (5080428A)
fffff880`02cd0000 fffff880`02cee000   i8042prt i8042prt.sys Mon Jul 13 19:19:57 2009 (4A5BC11D)
fffff880`02cee000 fffff880`02cfd000   kbdclass kbdclass.sys Mon Jul 13 19:19:50 2009 (4A5BC116)
fffff880`02cfd000 fffff880`02d05000   vmmouse  vmmouse.sys  Mon Jun  4 05:34:25 2012 (4FCC8121)
fffff880`02d05000 fffff880`02d14000   mouclass mouclass.sys Mon Jul 13 19:19:50 2009 (4A5BC116)
fffff880`02d14000 fffff880`02d31000   parport  parport.sys  Mon Jul 13 20:00:40 2009 (4A5BCAA8)
fffff880`02d31000 fffff880`02d3d000   serenum  serenum.sys  Mon Jul 13 20:00:33 2009 (4A5BCAA1)
fffff880`02d3d000 fffff880`02d4a000   fdc      fdc.sys      Mon Jul 13 20:00:54 2009 (4A5BCAB6)
fffff880`02d4a000 fffff880`02d92000   vm3dmp   vm3dmp.sys   Wed Oct  9 00:25:53 2013 (5254DAD1)
fffff880`02d92000 fffff880`02d99000   mv2      mv2.sys      Wed Feb  6 16:02:40 2008 (47AA2070)
fffff880`02d99000 fffff880`02daf000   AgileVpn AgileVpn.sys Mon Jul 13 20:10:24 2009 (4A5BCCF0)
fffff880`02daf000 fffff880`02dd3000   rasl2tp  rasl2tp.sys  Sat Nov 20 05:52:34 2010 (4CE7A872)
fffff880`02dd3000 fffff880`02ddf000   ndistapi ndistapi.sys Mon Jul 13 20:10:00 2009 (4A5BCCD8)
fffff880`02e00000 fffff880`02e16000   intelppm intelppm.sys Mon Jul 13 19:19:25 2009 (4A5BC0FD)
fffff880`02e17000 fffff880`02f0b000   dxgkrnl  dxgkrnl.sys  Thu Aug  1 03:58:53 2013 (51FA153D)
fffff880`02f0b000 fffff880`02f51000   dxgmms1  dxgmms1.sys  Tue Apr  9 23:27:15 2013 (5164DC13)
fffff880`02f51000 fffff880`02f74980   E1G6032E E1G6032E.sys Wed May 28 19:14:51 2008 (483DE76B)
fffff880`02f75000 fffff880`02f82000   usbuhci  usbuhci.sys  Tue Nov 26 20:41:05 2013 (52954DB1)
fffff880`02f82000 fffff880`02fd8000   USBPORT  USBPORT.SYS  Tue Nov 26 20:41:11 2013 (52954DB7)
fffff880`02fd8000 fffff880`02fea000   usbehci  usbehci.sys  Tue Nov 26 20:41:11 2013 (52954DB7)
fffff880`02fea000 fffff880`02fee500   CmBatt   CmBatt.sys   Mon Jul 13 19:31:03 2009 (4A5BC3B7)
fffff880`02fef000 fffff880`02fff000   CompositeBus CompositeBus.sys Sat Nov 20 05:33:17 2010 (4CE7A3ED)
fffff880`03200000 fffff880`03215000   lltdio   lltdio.sys   Mon Jul 13 20:08:50 2009 (4A5BCC92)
fffff880`03215000 fffff880`0322d000   rspndr   rspndr.sys   Mon Jul 13 20:08:50 2009 (4A5BCC92)
fffff880`0322d000 fffff880`0324b000   bowser   bowser.sys   Tue Feb 22 23:55:04 2011 (4D649328)
fffff880`0325b000 fffff880`0329e000   ks       ks.sys       Sat Nov 20 05:33:23 2010 (4CE7A3F3)
fffff880`0329e000 fffff880`032b0000   umbus    umbus.sys    Sat Nov 20 05:44:37 2010 (4CE7A695)
fffff880`032b0000 fffff880`032bb000   flpydisk flpydisk.sys Mon Jul 13 20:00:54 2009 (4A5BCAB6)
fffff880`032bb000 fffff880`03315000   usbhub   usbhub.sys   Tue Nov 26 20:41:36 2013 (52954DD0)
fffff880`03315000 fffff880`0332a000   NDProxy  NDProxy.SYS  Sat Nov 20 05:52:20 2010 (4CE7A864)
fffff880`0332a000 fffff880`03338000   crashdmp crashdmp.sys Mon Jul 13 20:01:01 2009 (4A5BCABD)
fffff880`03338000 fffff880`03342000   dump_diskdump dump_diskdump.sys Mon Feb  3 20:36:25 2014 (52F04419)
fffff880`03342000 fffff880`0335f000   dump_LSI_SAS dump_LSI_SAS.sys Mon May 18 20:20:23 2009 (4A11FB47)
fffff880`0335f000 fffff880`0336b000   Dxapi    Dxapi.sys    Mon Jul 13 19:38:28 2009 (4A5BC574)
fffff880`0336b000 fffff880`03388000   usbccgp  usbccgp.sys  Tue Nov 26 20:41:15 2013 (52954DBB)
fffff880`03388000 fffff880`03389e80   USBD     USBD.SYS     Tue Nov 26 20:41:03 2013 (52954DAF)
fffff880`0338a000 fffff880`03398000   hidusb   hidusb.sys   Sat Nov 20 05:43:49 2010 (4CE7A665)
fffff880`03398000 fffff880`033b1000   HIDCLASS HIDCLASS.SYS Mon Jul  1 23:49:19 2013 (51D24DBF)
fffff880`033b1000 fffff880`033b9080   HIDPARSE HIDPARSE.SYS Mon Jul  1 23:49:18 2013 (51D24DBE)
fffff880`033ba000 fffff880`033c7000   mouhid   mouhid.sys   Mon Jul 13 20:00:20 2009 (4A5BCA94)
fffff880`033c7000 fffff880`033cf000   vmusbmouse vmusbmouse.sys Mon Jun  4 05:34:25 2012 (4FCC8121)
fffff880`033cf000 fffff880`033dd000   monitor  monitor.sys  Mon Jul 13 19:38:52 2009 (4A5BC58C)
fffff880`033dd000 fffff880`03400000   luafv    luafv.sys    Mon Jul 13 19:26:13 2009 (4A5BC295)
fffff880`04a00000 fffff880`04a34000   mqac     mqac.sys     Mon Jul 13 20:26:13 2009 (4A5BD0A5)
fffff880`04a86000 fffff880`04ad4000   mrxsmb10 mrxsmb10.sys Thu Oct 18 13:54:25 2012 (50804251)
fffff880`04ad4000 fffff880`04af8000   mrxsmb20 mrxsmb20.sys Thu Oct 18 13:54:20 2012 (5080424C)
fffff880`04af8000 fffff880`04bc1000   HTTP     HTTP.sys     Sat Nov 20 04:24:30 2010 (4CE793CE)
fffff880`04bc1000 fffff880`04bd4000   npdrv    npdrv.sys    Thu Jul 15 04:54:25 2010 (4C3ECCC1)
fffff880`04bd4000 fffff880`04be2000   npdrvfilter npdrvfilter.sys Thu Jul 15 04:55:16 2010 (4C3ECCF4)
fffff880`04be2000 fffff880`04bea000   vmmemctl vmmemctl.sys Sat Dec 14 22:36:24 2013 (52AD23B8)
fffff880`04e00000 fffff880`04e69000   srv2     srv2.sys     Thu Oct 18 13:55:13 2012 (50804281)
fffff880`04eb8000 fffff880`04f5e000   peauth   peauth.sys   Mon Jul 13 21:01:19 2009 (4A5BD8DF)
fffff880`04f5e000 fffff880`04f69000   secdrv   secdrv.SYS   Wed Sep 13 09:18:38 2006 (4508052E)
fffff880`04f69000 fffff880`04f9a000   srvnet   srvnet.sys   Thu Apr 28 23:05:35 2011 (4DBA2AFF)
fffff880`04f9a000 fffff880`04fac000   tcpipreg tcpipreg.sys Wed Oct  3 12:07:26 2012 (506C62BE)
fffff880`05271000 fffff880`0527c000   asyncmac asyncmac.sys Mon Jul 13 20:10:13 2009 (4A5BCCE5)
fffff880`052b7000 fffff880`0534f000   srv      srv.sys      Thu Oct 18 13:55:32 2012 (50804294)
fffff880`0534f000 fffff880`0537d000   rdpdr    rdpdr.sys    Sat Nov 20 06:06:41 2010 (4CE7ABC1)
fffff880`0537d000 fffff880`05388000   tdtcp    tdtcp.sys    Thu Feb 16 23:57:32 2012 (4F3DDE3C)
fffff880`05388000 fffff880`05397000   tssecsrv tssecsrv.sys Sat Jun 15 00:32:15 2013 (51BBEE4F)
fffff880`05397000 fffff880`053d0000   RDPWD    RDPWD.SYS    Fri Apr 27 23:55:20 2012 (4F9B6A28)
fffff960`00000000 fffff960`00318000   win32k   win32k.sys   Thu Feb  6 20:25:05 2014 (52F435F1)
fffff960`00470000 fffff960`0047a000   TSDDD    TSDDD.dll    unavailable (00000000)
fffff960`006c0000 fffff960`006e7000   cdd      cdd.dll      unavailable (00000000)
fffff960`008a0000 fffff960`008e9000   RDPDD    RDPDD.dll    Thu Oct 18 15:02:06 2012 (5080522E)

Unloaded modules:
fffff880`05200000 fffff880`05271000   spsys.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  00071000
fffff880`01630000 fffff880`0163e000   crashdmp.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0000E000
fffff880`0163e000 fffff880`01648000   dump_storpor
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0000A000
fffff880`015c7000 fffff880`015e4000   dump_LSI_SAS
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0001D000
fffff880`00d92000 fffff880`00dad000   sacdrv.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0001B000
start             end                 module name
fffff880`0111e000 fffff880`01175000   ACPI     ACPI.sys     Sat Nov 20 04:19:16 2010 (4CE79294)
fffff880`02469000 fffff880`024f2000   afd      afd.sys      Fri Sep 27 21:14:53 2013 (52462D8D)
fffff880`02d99000 fffff880`02daf000   AgileVpn AgileVpn.sys Mon Jul 13 20:10:24 2009 (4A5BCCF0)
fffff880`01264000 fffff880`0126f000   amdxata  amdxata.sys  Fri Mar 19 12:18:18 2010 (4BA3A3CA)
fffff880`05271000 fffff880`0527c000   asyncmac asyncmac.sys Mon Jul 13 20:10:13 2009 (4A5BCCE5)
fffff880`01383000 fffff880`0138c000   atapi    atapi.sys    Mon Jul 13 19:19:47 2009 (4A5BC113)
fffff880`0138c000 fffff880`013b6000   ataport  ataport.SYS  Sun Aug  4 21:02:45 2013 (51FEF9B5)
fffff880`011e6000 fffff880`011f2000   BATTC    BATTC.SYS    Mon Jul 13 19:31:01 2009 (4A5BC3B5)
fffff880`025e6000 fffff880`025f7000   blbdrive blbdrive.sys Mon Jul 13 19:35:59 2009 (4A5BC4DF)
fffff880`0322d000 fffff880`0324b000   bowser   bowser.sys   Tue Feb 22 23:55:04 2011 (4D649328)
fffff960`006c0000 fffff960`006e7000   cdd      cdd.dll      unavailable (00000000)
fffff880`013d3000 fffff880`013fd000   cdrom    cdrom.sys    Sat Nov 20 04:19:20 2010 (4CE79298)
fffff880`00c00000 fffff880`00cc0000   CI       CI.dll       Sat Nov 20 08:12:36 2010 (4CE7C944)
fffff880`01600000 fffff880`01630000   CLASSPNP CLASSPNP.SYS Sat Nov 20 04:19:23 2010 (4CE7929B)
fffff880`00d34000 fffff880`00d92000   CLFS     CLFS.SYS     Mon Jul 13 19:19:57 2009 (4A5BC11D)
fffff880`02fea000 fffff880`02fee500   CmBatt   CmBatt.sys   Mon Jul 13 19:31:03 2009 (4A5BC3B7)
fffff880`01660000 fffff880`016d2000   cng      cng.sys      Wed Aug  1 11:48:07 2012 (50194FB7)
fffff880`011dd000 fffff880`011e6000   compbatt compbatt.sys Mon Jul 13 19:31:02 2009 (4A5BC3B6)
fffff880`02fef000 fffff880`02fff000   CompositeBus CompositeBus.sys Sat Nov 20 05:33:17 2010 (4CE7A3ED)
fffff880`0332a000 fffff880`03338000   crashdmp crashdmp.sys Mon Jul 13 20:01:01 2009 (4A5BCABD)
fffff880`00dad000 fffff880`00dcb000   dfsc     dfsc.sys     Thu Oct 18 13:54:08 2012 (50804240)
fffff880`025d7000 fffff880`025e6000   discache discache.sys Mon Jul 13 19:37:18 2009 (4A5BC52E)
fffff880`017e0000 fffff880`017f6000   disk     disk.sys     Mon Jul 13 19:19:57 2009 (4A5BC11D)
fffff880`03338000 fffff880`03342000   dump_diskdump dump_diskdump.sys Mon Feb  3 20:36:25 2014 (52F04419)
fffff880`03342000 fffff880`0335f000   dump_LSI_SAS dump_LSI_SAS.sys Mon May 18 20:20:23 2009 (4A11FB47)
fffff880`0335f000 fffff880`0336b000   Dxapi    Dxapi.sys    Mon Jul 13 19:38:28 2009 (4A5BC574)
fffff880`02e17000 fffff880`02f0b000   dxgkrnl  dxgkrnl.sys  Thu Aug  1 03:58:53 2013 (51FA153D)
fffff880`02f0b000 fffff880`02f51000   dxgmms1  dxgmms1.sys  Tue Apr  9 23:27:15 2013 (5164DC13)
fffff880`02f51000 fffff880`02f74980   E1G6032E E1G6032E.sys Wed May 28 19:14:51 2008 (483DE76B)
fffff880`02d3d000 fffff880`02d4a000   fdc      fdc.sys      Mon Jul 13 20:00:54 2009 (4A5BCAB6)
fffff880`032b0000 fffff880`032bb000   flpydisk flpydisk.sys Mon Jul 13 20:00:54 2009 (4A5BCAB6)
fffff880`0126f000 fffff880`012bb000   fltmgr   fltmgr.sys   Sat Nov 20 04:19:24 2010 (4CE7929C)
fffff880`016e3000 fffff880`016ed000   Fs_Rec   Fs_Rec.sys   Wed Feb 29 22:41:06 2012 (4F4EEFD2)
fffff880`01718000 fffff880`01761000   fwpkclnt fwpkclnt.sys Tue Nov 26 05:10:05 2013 (5294737D)
fffff800`0161a000 fffff800`01663000   hal      hal.dll      Sat Nov 20 08:00:25 2010 (4CE7C669)
fffff880`03398000 fffff880`033b1000   HIDCLASS HIDCLASS.SYS Mon Jul  1 23:49:19 2013 (51D24DBF)
fffff880`033b1000 fffff880`033b9080   HIDPARSE HIDPARSE.SYS Mon Jul  1 23:49:18 2013 (51D24DBE)
fffff880`0338a000 fffff880`03398000   hidusb   hidusb.sys   Sat Nov 20 05:43:49 2010 (4CE7A665)
fffff880`04af8000 fffff880`04bc1000   HTTP     HTTP.sys     Sat Nov 20 04:24:30 2010 (4CE793CE)
fffff880`017d7000 fffff880`017e0000   hwpolicy hwpolicy.sys Sat Nov 20 04:18:54 2010 (4CE7927E)
fffff880`02cd0000 fffff880`02cee000   i8042prt i8042prt.sys Mon Jul 13 19:19:57 2009 (4A5BC11D)
fffff880`01323000 fffff880`0132b000   intelide intelide.sys Mon Jul 13 19:19:48 2009 (4A5BC114)
fffff880`02e00000 fffff880`02e16000   intelppm intelppm.sys Mon Jul 13 19:19:25 2009 (4A5BC0FD)
fffff880`02cee000 fffff880`02cfd000   kbdclass kbdclass.sys Mon Jul 13 19:19:50 2009 (4A5BC116)
fffff800`014c8000 fffff800`014d2000   kdcom    kdcom.dll    Sat Feb  5 11:52:49 2011 (4D4D8061)
fffff880`0325b000 fffff880`0329e000   ks       ks.sys       Sat Nov 20 05:33:23 2010 (4CE7A3F3)
fffff880`015ac000 fffff880`015c7000   ksecdd   ksecdd.sys   Tue Sep 24 21:03:28 2013 (52423660)
fffff880`016ed000 fffff880`01718000   ksecpkg  ksecpkg.sys  Tue Sep 24 21:20:07 2013 (52423A47)
fffff880`03200000 fffff880`03215000   lltdio   lltdio.sys   Mon Jul 13 20:08:50 2009 (4A5BCC92)
fffff880`013b6000 fffff880`013d3000   lsi_sas  lsi_sas.sys  Mon May 18 20:20:23 2009 (4A11FB47)
fffff880`033dd000 fffff880`03400000   luafv    luafv.sys    Mon Jul 13 19:26:13 2009 (4A5BC295)
fffff880`00cd1000 fffff880`00d20000   mcupdate_GenuineIntel mcupdate_GenuineIntel.dll Sat Nov 20 08:03:51 2010 (4CE7C737)
fffff880`033cf000 fffff880`033dd000   monitor  monitor.sys  Mon Jul 13 19:38:52 2009 (4A5BC58C)
fffff880`02d05000 fffff880`02d14000   mouclass mouclass.sys Mon Jul 13 19:19:50 2009 (4A5BC116)
fffff880`033ba000 fffff880`033c7000   mouhid   mouhid.sys   Mon Jul 13 20:00:20 2009 (4A5BCA94)
fffff880`01354000 fffff880`0136e000   mountmgr mountmgr.sys Sat Nov 20 04:19:21 2010 (4CE79299)
fffff880`04a00000 fffff880`04a34000   mqac     mqac.sys     Mon Jul 13 20:26:13 2009 (4A5BD0A5)
fffff880`02c92000 fffff880`02cbf000   mrxsmb   mrxsmb.sys   Thu Oct 18 13:55:22 2012 (5080428A)
fffff880`04a86000 fffff880`04ad4000   mrxsmb10 mrxsmb10.sys Thu Oct 18 13:54:25 2012 (50804251)
fffff880`04ad4000 fffff880`04af8000   mrxsmb20 mrxsmb20.sys Thu Oct 18 13:54:20 2012 (5080424C)
fffff880`0103a000 fffff880`01045000   Msfs     Msfs.SYS     Mon Jul 13 19:19:47 2009 (4A5BC113)
fffff880`0117e000 fffff880`01188000   msisadrv msisadrv.sys Mon Jul 13 19:19:26 2009 (4A5BC0FE)
fffff880`00e00000 fffff880`00e5e000   msrpc    msrpc.sys    Sat Nov 20 04:21:56 2010 (4CE79334)
fffff880`025cc000 fffff880`025d7000   mssmbios mssmbios.sys Mon Jul 13 19:31:10 2009 (4A5BC3BE)
fffff880`017c5000 fffff880`017d7000   mup      mup.sys      Mon Jul 13 19:23:45 2009 (4A5BC201)
fffff880`02d92000 fffff880`02d99000   mv2      mv2.sys      Wed Feb  6 16:02:40 2008 (47AA2070)
fffff880`00ee5000 fffff880`00fd7000   NDIS     NDIS.SYS     Wed Aug 22 11:11:46 2012 (5034F6B2)
fffff880`02dd3000 fffff880`02ddf000   ndistapi ndistapi.sys Mon Jul 13 20:10:00 2009 (4A5BCCD8)
fffff880`02c00000 fffff880`02c2f000   ndiswan  ndiswan.sys  Sat Nov 20 05:52:32 2010 (4CE7A870)
fffff880`03315000 fffff880`0332a000   NDProxy  NDProxy.SYS  Sat Nov 20 05:52:20 2010 (4CE7A864)
fffff880`02571000 fffff880`02580000   netbios  netbios.sys  Mon Jul 13 20:09:26 2009 (4A5BCCB6)
fffff880`024f2000 fffff880`02537000   netbt    netbt.sys    Sat Nov 20 04:23:18 2010 (4CE79386)
fffff880`00e5e000 fffff880`00ebe000   NETIO    NETIO.SYS    Tue Nov 26 05:11:02 2013 (529473B6)
fffff880`04bc1000 fffff880`04bd4000   npdrv    npdrv.sys    Thu Jul 15 04:54:25 2010 (4C3ECCC1)
fffff880`04bd4000 fffff880`04be2000   npdrvfilter npdrvfilter.sys Thu Jul 15 04:55:16 2010 (4C3ECCF4)
fffff880`00ebe000 fffff880`00ecf000   Npfs     Npfs.SYS     Mon Jul 13 19:19:48 2009 (4A5BC114)
fffff880`02453000 fffff880`0245f000   nsiproxy nsiproxy.sys Mon Jul 13 19:21:02 2009 (4A5BC15E)
fffff800`01663000 fffff800`01c4a000   nt       ntkrnlmp.exe Wed Aug 28 21:14:51 2013 (521EA08B)
fffff880`01404000 fffff880`015ac000   Ntfs     Ntfs.sys     Thu Jan 23 20:17:16 2014 (52E1BF1C)
fffff880`01648000 fffff880`01651000   Null     Null.SYS     Mon Jul 13 19:19:37 2009 (4A5BC109)
fffff880`0254b000 fffff880`02571000   pacer    pacer.sys    Sat Nov 20 05:52:18 2010 (4CE7A862)
fffff880`02d14000 fffff880`02d31000   parport  parport.sys  Mon Jul 13 20:00:40 2009 (4A5BCAA8)
fffff880`011c8000 fffff880`011dd000   partmgr  partmgr.sys  Sat Mar 17 01:06:09 2012 (4F641BC1)
fffff880`01188000 fffff880`011bb000   pci      pci.sys      Sat Nov 20 04:19:11 2010 (4CE7928F)
fffff880`0132b000 fffff880`0133b000   PCIIDEX  PCIIDEX.SYS  Mon Jul 13 19:19:48 2009 (4A5BC114)
fffff880`016d2000 fffff880`016e3000   pcw      pcw.sys      Mon Jul 13 19:19:27 2009 (4A5BC0FF)
fffff880`04eb8000 fffff880`04f5e000   peauth   peauth.sys   Mon Jul 13 21:01:19 2009 (4A5BD8DF)
fffff880`00d20000 fffff880`00d34000   PSHED    PSHED.dll    Mon Jul 13 21:32:23 2009 (4A5BE027)
fffff880`02daf000 fffff880`02dd3000   rasl2tp  rasl2tp.sys  Sat Nov 20 05:52:34 2010 (4CE7A872)
fffff880`02c2f000 fffff880`02c4a000   raspppoe raspppoe.sys Mon Jul 13 20:10:17 2009 (4A5BCCE9)
fffff880`02c4a000 fffff880`02c6b000   raspptp  raspptp.sys  Sat Nov 20 05:52:31 2010 (4CE7A86F)
fffff880`02c6b000 fffff880`02c85000   rassstp  rassstp.sys  Mon Jul 13 20:10:25 2009 (4A5BCCF1)
fffff880`02400000 fffff880`02453000   rdbss    rdbss.sys    Fri Jan  4 21:54:59 2013 (50E79603)
fffff880`02c85000 fffff880`02c90000   rdpbus   rdpbus.sys   Mon Jul 13 20:17:46 2009 (4A5BCEAA)
fffff880`017f6000 fffff880`017ff000   RDPCDD   RDPCDD.sys   Mon Jul 13 20:16:34 2009 (4A5BCE62)
fffff960`008a0000 fffff960`008e9000   RDPDD    RDPDD.dll    Thu Oct 18 15:02:06 2012 (5080522E)
fffff880`0534f000 fffff880`0537d000   rdpdr    rdpdr.sys    Sat Nov 20 06:06:41 2010 (4CE7ABC1)
fffff880`015f4000 fffff880`015fd000   rdpencdd rdpencdd.sys Mon Jul 13 20:16:34 2009 (4A5BCE62)
fffff880`012bb000 fffff880`012c4000   rdprefmp rdprefmp.sys Mon Jul 13 20:16:35 2009 (4A5BCE63)
fffff880`05397000 fffff880`053d0000   RDPWD    RDPWD.SYS    Fri Apr 27 23:55:20 2012 (4F9B6A28)
fffff880`03215000 fffff880`0322d000   rspndr   rspndr.sys   Mon Jul 13 20:08:50 2009 (4A5BCC92)
fffff880`04f5e000 fffff880`04f69000   secdrv   secdrv.SYS   Wed Sep 13 09:18:38 2006 (4508052E)
fffff880`02d31000 fffff880`02d3d000   serenum  serenum.sys  Mon Jul 13 20:00:33 2009 (4A5BCAA1)
fffff880`02580000 fffff880`0259d000   serial   serial.sys   Mon Jul 13 20:00:40 2009 (4A5BCAA8)
fffff880`017bd000 fffff880`017c5000   spldr    spldr.sys    Mon May 11 12:56:27 2009 (4A0858BB)
fffff880`052b7000 fffff880`0534f000   srv      srv.sys      Thu Oct 18 13:55:32 2012 (50804294)
fffff880`04e00000 fffff880`04e69000   srv2     srv2.sys     Thu Oct 18 13:55:13 2012 (50804281)
fffff880`04f69000 fffff880`04f9a000   srvnet   srvnet.sys   Thu Apr 28 23:05:35 2011 (4DBA2AFF)
fffff880`01200000 fffff880`01264000   storport storport.sys Mon Feb  3 20:39:19 2014 (52F044C7)
fffff880`02c90000 fffff880`02c91480   swenum   swenum.sys   Mon Jul 13 20:00:18 2009 (4A5BCA92)
fffff880`01804000 fffff880`01a00000   tcpip    tcpip.sys    Tue Nov 26 05:13:33 2013 (5294744D)
fffff880`04f9a000 fffff880`04fac000   tcpipreg tcpipreg.sys Wed Oct  3 12:07:26 2012 (506C62BE)
fffff880`011f2000 fffff880`011ff000   TDI      TDI.SYS      Sat Nov 20 04:22:06 2010 (4CE7933E)
fffff880`0537d000 fffff880`05388000   tdtcp    tdtcp.sys    Thu Feb 16 23:57:32 2012 (4F3DDE3C)
fffff880`00fd7000 fffff880`00ff9000   tdx      tdx.sys      Sat Nov 20 04:21:54 2010 (4CE79332)
fffff880`025b8000 fffff880`025cc000   termdd   termdd.sys   Sat Nov 20 06:03:40 2010 (4CE7AB0C)
fffff960`00470000 fffff960`0047a000   TSDDD    TSDDD.dll    unavailable (00000000)
fffff880`05388000 fffff880`05397000   tssecsrv tssecsrv.sys Sat Jun 15 00:32:15 2013 (51BBEE4F)
fffff880`00dcb000 fffff880`00df1000   tunnel   tunnel.sys   Sat Nov 20 05:51:50 2010 (4CE7A846)
fffff880`0329e000 fffff880`032b0000   umbus    umbus.sys    Sat Nov 20 05:44:37 2010 (4CE7A695)
fffff880`0336b000 fffff880`03388000   usbccgp  usbccgp.sys  Tue Nov 26 20:41:15 2013 (52954DBB)
fffff880`03388000 fffff880`03389e80   USBD     USBD.SYS     Tue Nov 26 20:41:03 2013 (52954DAF)
fffff880`02fd8000 fffff880`02fea000   usbehci  usbehci.sys  Tue Nov 26 20:41:11 2013 (52954DB7)
fffff880`032bb000 fffff880`03315000   usbhub   usbhub.sys   Tue Nov 26 20:41:36 2013 (52954DD0)
fffff880`02f82000 fffff880`02fd8000   USBPORT  USBPORT.SYS  Tue Nov 26 20:41:11 2013 (52954DB7)
fffff880`02f75000 fffff880`02f82000   usbuhci  usbuhci.sys  Tue Nov 26 20:41:05 2013 (52954DB1)
fffff880`011bb000 fffff880`011c8000   vdrvroot vdrvroot.sys Mon Jul 13 20:01:31 2009 (4A5BCADB)
fffff880`01651000 fffff880`0165f000   vga      vga.sys      Mon Jul 13 19:38:47 2009 (4A5BC587)
fffff880`01015000 fffff880`0103a000   VIDEOPRT VIDEOPRT.SYS Mon Jul 13 19:38:51 2009 (4A5BC58B)
fffff880`02d4a000 fffff880`02d92000   vm3dmp   vm3dmp.sys   Wed Oct  9 00:25:53 2013 (5254DAD1)
fffff880`0133b000 fffff880`01354000   vmci     vmci.sys     Mon Apr 30 21:14:27 2012 (4F9F38F3)
fffff880`04be2000 fffff880`04bea000   vmmemctl vmmemctl.sys Sat Dec 14 22:36:24 2013 (52AD23B8)
fffff880`02cfd000 fffff880`02d05000   vmmouse  vmmouse.sys  Mon Jun  4 05:34:25 2012 (4FCC8121)
fffff880`01761000 fffff880`01771000   vmstorfl vmstorfl.sys Sat Nov 20 04:57:30 2010 (4CE79B8A)
fffff880`033c7000 fffff880`033cf000   vmusbmouse vmusbmouse.sys Mon Jun  4 05:34:25 2012 (4FCC8121)
fffff880`01000000 fffff880`01015000   volmgr   volmgr.sys   Sat Nov 20 04:19:28 2010 (4CE792A0)
fffff880`012c7000 fffff880`01323000   volmgrx  volmgrx.sys  Sat Nov 20 04:20:43 2010 (4CE792EB)
fffff880`01771000 fffff880`017bd000   volsnap  volsnap.sys  Thu Oct 18 13:50:54 2012 (5080417E)
fffff880`0136e000 fffff880`01383000   vsock    vsock.sys    Fri Aug 30 15:25:34 2013 (5220F1AE)
fffff880`0259d000 fffff880`025b8000   wanarp   wanarp.sys   Sat Nov 20 05:52:36 2010 (4CE7A874)
fffff880`015e4000 fffff880`015f4000   watchdog watchdog.sys Mon Jul 13 19:37:35 2009 (4A5BC53F)
fffff880`0104c000 fffff880`0110e000   Wdf01000 Wdf01000.sys Fri Jun 21 23:13:05 2013 (51C51641)
fffff880`0110e000 fffff880`0111e000   WDFLDR   WDFLDR.SYS   Wed Jul 25 22:29:04 2012 (5010AB70)
fffff880`02542000 fffff880`0254b000   wfplwf   wfplwf.sys   Mon Jul 13 20:09:26 2009 (4A5BCCB6)
fffff960`00000000 fffff960`00318000   win32k   win32k.sys   Thu Feb  6 20:25:05 2014 (52F435F1)
fffff880`01175000 fffff880`0117e000   WMILIB   WMILIB.SYS   Mon Jul 13 19:19:51 2009 (4A5BC117)
fffff880`02537000 fffff880`02542000   ws2ifsl  ws2ifsl.sys  Mon Jul 13 20:10:33 2009 (4A5BCCF9)

Unloaded modules:
fffff880`05200000 fffff880`05271000   spsys.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  00071000
fffff880`01630000 fffff880`0163e000   crashdmp.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0000E000
fffff880`0163e000 fffff880`01648000   dump_storpor
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0000A000
fffff880`015c7000 fffff880`015e4000   dump_LSI_SAS
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0001D000
fffff880`00d92000 fffff880`00dad000   sacdrv.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0001B000
Bugcheck code 0000007F
Arguments 00000000`00000008 00000000`80050031 00000000`000406f8 ffffffff`ffd00fe7
 
The logs displayed:

a) 3 collected dump files with bugcheck 7F (2 new, 1 old)

b) the use of Windows Driver Verifier (WDV) on the server on 01/30/2021.

d) corruption of the drive file system




Windows Server 2008 R2 Standard 64-bit



Open administrative command prompt and type or copy and paste:
chkdsk /r /v
This may take hours to run so plan to run overnight.
Run on all drives using the syntax: chkdsk /r /v C: or chkdsk /r /v D: changing the drive letter to the applicable drive.

C:\Windows\system32>chkdsk /r /v
The type of the file system is NTFS.
Cannot lock current drive.

Chkdsk cannot run because the volume is in use by another
process. Would you like to schedule this volume to be
checked the next time the system restarts? (Y/N)

Type: Y
reboot


Please post the results for each drive:
Find Check Disk (CHKDSK) results





Code:
Event[135]:
  Log Name: System
  Source: Ntfs
  Date: 2021-03-28T06:01:51.592
  Event ID: 55
  Task: N/A
  Level: Error
  Opcode: N/A
  Keyword: Classic
  User: N/A
  User Name: N/A
  Computer: ProControl-Server
  Description:
The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \Device\HarddiskVolume18.

Event[136]:
  Log Name: System
  Source: Ntfs
  Date: 2021-03-28T06:01:51.504
  Event ID: 55
  Task: N/A
  Level: Error
  Opcode: N/A
  Keyword: Classic
  User: N/A
  User Name: N/A
  Computer: ProControl-Server
  Description:
The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \Device\HarddiskVolume18.

Event[137]:
  Log Name: System
  Source: Ntfs
  Date: 2021-03-28T06:01:51.167
  Event ID: 55
  Task: N/A
  Level: Error
  Opcode: N/A
  Keyword: Classic
  User: N/A
  User Name: N/A
  Computer: ProControl-Server
  Description:
The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \Device\HarddiskVolume18.

Event[138]:
  Log Name: System
  Source: Ntfs
  Date: 2021-03-28T06:01:50.987
  Event ID: 55
  Task: N/A
  Level: Error
  Opcode: N/A
  Keyword: Classic
  User: N/A
  User Name: N/A
  Computer: ProControl-Server
  Description:
The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \\?\Volume{7fd3f669-7b8a-11eb-8431-000c2963a783}.

Event[139]:
  Log Name: System
  Source: Ntfs
  Date: 2021-03-28T06:01:50.776
  Event ID: 55
  Task: N/A
  Level: Error
  Opcode: N/A
  Keyword: Classic
  User: N/A
  User Name: N/A
  Computer: ProControl-Server
  Description:
The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \Device\HarddiskVolume18.

Event[140]:
  Log Name: System
  Source: Ntfs
  Date: 2021-03-28T06:01:50.761
  Event ID: 55
  Task: N/A
  Level: Error
  Opcode: N/A
  Keyword: Classic
  User: N/A
  User Name: N/A
  Computer: ProControl-Server
  Description:
The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \Device\HarddiskVolume18.

Event[141]:
  Log Name: System
  Source: Ntfs
  Date: 2021-03-28T06:01:50.759
  Event ID: 55
  Task: N/A
  Level: Error
  Opcode: N/A
  Keyword: Classic
  User: N/A
  User Name: N/A
  Computer: ProControl-Server
  Description:
The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \Device\HarddiskVolume18.

Event[142]:
  Log Name: System
  Source: Ntfs
  Date: 2021-03-28T06:01:50.735
  Event ID: 55
  Task: N/A
  Level: Error
  Opcode: N/A
  Keyword: Classic
  User: N/A
  User Name: N/A
  Computer: ProControl-Server
  Description:
The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \Device\HarddiskVolume18.

Event[143]:
  Log Name: System
  Source: Ntfs
  Date: 2021-03-28T06:01:50.683
  Event ID: 55
  Task: N/A
  Level: Error
  Opcode: N/A
  Keyword: Classic
  User: N/A
  User Name: N/A
  Computer: ProControl-Server
  Description:
The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \Device\HarddiskVolume18.

Event[144]:
  Log Name: System
  Source: Ntfs
  Date: 2021-03-28T06:01:50.683
  Event ID: 55
  Task: N/A
  Level: Error
  Opcode: N/A
  Keyword: Classic
  User: N/A
  User Name: N/A
  Computer: ProControl-Server
  Description:
The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \\?\Volume{7fd3f669-7b8a-11eb-8431-000c2963a783}.

Event[145]:
  Log Name: System
  Source: Ntfs
  Date: 2021-03-28T06:01:50.608
  Event ID: 55
  Task: N/A
  Level: Error
  Opcode: N/A
  Keyword: Classic
  User: N/A
  User Name: N/A
  Computer: ProControl-Server
  Description:
The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \\?\Volume{7fd3f669-7b8a-11eb-8431-000c2963a783}.

Event[146]:
  Log Name: System
  Source: Ntfs
  Date: 2021-03-28T06:01:50.247
  Event ID: 55
  Task: N/A
  Level: Error
  Opcode: N/A
  Keyword: Classic
  User: N/A
  User Name: N/A
  Computer: ProControl-Server
  Description:
The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \Device\HarddiskVolume18.

Event[147]:
  Log Name: System
  Source: Ntfs
  Date: 2021-03-28T06:01:50.223
  Event ID: 55
  Task: N/A
  Level: Error
  Opcode: N/A
  Keyword: Classic
  User: N/A
  User Name: N/A
  Computer: ProControl-Server
  Description:
The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \Device\HarddiskVolume18.

Event[148]:
  Log Name: System
  Source: Ntfs
  Date: 2021-03-28T06:01:50.222
  Event ID: 55
  Task: N/A
  Level: Error
  Opcode: N/A
  Keyword: Classic
  User: N/A
  User Name: N/A
  Computer: ProControl-Server
  Description:
The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \Device\HarddiskVolume18.

Event[149]:
  Log Name: System
  Source: Ntfs
  Date: 2021-03-28T06:01:50.206
  Event ID: 55
  Task: N/A
  Level: Error
  Opcode: N/A
  Keyword: Classic
  User: N/A
  User Name: N/A
  Computer: ProControl-Server
  Description:
The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \Device\HarddiskVolume18.

Event[150]:
  Log Name: System
  Source: Ntfs
  Date: 2021-03-28T06:01:50.152
  Event ID: 55
  Task: N/A
  Level: Error
  Opcode: N/A
  Keyword: Classic
  User: N/A
  User Name: N/A
  Computer: ProControl-Server
  Description:
The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \Device\HarddiskVolume18.

Event[151]:
  Log Name: System
  Source: Ntfs
  Date: 2021-03-28T06:01:50.150
  Event ID: 55
  Task: N/A
  Level: Error
  Opcode: N/A
  Keyword: Classic
  User: N/A
  User Name: N/A
  Computer: ProControl-Server
  Description:
The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \\?\Volume{7fd3f669-7b8a-11eb-8431-000c2963a783}.

Event[152]:
  Log Name: System
  Source: Ntfs
  Date: 2021-03-28T06:01:50.138
  Event ID: 55
  Task: N/A
  Level: Error
  Opcode: N/A
  Keyword: Classic
  User: N/A
  User Name: N/A
  Computer: ProControl-Server
  Description:
The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \Device\HarddiskVolume18.

Event[153]:
  Log Name: System
  Source: Ntfs
  Date: 2021-03-28T06:01:50.138
  Event ID: 55
  Task: N/A
  Level: Error
  Opcode: N/A
  Keyword: Classic
  User: N/A
  User Name: N/A
  Computer: ProControl-Server
  Description:
The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \Device\HarddiskVolume18.

Event[154]:
  Log Name: System
  Source: Ntfs
  Date: 2021-03-28T06:01:50.096
  Event ID: 55
  Task: N/A
  Level: Error
  Opcode: N/A
  Keyword: Classic
  User: N/A
  User Name: N/A
  Computer: ProControl-Server
  Description:
The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \\?\Volume{7fd3f669-7b8a-11eb-8431-000c2963a783}.

Event[155]:
  Log Name: System
  Source: Ntfs
  Date: 2021-03-28T06:01:50.095
  Event ID: 55
  Task: N/A
  Level: Error
  Opcode: N/A
  Keyword: Classic
  User: N/A
  User Name: N/A
  Computer: ProControl-Server
  Description:
The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \\?\Volume{7fd3f669-7b8a-11eb-8431-000c2963a783}.

Event[156]:
  Log Name: System
  Source: Ntfs
  Date: 2021-03-28T06:01:50.095
  Event ID: 55
  Task: N/A
  Level: Error
  Opcode: N/A
  Keyword: Classic
  User: N/A
  User Name: N/A
  Computer: ProControl-Server
  Description:
The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \Device\HarddiskVolume18.

Event[157]:
  Log Name: System
  Source: Ntfs
  Date: 2021-03-28T06:01:50.095
  Event ID: 55
  Task: N/A
  Level: Error
  Opcode: N/A
  Keyword: Classic
  User: N/A
  User Name: N/A
  Computer: ProControl-Server
  Description:
The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \\?\Volume{7fd3f669-7b8a-11eb-8431-000c2963a783}.

Event[158]:
  Log Name: System
  Source: Ntfs
  Date: 2021-03-28T06:01:50.094
  Event ID: 55
  Task: N/A
  Level: Error
  Opcode: N/A
  Keyword: Classic
  User: N/A
  User Name: N/A
  Computer: ProControl-Server
  Description:
The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \\?\Volume{7fd3f669-7b8a-11eb-8431-000c2963a783}.

Event[159]:
  Log Name: System
  Source: Ntfs
  Date: 2021-03-28T06:01:50.094
  Event ID: 55
  Task: N/A
  Level: Error
  Opcode: N/A
  Keyword: Classic
  User: N/A
  User Name: N/A
  Computer: ProControl-Server
  Description:
The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \Device\HarddiskVolume18.

Event[160]:
  Log Name: System
  Source: Ntfs
  Date: 2021-03-28T06:01:50.093
  Event ID: 55
  Task: N/A
  Level: Error
  Opcode: N/A
  Keyword: Classic
  User: N/A
  User Name: N/A
  Computer: ProControl-Server
  Description:
The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \\?\Volume{7fd3f669-7b8a-11eb-8431-000c2963a783}.

Event[161]:
  Log Name: System
  Source: Ntfs
  Date: 2021-03-28T06:01:50.092
  Event ID: 55
  Task: N/A
  Level: Error
  Opcode: N/A
  Keyword: Classic
  User: N/A
  User Name: N/A
  Computer: ProControl-Server
  Description:
The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \\?\Volume{7fd3f669-7b8a-11eb-8431-000c2963a783}.

Event[162]:
  Log Name: System
  Source: Ntfs
  Date: 2021-03-28T06:01:50.083
  Event ID: 55
  Task: N/A
  Level: Error
  Opcode: N/A
  Keyword: Classic
  User: N/A
  User Name: N/A
  Computer: ProControl-Server
  Description:
The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \Device\HarddiskVolume18.

Event[163]:
  Log Name: System
  Source: Ntfs
  Date: 2021-03-28T06:01:50.083
  Event ID: 55
  Task: N/A
  Level: Error
  Opcode: N/A
  Keyword: Classic
  User: N/A
  User Name: N/A
  Computer: ProControl-Server
  Description:
The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume \Device\HarddiskVolume18.


Code:
------------------------
Disk & DVD/CD-ROM Drives
------------------------
      Drive: C:
 Free Space: 31.9 GB
Total Space: 51.1 GB
File System: NTFS
      Model: VMware Virtual disk SCSI Disk Device

      Drive: D:
 Free Space: 13.2 GB
Total Space: 20.0 GB
File System: NTFS
      Model: VMware Virtual disk SCSI Disk Device

      Drive: P:
 Free Space: 14.4 GB
Total Space: 21.0 GB
File System: NTFS
      Model: VMware Virtual disk SCSI Disk Device

      Drive: E:
      Model: NECVMWar VMware IDE CDR00 ATA Device
     Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (French), , 0 bytes
 
Looks like some typical buffer overrun error.

Rich (BB code):
1: kd> .trap 0xfffff880009c6db0
NOTE: The trap frame does not contain all registers.
Some register values may be zeroed or incorrect.
rax=0000000000000000 rbx=0000000000000000 rcx=00000000c0000082
rdx=00000000fffff800 rsi=0000000000000000 rdi=0000000000000000
rip=ffffffffffd00fe7 rsp=0000000006dd6a34 rbp=0000000006dd6a48
r8=0000000000000000  r9=0000000000000000 r10=000000000008e310
r11=0000000000000206 r12=0000000000000000 r13=0000000000000000
r14=0000000000000000 r15=0000000000000000
iopl=0         nv up ei pl nz na pe nc
ffffffff`ffd00fe7 53              push    rbx

Rich (BB code):
1: kd> !error c0000082
Error code: (NTSTATUS) 0xc0000082 (3221225602) - Too many GUIDs were requested from the allocation server at once.

I think this error is possibly referring to a COM server?

Rich (BB code):
PROCESS_NAME:  S7TcpIp.exe

I'm not sure exactly what the process is, but it is most likely the reason why the crash occurred. Is it a program which you wrote yourself or a third-party program which you use?
 
Last edited:
S7TcpIp.exe along with commserver.exe is used for machine tools, feeding a remote machine with data to construct tools / forms
Vendor seems to be Siemens.
 
Thanks for your reply.

attached a diagram of the network.
The servers and clients crashed :
factory 1 evrery day once a day.
factory 2 once a week.
factory 2 once a month.

The factorys are in different cities, but related by network.
All the PLCs siemens.
We use the COM protocal to communicate with scales, convertion between COM and IP network.


it s very complicated problem
 

Attachments

  • 20210331_155744.jpg
    20210331_155744.jpg
    935.5 KB · Views: 7
Last edited:
thx for the explanation.
as all factorys crash (driven by different load) more or less, iit is from my point of view a problem with the infrastructure, here the network / firewall
Head of the production is the DC SBS 2011, right? running on a VWare-plarform, feeding the factorys with the packet / data stored on SAS-Drives?
those drives are working? no error or defect / crossed clusters.
Then you should monitor the communication for repeated packets for unknown reason.
wireshark for example might help to do this.
your DC is reacting on excessive requests overruns, loged as the last error within the dumpfiles, but what is going on, the first critical error isnt visible in the dumps.
Unshure if a memory.dmp might reveal the complete story og aborting but we can try to find it out.
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top