[SOLVED] Sudden BSOD issue

Sorry to see the mysterious hardware issues continue. How long was your PC stable after swapping back?
 
As mentioned, earlier I switched the SSD from my main PC (the ADATA SSD) into a brand new Intel NUC. That NUC ran for 4hrs without any stability issues, including running a full AIDA64 stress test for >1hr. Absolutely no issues there.

At the same time I installed a new M.2 SATA SSD into my PC with a fresh install of Windows 10. It BSOD'd once over the 4hrs with this new SSD/install.

I have now installed the ADATA SSD back into my PC. It's been 30 minutes and so far no BSOD's, although Firefox has crashed twice on me so I'm not too confident. The PC is currently out of its case and sat on a box with a desk fan pointed at it for extra airflow. It has both sticks of RAM installed.

So I'm currently at a bit of a loss. I might see if I can borrow some RAM off a friend and see it putting some entirely different RAM in will help, but I'm really unsure. With the extra fan, temperatures on all components are nice and cool (SSD is only 35C, whereas it was getting around 50C in the case).
 
I'm sorry to hear that you are still having issues. Have you tried stress testing as I advised?
I've tried stress tests, and they don't seem to trigger the crashes. The only sort-of reliable way I've found to cause crashes is to watch full screen YouTube videos. After about 30+ minutes of watching it sometimes crashes. But I've seen it crash just sat at the lock screen, not logged in.
 
At the same time I installed a new M.2 SATA SSD into my PC with a fresh install of Windows 10. It BSOD'd once over the 4hrs with this new SSD/install.
Do you know what the bugcheck was on this BSOD?

If you placed the ADATA SSD into a brand new Intel NUC, does this not confirm that the SSD is the likely culprit?
 
I don't know what the bugcheck was but I'll see if I can pull the dump.

If you placed the ADATA SSD into a brand new Intel NUC, does this not confirm that the SSD is the likely culprit?
The NUC never crashed with the ADATA SSD installed, so it actually seems to show the SSD isn't the culprit. If the SSD was the cause, I'd expect the NUC to BSOD as well.
 
Sorry, Stephen - I missed a part of my sentence.

Current quote -
If you placed the ADATA SSD into a brand new Intel NUC, does this not confirm that the SSD is the likely culprit?

Revised quote/statement - NEWLY INSERTED STATEMENT -
If you placed the ADATA SSD into a brand new Intel NUC and it blue-screened, does this not confirm that the SSD is the likely culprit?
Did I misunderstand here?

i.e., did the new Intel NUC BSOD with the old ADATA SSD in it?

I would very much like to see that dump if you can retrieve it, please.

John
 
The new NUC never BSOD'd with the old ADATA SSD.

The blue screen occurred on my PC with a brand new SSD and clean windows install.

Am currently running a bunch of backup jobs but will get the dump when they're done.
 
Last edited:
Do you have any kind of extra RAM? Sorry if I seem untrustworthy, but I don't trust Kingston one bit after all the failures I'vw personally experienced.
I have lots of RAM lying around, none of which is compatible with my motherboard. :( I've only got spare DDR3.

I'd be very surprised if both sticks have gone bad at the exact same time, but you never know I guess
 
That's my point. It's not the sticks. It's something related to Kingston. I've had the same issue on multiple computers. One did pass the test, the other one did not, but I am still suspicious.The first time, I thought it was just bad RAM. The second time I was suspicious, and now I tend to suspect Kingston at the very first sight, because even their USB has died on me....
 
The dump really is of no help at all.

Bugcheck 0x7f (0x8,,,) - double fault naming Win32 subsystem driver win32k.sys which is definitely not the cause.

Sorry, Stephen.

John

Code:
Microsoft (R) Windows Debugger Version 10.0.17763.132 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.


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


************* Path validation summary **************
Response                         Time (ms)     Location
Deferred                                       SRV*c:\symbols*http://msdl.microsoft.com/download/symbols
Symbol search path is: SRV*c:\symbols*http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows 10 Kernel Version 18362 MP (8 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 18362.1.amd64fre.19h1_release.190318-1202
Machine Name:
Kernel base = 0xfffff803`78400000 PsLoadedModuleList = 0xfffff803`788432f0
Debug session time: Fri Jul 26 11:26:35.474 2019 (UTC - 4:00)
System Uptime: 0 days 1:09:48.159
Loading Kernel Symbols
...............................................................
................................................................
................................................................
................................................
Loading User Symbols
Loading unloaded module list
...................
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 7F, {8, ffffc380bc4ac090, e8f3f1a0, fffff80378497ea4}

*** WARNING: Unable to verify timestamp for win32k.sys
*** ERROR: Module load completed but symbols could not be loaded for win32k.sys
Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+2c5 )

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

Processing initial command '!analyze -v;r;kv;lmtn;lmtsmn;.bugcheck'
4: 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: ffffc380bc4ac090
Arg3: 00000000e8f3f1a0
Arg4: fffff80378497ea4

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


KEY_VALUES_STRING: 1


STACKHASH_ANALYSIS: 1

TIMELINE_ANALYSIS: 1


DUMP_CLASS: 1

DUMP_QUALIFIER: 400

BUILD_VERSION_STRING:  18362.1.amd64fre.19h1_release.190318-1202

SYSTEM_MANUFACTURER:  System manufacturer

SYSTEM_PRODUCT_NAME:  System Product Name

SYSTEM_SKU:  SKU

SYSTEM_VERSION:  System Version

BIOS_VENDOR:  American Megatrends Inc.

BIOS_VERSION:  3406

BIOS_DATE:  07/10/2017

BASEBOARD_MANUFACTURER:  ASUSTeK COMPUTER INC.

BASEBOARD_PRODUCT:  Z170I PRO GAMING

BASEBOARD_VERSION:  Rev X.0x

DUMP_TYPE:  2

BUGCHECK_P1: 8

BUGCHECK_P2: ffffc380bc4ac090

BUGCHECK_P3: e8f3f1a0

BUGCHECK_P4: fffff80378497ea4

BUGCHECK_STR:  0x7f_8

TRAP_FRAME:  ffffc380bc4ac090 -- (.trap 0xffffc380bc4ac090)
NOTE: The trap frame does not contain all registers.
Some register values may be zeroed or incorrect.
rax=ffff890281d9e130 rbx=0000000000000000 rcx=ffff890281d9e128
rdx=ffff994ca65327f8 rsi=0000000000000000 rdi=0000000000000000
rip=fffff80378497ea4 rsp=00000000e8f3f1a0 rbp=ffffd681e8f3f180
 r8=8000000000000000  r9=00000000000003ff r10=ffff890282bdf580
r11=ffffd681e8f3f078 r12=0000000000000000 r13=0000000000000000
r14=0000000000000000 r15=0000000000000000
iopl=0         nv up ei ng nz na po nc
nt!MiProbeAndLockPages+0x444:
fffff803`78497ea4 415f            pop     r15
Resetting default scope

CPU_COUNT: 8

CPU_MHZ: fa8

CPU_VENDOR:  GenuineIntel

CPU_FAMILY: 6

CPU_MODEL: 5e

CPU_STEPPING: 3

CPU_MICROCODE: 6,5e,3,0 (F,M,S,R)  SIG: CC'00000000 (cache) CC'00000000 (init)

BLACKBOXBSD: 1 (!blackboxbsd)


BLACKBOXPNP: 1 (!blackboxpnp)


CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  WIN8_DRIVER_FAULT

PROCESS_NAME:  chrome.exe

CURRENT_IRQL:  2

ANALYSIS_SESSION_HOST:  SYSNATIVEFORUMS

ANALYSIS_SESSION_TIME:  07-26-2019 23:51:29.0253

ANALYSIS_VERSION: 10.0.17763.132 amd64fre

BAD_STACK_POINTER:  00000000e8f3f1a0

LAST_CONTROL_TRANSFER:  from fffff803785ce6e9 to fffff803785bc900

STACK_TEXT: 
ffffc380`bc4abf48 fffff803`785ce6e9 : 00000000`0000007f 00000000`00000008 ffffc380`bc4ac090 00000000`e8f3f1a0 : nt!KeBugCheckEx
ffffc380`bc4abf50 fffff803`785c9545 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiBugCheckDispatch+0x69
ffffc380`bc4ac090 fffff803`78497ea4 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiDoubleFaultAbort+0x2c5
00000000`e8f3f1a0 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!MiProbeAndLockPages+0x444


THREAD_SHA1_HASH_MOD_FUNC:  66c6e547afcfb7c3b31ad3fb4a8022ec0b899d7f

THREAD_SHA1_HASH_MOD_FUNC_OFFSET:  4ab2615cb0abc9527c9f7be7ad1b95a8dd3db01e

THREAD_SHA1_HASH_MOD:  d084f7dfa548ce4e51810e4fd5914176ebc66791

FOLLOWUP_IP:
nt!KiDoubleFaultAbort+2c5
fffff803`785c9545 90              nop

FAULT_INSTR_CODE:  6666c390

SYMBOL_STACK_INDEX:  2

SYMBOL_NAME:  nt!KiDoubleFaultAbort+2c5

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: nt

IMAGE_NAME:  ntkrnlmp.exe

DEBUG_FLR_IMAGE_TIMESTAMP:  3ed0f42

IMAGE_VERSION:  10.0.18362.239

STACK_COMMAND:  .thread ; .cxr ; kb

BUCKET_ID_FUNC_OFFSET:  2c5

FAILURE_BUCKET_ID:  0x7f_8_STACKPTR_ERROR_nt!KiDoubleFaultAbort

BUCKET_ID:  0x7f_8_STACKPTR_ERROR_nt!KiDoubleFaultAbort

PRIMARY_PROBLEM_CLASS:  0x7f_8_STACKPTR_ERROR_nt!KiDoubleFaultAbort

TARGET_TIME:  2019-07-26T15:26:35.000Z

OSBUILD:  18362

OSSERVICEPACK:  239

SERVICEPACK_NUMBER: 0

OS_REVISION: 0

SUITE_MASK:  272

PRODUCT_TYPE:  1

OSPLATFORM_TYPE:  x64

OSNAME:  Windows 10

OSEDITION:  Windows 10 WinNt TerminalServer SingleUserTS

OS_LOCALE: 

USER_LCID:  0

OSBUILD_TIMESTAMP:  1972-02-02 03:33:06

BUILDDATESTAMP_STR:  190318-1202

BUILDLAB_STR:  19h1_release

BUILDOSVER_STR:  10.0.18362.1.amd64fre.19h1_release.190318-1202

ANALYSIS_SESSION_ELAPSED_TIME:  16c5

ANALYSIS_SOURCE:  KM

FAILURE_ID_HASH_STRING:  km:0x7f_8_stackptr_error_nt!kidoublefaultabort

FAILURE_ID_HASH:  {c5b9990d-856b-1bb5-7662-4621e5941c84}

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

rax=ffffc380bc4ac050 rbx=0000000000000000 rcx=000000000000007f
rdx=0000000000000008 rsi=000001cacae00000 rdi=ffff9900e5657000
rip=fffff803785bc900 rsp=ffffc380bc4abf48 rbp=ffffc380bc4ac110
 r8=ffffc380bc4ac090  r9=00000000e8f3f1a0 r10=fffff80378497ea4
r11=ffffd681e8f3f078 r12=ffff994ca6532000 r13=0000000fffffffff
r14=000001cacac00000 r15=0000000000000420
iopl=0         nv up di ng nz na po nc
cs=0010  ss=0018  ds=002b  es=002b  fs=0053  gs=002b             efl=00040086
nt!KeBugCheckEx:
fffff803`785bc900 48894c2408      mov     qword ptr [rsp+8],rcx ss:0018:ffffc380`bc4abf50=000000000000007f
 # Child-SP          RetAddr           : Args to Child                                                           : Call Site
00 ffffc380`bc4abf48 fffff803`785ce6e9 : 00000000`0000007f 00000000`00000008 ffffc380`bc4ac090 00000000`e8f3f1a0 : nt!KeBugCheckEx
01 ffffc380`bc4abf50 fffff803`785c9545 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiBugCheckDispatch+0x69
02 ffffc380`bc4ac090 fffff803`78497ea4 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiDoubleFaultAbort+0x2c5 (TrapFrame @ ffffc380`bc4ac090)
03 00000000`e8f3f1a0 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!MiProbeAndLockPages+0x444
start             end                 module name
fffff803`7835d000 fffff803`78400000   hal      hal.dll      63975E9E (This is a reproducible build file hash, not a timestamp)
fffff803`78400000 fffff803`78eb2000   nt       ntkrnlmp.exe 03ED0F42 (This is a reproducible build file hash, not a timestamp)
fffff803`79000000 fffff803`7903b000   TeeDriverW8x64 TeeDriverW8x64.sys Thu Jul 12 00:42:57 2018 (5B470681)
fffff803`79040000 fffff803`79058000   monitor  monitor.sys  93F54FB5 (This is a reproducible build file hash, not a timestamp)
fffff803`79060000 fffff803`790ee000   e1i65x64 e1i65x64.sys Mon Jun 11 11:01:06 2018 (5B1EB8E2)
fffff803`790f0000 fffff803`79189000   IntcDAud IntcDAud.sys Tue Sep  4 02:00:26 2018 (5B8E49AA)
fffff803`79540000 fffff803`797c9000   Qcamain10x64 Qcamain10x64.sys Wed Aug 22 20:36:37 2018 (5B7E2BC5)
fffff803`797d0000 fffff803`798ba000   wdiwifi  wdiwifi.sys  FA346E3D (This is a reproducible build file hash, not a timestamp)
fffff803`798c0000 fffff803`798ce000   vwifibus vwifibus.sys 4F3B1CDE (This is a reproducible build file hash, not a timestamp)
fffff803`798d0000 fffff803`798e3000   vwifimp  vwifimp.sys  3AE8886D (This is a reproducible build file hash, not a timestamp)
fffff803`798f0000 fffff803`79903000   btfilter btfilter.sys Wed Nov  1 19:35:32 2017 (59FA8474)
fffff803`79910000 fffff803`7992f000   BTHUSB   BTHUSB.sys   81C8EB86 (This is a reproducible build file hash, not a timestamp)
fffff803`79930000 fffff803`79a93000   bthport  bthport.sys  E78B1DD4 (This is a reproducible build file hash, not a timestamp)
fffff803`79aa0000 fffff803`79abe000   Microsoft_Bluetooth_Legacy_LEEnumerator Microsoft.Bluetooth.Legacy.LEEnumerator.sys 8F924B7C (This is a reproducible build file hash, not a timestamp)
fffff803`79ac0000 fffff803`79ae2000   BthEnum  BthEnum.sys  1D20FC48 (This is a reproducible build file hash, not a timestamp)
fffff803`79af0000 fffff803`79b16000   bthpan   bthpan.sys   20E20C9C (This is a reproducible build file hash, not a timestamp)
fffff803`79b20000 fffff803`79b79000   WdFilter WdFilter.sys ***** Invalid (E9CC4EB5)
fffff803`79b80000 fffff803`79b92000   WdNisDrv WdNisDrv.sys ***** Invalid (DB1D2C05)
fffff803`79ba0000 fffff803`79bb2000   kerneld  kerneld.x64  Tue Mar 26 13:07:22 2019 (5C9A867A)
fffff803`79ff0000 fffff803`7adc2000   igdkmd64 igdkmd64.sys Fri Sep 14 00:53:52 2018 (5B9B6910)
fffff803`7ba00000 fffff803`7ba0b000   kd       kd.dll       5A75D524 (This is a reproducible build file hash, not a timestamp)
fffff803`7ba10000 fffff803`7bc5c000   mcupdate_GenuineIntel mcupdate_GenuineIntel.dll F73F41C4 (This is a reproducible build file hash, not a timestamp)
fffff803`7bc60000 fffff803`7bc71000   werkernel werkernel.sys 958E14B2 (This is a reproducible build file hash, not a timestamp)
fffff803`7bc80000 fffff803`7bcaa000   ksecdd   ksecdd.sys   A35F28F6 (This is a reproducible build file hash, not a timestamp)
fffff803`7bcb0000 fffff803`7bd10000   msrpc    msrpc.sys    8E1A4F15 (This is a reproducible build file hash, not a timestamp)
fffff803`7bd20000 fffff803`7bd47000   tm       tm.sys       2ADB549A (This is a reproducible build file hash, not a timestamp)
fffff803`7bd50000 fffff803`7bdb8000   CLFS     CLFS.SYS     296CBB1A (This is a reproducible build file hash, not a timestamp)
fffff803`7bdc0000 fffff803`7bdda000   PSHED    PSHED.dll    B21F9DDA (This is a reproducible build file hash, not a timestamp)
fffff803`7bde0000 fffff803`7bdeb000   BOOTVID  BOOTVID.dll  0F301604 (This is a reproducible build file hash, not a timestamp)
fffff803`7bdf0000 fffff803`7bdfe000   cmimcext cmimcext.sys C7F022B4 (This is a reproducible build file hash, not a timestamp)
fffff803`7be00000 fffff803`7bf05000   clipsp   clipsp.sys   Mon Mar 18 15:11:27 2019 (5C90178F)
fffff803`7bf10000 fffff803`7bf81000   FLTMGR   FLTMGR.SYS   2FCE7C68 (This is a reproducible build file hash, not a timestamp)
fffff803`7bf90000 fffff803`7bf9c000   ntosext  ntosext.sys  BAC877D8 (This is a reproducible build file hash, not a timestamp)
fffff803`7bfa0000 fffff803`7c07c000   CI       CI.dll       8581DC0D (This is a reproducible build file hash, not a timestamp)
fffff803`7c080000 fffff803`7c13c000   cng      cng.sys      268793E7 (This is a reproducible build file hash, not a timestamp)
fffff803`7c140000 fffff803`7c215000   Wdf01000 Wdf01000.sys 116A658A (This is a reproducible build file hash, not a timestamp)
fffff803`7c220000 fffff803`7c233000   WDFLDR   WDFLDR.SYS   3B396780 (This is a reproducible build file hash, not a timestamp)
fffff803`7c240000 fffff803`7c24f000   SleepStudyHelper SleepStudyHelper.sys BA6E2346 (This is a reproducible build file hash, not a timestamp)
fffff803`7c250000 fffff803`7c260000   WppRecorder WppRecorder.sys 34A54231 (This is a reproducible build file hash, not a timestamp)
fffff803`7c270000 fffff803`7c295000   acpiex   acpiex.sys   2B91EDB2 (This is a reproducible build file hash, not a timestamp)
fffff803`7c2a0000 fffff803`7c2e9000   mssecflt mssecflt.sys 96F3388F (This is a reproducible build file hash, not a timestamp)
fffff803`7c2f0000 fffff803`7c30a000   SgrmAgent SgrmAgent.sys F851A195 (This is a reproducible build file hash, not a timestamp)
fffff803`7c310000 fffff803`7c3dc000   ACPI     ACPI.sys     637B6DAD (This is a reproducible build file hash, not a timestamp)
fffff803`7c3e0000 fffff803`7c3ec000   WMILIB   WMILIB.SYS   59021E3D (This is a reproducible build file hash, not a timestamp)
fffff803`7c410000 fffff803`7c459000   intelpep intelpep.sys 8A1B7970 (This is a reproducible build file hash, not a timestamp)
fffff803`7c460000 fffff803`7c477000   WindowsTrustedRT WindowsTrustedRT.sys CB95CE3D (This is a reproducible build file hash, not a timestamp)
fffff803`7c480000 fffff803`7c48b000   WindowsTrustedRTProxy WindowsTrustedRTProxy.sys 514E3023 (This is a reproducible build file hash, not a timestamp)
fffff803`7c490000 fffff803`7c4a5000   pcw      pcw.sys      6B731527 (This is a reproducible build file hash, not a timestamp)
fffff803`7c4b0000 fffff803`7c4bb000   msisadrv msisadrv.sys 5E470A0E (This is a reproducible build file hash, not a timestamp)
fffff803`7c4c0000 fffff803`7c4cb000   isapnp   isapnp.sys   89AA550F (This is a reproducible build file hash, not a timestamp)
fffff803`7c4d0000 fffff803`7c53f000   pci      pci.sys      79450D16 (This is a reproducible build file hash, not a timestamp)
fffff803`7c540000 fffff803`7c553000   vdrvroot vdrvroot.sys 0101BCC6 (This is a reproducible build file hash, not a timestamp)
fffff803`7c560000 fffff803`7c5a1000   ucx01000 ucx01000.sys 04268533 (This is a reproducible build file hash, not a timestamp)
fffff803`7c5b0000 fffff803`7c5e3000   pdc      pdc.sys      9AEEDDCB (This is a reproducible build file hash, not a timestamp)
fffff803`7c5f0000 fffff803`7c609000   CEA      CEA.sys      F3811107 (This is a reproducible build file hash, not a timestamp)
fffff803`7c610000 fffff803`7c640000   partmgr  partmgr.sys  89C96AD1 (This is a reproducible build file hash, not a timestamp)
fffff803`7c650000 fffff803`7c9be000   evbda    evbda.sys    Wed May 25 00:01:05 2016 (57454DB1)
fffff803`7c9c0000 fffff803`7c9e2000   pcmcia   pcmcia.sys   4C98F2FF (This is a reproducible build file hash, not a timestamp)
fffff803`7c9f0000 fffff803`7c9fa000   pciide   pciide.sys   3D53F17E (This is a reproducible build file hash, not a timestamp)
fffff803`7ca00000 fffff803`7ca13000   PCIIDEX  PCIIDEX.SYS  499DF2C6 (This is a reproducible build file hash, not a timestamp)
fffff803`7ca20000 fffff803`7cac5000   spaceport spaceport.sys DC82B965 (This is a reproducible build file hash, not a timestamp)
fffff803`7cad0000 fffff803`7cadb000   intelide intelide.sys 875EF905 (This is a reproducible build file hash, not a timestamp)
fffff803`7cae0000 fffff803`7cafa000   volmgr   volmgr.sys   211CEF76 (This is a reproducible build file hash, not a timestamp)
fffff803`7cb00000 fffff803`7cb4e000   sdbus    sdbus.sys    E0B951AA (This is a reproducible build file hash, not a timestamp)
fffff803`7cb50000 fffff803`7cbb3000   volmgrx  volmgrx.sys  unavailable (00000000)
fffff803`7cbc0000 fffff803`7cbec000   vmbus    vmbus.sys    B04F63D6 (This is a reproducible build file hash, not a timestamp)
fffff803`7cbf0000 fffff803`7cc18000   hvsocket hvsocket.sys 3D1837D4 (This is a reproducible build file hash, not a timestamp)
fffff803`7cc20000 fffff803`7ccb4000   NETIO    NETIO.SYS    E3375155 (This is a reproducible build file hash, not a timestamp)
fffff803`7ccc0000 fffff803`7ce32000   NDIS     NDIS.SYS     A6D0FB1E (This is a reproducible build file hash, not a timestamp)
fffff803`7ce40000 fffff803`7ce5d000   vmbkmcl  vmbkmcl.sys  67D7CE11 (This is a reproducible build file hash, not a timestamp)
fffff803`7ce60000 fffff803`7ce72000   winhv    winhv.sys    80894342 (This is a reproducible build file hash, not a timestamp)
fffff803`7ce80000 fffff803`7cf09000   bxvbda   bxvbda.sys   Wed May 25 00:03:08 2016 (57454E2C)
fffff803`7cf10000 fffff803`7cf38000   nvraid   nvraid.sys   Mon Apr 21 11:28:42 2014 (5355635A)
fffff803`7cf40000 fffff803`7cfab000   CLASSPNP CLASSPNP.SYS 09ED6E49 (This is a reproducible build file hash, not a timestamp)
fffff803`7cfb0000 fffff803`7cfc8000   urscx01000 urscx01000.sys E263E503 (This is a reproducible build file hash, not a timestamp)
fffff803`7cfd0000 fffff803`7cfef000   mountmgr mountmgr.sys 242DB05F (This is a reproducible build file hash, not a timestamp)
fffff803`7cff0000 fffff803`7d10e000   iaStorV  iaStorV.sys  Mon Apr 11 11:48:16 2011 (4DA34CF0)
fffff803`7d110000 fffff803`7d13b000   vsmraid  vsmraid.sys  Tue Apr 22 12:21:41 2014 (5356C145)
fffff803`7d140000 fffff803`7d1e2000   storport storport.sys A692CE5B (This is a reproducible build file hash, not a timestamp)
fffff803`7d1f0000 fffff803`7d20e000   3ware    3ware.sys    Mon May 18 15:28:03 2015 (555A6773)
fffff803`7d210000 fffff803`7d22f000   amdsata  amdsata.sys  Thu May 14 05:14:52 2015 (555491BC)
fffff803`7d230000 fffff803`7d23c000   amdxata  amdxata.sys  Thu Apr 30 17:55:35 2015 (5542CF07)
fffff803`7d240000 fffff803`7d2a7000   amdsbs   amdsbs.sys   Tue Dec 11 13:21:44 2012 (50C7A3E8)
fffff803`7d2b0000 fffff803`7d2d5000   arcsas   arcsas.sys   Thu Apr  9 12:12:07 2015 (5526CF07)
fffff803`7d2e0000 fffff803`7d306000   ItSas35i ItSas35i.sys Thu May  3 02:57:21 2018 (5AEADD01)
fffff803`7d310000 fffff803`7d32f000   lsi_sas  lsi_sas.sys  Wed Mar 25 12:36:48 2015 (55130E50)
fffff803`7d330000 fffff803`7d351000   lsi_sas2i lsi_sas2i.sys Wed Aug  2 06:29:59 2017 (5981D3D7)
fffff803`7d360000 fffff803`7d382000   lsi_sas3i lsi_sas3i.sys Wed May  2 02:40:30 2018 (5AE9878E)
fffff803`7d390000 fffff803`7d3a7000   lsi_sss  lsi_sss.sys  Fri Mar 15 16:39:38 2013 (5143B13A)
fffff803`7d3b0000 fffff803`7d3c3000   megasas  megasas.sys  Wed Mar  4 18:36:29 2015 (54F7C12D)
fffff803`7d3d0000 fffff803`7d3e6000   MegaSas2i MegaSas2i.sys Mon Jul 24 02:46:09 2017 (5975C1E1)
fffff803`7d3f0000 fffff803`7d40a000   megasas35i megasas35i.sys Thu Dec  6 09:45:11 2018 (5C096027)
fffff803`7d410000 fffff803`7d4ff000   megasr   megasr.sys   Mon Jun  3 15:02:39 2013 (51AD127F)
fffff803`7d500000 fffff803`7d513000   mvumis   mvumis.sys   Fri May 23 13:39:04 2014 (537FB1E8)
fffff803`7d520000 fffff803`7d54a000   nvstor   nvstor.sys   Mon Apr 21 11:34:03 2014 (5355649B)
fffff803`7d550000 fffff803`7d562000   percsas2i percsas2i.sys Mon Mar 14 17:50:11 2016 (56E75C43)
fffff803`7d570000 fffff803`7d585000   percsas3i percsas3i.sys Fri Jun  1 14:47:02 2018 (5B11BED6)
fffff803`7d590000 fffff803`7d59e000   SiSRaid2 SiSRaid2.sys Wed Sep 24 11:28:20 2008 (48DA86C4)
fffff803`7d5a0000 fffff803`7d5b8000   sisraid4 sisraid4.sys Wed Oct  1 14:56:04 2008 (48E3F1F4)
fffff803`7d5c0000 fffff803`7d60e000   vstxraid vstxraid.sys Mon Jan 21 11:00:28 2013 (50FD904C)
fffff803`7d610000 fffff803`7d61b000   stexstor stexstor.sys Mon Nov 26 16:02:51 2012 (50B4032B)
fffff803`7d620000 fffff803`7d67b000   cht4sx64 cht4sx64.sys Tue May  8 06:27:04 2018 (5AF1A5A8)
fffff803`7d680000 fffff803`7d795000   iaStorAVC iaStorAVC.sys Wed Feb  7 03:53:36 2018 (5A7AE8C0)
fffff803`7d7a0000 fffff803`7d7ad000   atapi    atapi.sys    80B6A7E4 (This is a reproducible build file hash, not a timestamp)
fffff803`7d7b0000 fffff803`7d7eb000   ataport  ataport.SYS  4B09873D (This is a reproducible build file hash, not a timestamp)
fffff803`7d7f0000 fffff803`7d81e000   storahci storahci.sys 381E77BB (This is a reproducible build file hash, not a timestamp)
fffff803`7d820000 fffff803`7d847000   stornvme stornvme.sys 65EFCFF4 (This is a reproducible build file hash, not a timestamp)
fffff803`7d850000 fffff803`7daac000   ADP80XX  ADP80XX.SYS  Thu Apr  9 13:49:48 2015 (5526E5EC)
fffff803`7dab0000 fffff803`7dac3000   HpSAMD   HpSAMD.sys   Tue Mar 26 14:36:54 2013 (515214F6)
fffff803`7dad0000 fffff803`7db08000   SmartSAMD SmartSAMD.sys Tue Apr 17 08:29:21 2018 (5AD612D1)
fffff803`7db10000 fffff803`7db31000   EhStorTcgDrv EhStorTcgDrv.sys 80316E4C (This is a reproducible build file hash, not a timestamp)
fffff803`7db40000 fffff803`7db5b000   EhStorClass EhStorClass.sys 526CC202 (This is a reproducible build file hash, not a timestamp)
fffff803`7db60000 fffff803`7db7a000   fileinfo fileinfo.sys 24BBED20 (This is a reproducible build file hash, not a timestamp)
fffff803`7db80000 fffff803`7dbbd000   Wof      Wof.sys      3CB75347 (This is a reproducible build file hash, not a timestamp)
fffff803`7dc20000 fffff803`7debe000   Ntfs     Ntfs.sys     D9A3CE82 (This is a reproducible build file hash, not a timestamp)
fffff803`7dec0000 fffff803`7def3000   usbccgp  usbccgp.sys  5D2AF1D1 (This is a reproducible build file hash, not a timestamp)
fffff803`7df00000 fffff803`7df0e000   USBD     USBD.SYS     CD63CE9D (This is a reproducible build file hash, not a timestamp)
fffff803`7df10000 fffff803`7df1d000   urschipidea urschipidea.sys A9030EF8 (This is a reproducible build file hash, not a timestamp)
fffff803`7df20000 fffff803`7df2f000   storvsc  storvsc.sys  5A71C71B (This is a reproducible build file hash, not a timestamp)
fffff803`7df30000 fffff803`7df4d000   usbehci  usbehci.sys  7C61F55C (This is a reproducible build file hash, not a timestamp)
fffff803`7df50000 fffff803`7dfca000   USBPORT  USBPORT.SYS  A13767BB (This is a reproducible build file hash, not a timestamp)
fffff803`7dfd0000 fffff803`7e05a000   usbhub   usbhub.sys   813B20B8 (This is a reproducible build file hash, not a timestamp)
fffff803`7e060000 fffff803`7e0fc000   UsbHub3  UsbHub3.sys  D4267D67 (This is a reproducible build file hash, not a timestamp)
fffff803`7e100000 fffff803`7e10d000   Fs_Rec   Fs_Rec.sys   unavailable (00000000)
fffff803`7e110000 fffff803`7e142000   ksecpkg  ksecpkg.sys  E1E129D5 (This is a reproducible build file hash, not a timestamp)
fffff803`7e150000 fffff803`7e43a000   tcpip    tcpip.sys    83DCBC58 (This is a reproducible build file hash, not a timestamp)
fffff803`7e440000 fffff803`7e4ba000   fwpkclnt fwpkclnt.sys 58C1E6ED (This is a reproducible build file hash, not a timestamp)
fffff803`7e4c0000 fffff803`7e4f0000   wfplwfs  wfplwfs.sys  60902CBB (This is a reproducible build file hash, not a timestamp)
fffff803`7e500000 fffff803`7e511000   vmstorfl vmstorfl.sys 3A406104 (This is a reproducible build file hash, not a timestamp)
fffff803`7e520000 fffff803`7e52f000   bttflt   bttflt.sys   FBF5C294 (This is a reproducible build file hash, not a timestamp)
fffff803`7e530000 fffff803`7e5f9000   fvevol   fvevol.sys   55DC2AFE (This is a reproducible build file hash, not a timestamp)
fffff803`7e600000 fffff803`7e60b000   volume   volume.sys   A4E9FDFA (This is a reproducible build file hash, not a timestamp)
fffff803`7e610000 fffff803`7e67d000   volsnap  volsnap.sys  1876F533 (This is a reproducible build file hash, not a timestamp)
fffff803`7e680000 fffff803`7e709000   USBXHCI  USBXHCI.SYS  951B0A79 (This is a reproducible build file hash, not a timestamp)
fffff803`7e710000 fffff803`7e735000   USBSTOR  USBSTOR.SYS  9CFA0789 (This is a reproducible build file hash, not a timestamp)
fffff803`7e740000 fffff803`7e758000   uaspstor uaspstor.sys 6227A65E (This is a reproducible build file hash, not a timestamp)
fffff803`7e760000 fffff803`7e772000   storufs  storufs.sys  C45B8940 (This is a reproducible build file hash, not a timestamp)
fffff803`7e780000 fffff803`7e79e000   sdstor   sdstor.sys   6E00DF88 (This is a reproducible build file hash, not a timestamp)
fffff803`7e7a0000 fffff803`7e7c8000   scmbus   scmbus.sys   3499B309 (This is a reproducible build file hash, not a timestamp)
fffff803`7e7d0000 fffff803`7e7f1000   sbp2port sbp2port.sys 5BDBAC37 (This is a reproducible build file hash, not a timestamp)
fffff803`7e800000 fffff803`7e84e000   rdyboost rdyboost.sys F450CEB3 (This is a reproducible build file hash, not a timestamp)
fffff803`7e850000 fffff803`7e85f000   ramdisk  ramdisk.sys  E0A0B9BE (This is a reproducible build file hash, not a timestamp)
fffff803`7e860000 fffff803`7e885000   mup      mup.sys      565E0311 (This is a reproducible build file hash, not a timestamp)
fffff803`7e890000 fffff803`7e8a2000   iorate   iorate.sys   18D52DDA (This is a reproducible build file hash, not a timestamp)
fffff803`7e8c0000 fffff803`7e8dc000   disk     disk.sys     384FEFED (This is a reproducible build file hash, not a timestamp)
fffff803`84a00000 fffff803`84a30000   cdrom    cdrom.sys    9F6B0B7B (This is a reproducible build file hash, not a timestamp)
fffff803`84a40000 fffff803`84a55000   filecrypt filecrypt.sys 4EAD73C1 (This is a reproducible build file hash, not a timestamp)
fffff803`84a60000 fffff803`84a6e000   tbs      tbs.sys      965BAC31 (This is a reproducible build file hash, not a timestamp)
fffff803`84a70000 fffff803`84a7a000   Null     Null.SYS     unavailable (00000000)
fffff803`84a80000 fffff803`84a8a000   Beep     Beep.SYS     528EC21A (This is a reproducible build file hash, not a timestamp)
fffff803`84a90000 fffff803`84e03000   dxgkrnl  dxgkrnl.sys  7A92A2DE (This is a reproducible build file hash, not a timestamp)
fffff803`84e10000 fffff803`84e26000   watchdog watchdog.sys 21474799 (This is a reproducible build file hash, not a timestamp)
fffff803`84e30000 fffff803`84e46000   BasicDisplay BasicDisplay.sys 4E6E05E1 (This is a reproducible build file hash, not a timestamp)
fffff803`84e50000 fffff803`84e61000   BasicRender BasicRender.sys 82A93228 (This is a reproducible build file hash, not a timestamp)
fffff803`84e70000 fffff803`84e8c000   Npfs     Npfs.SYS     B03ECFD3 (This is a reproducible build file hash, not a timestamp)
fffff803`84e90000 fffff803`84ea1000   Msfs     Msfs.SYS     91FE0FF4 (This is a reproducible build file hash, not a timestamp)
fffff803`84eb0000 fffff803`84ed6000   tdx      tdx.sys      0A1F3DC4 (This is a reproducible build file hash, not a timestamp)
fffff803`84ee0000 fffff803`84ef0000   TDI      TDI.SYS      894065A0 (This is a reproducible build file hash, not a timestamp)
fffff803`84f00000 fffff803`84f59000   netbt    netbt.sys    113D2A22 (This is a reproducible build file hash, not a timestamp)
fffff803`84f60000 fffff803`84f73000   afunix   afunix.sys   9D6C12C4 (This is a reproducible build file hash, not a timestamp)
fffff803`84f80000 fffff803`85027000   afd      afd.sys      B88DD13E (This is a reproducible build file hash, not a timestamp)
fffff803`85030000 fffff803`8504a000   vwififlt vwififlt.sys 39396289 (This is a reproducible build file hash, not a timestamp)
fffff803`85050000 fffff803`8507b000   pacer    pacer.sys    E7276BDE (This is a reproducible build file hash, not a timestamp)
fffff803`85080000 fffff803`85094000   netbios  netbios.sys  B37FD2E9 (This is a reproducible build file hash, not a timestamp)
fffff803`850a0000 fffff803`8511b000   rdbss    rdbss.sys    BCE0ED0A (This is a reproducible build file hash, not a timestamp)
fffff803`85120000 fffff803`851b4000   csc      csc.sys      B2D84C51 (This is a reproducible build file hash, not a timestamp)
fffff803`851c0000 fffff803`851d2000   nsiproxy nsiproxy.sys 528DA18A (This is a reproducible build file hash, not a timestamp)
fffff803`851e0000 fffff803`851ed000   npsvctrig npsvctrig.sys 0E7AC006 (This is a reproducible build file hash, not a timestamp)
fffff803`851f0000 fffff803`85200000   mssmbios mssmbios.sys E6DC521D (This is a reproducible build file hash, not a timestamp)
fffff803`85210000 fffff803`8521a000   gpuenergydrv gpuenergydrv.sys 0CC24294 (This is a reproducible build file hash, not a timestamp)
fffff803`85220000 fffff803`8524c000   dfsc     dfsc.sys     FABE3F7D (This is a reproducible build file hash, not a timestamp)
fffff803`85250000 fffff803`85260000   mouhid   mouhid.sys   A140C187 (This is a reproducible build file hash, not a timestamp)
fffff803`85270000 fffff803`852db000   fastfat  fastfat.SYS  5D09ADAA (This is a reproducible build file hash, not a timestamp)
fffff803`852e0000 fffff803`852f6000   bam      bam.sys      22198778 (This is a reproducible build file hash, not a timestamp)
fffff803`85300000 fffff803`8534f000   ahcache  ahcache.sys  A8473BE2 (This is a reproducible build file hash, not a timestamp)
fffff803`85350000 fffff803`853dc000   Vid      Vid.sys      B7391632 (This is a reproducible build file hash, not a timestamp)
fffff803`853e0000 fffff803`853ff000   winhvr   winhvr.sys   5EB9FF62 (This is a reproducible build file hash, not a timestamp)
fffff803`85400000 fffff803`85411000   CompositeBus CompositeBus.sys F050D616 (This is a reproducible build file hash, not a timestamp)
fffff803`85420000 fffff803`8542d000   kdnic    kdnic.sys    1FF5F7F5 (This is a reproducible build file hash, not a timestamp)
fffff803`85430000 fffff803`85445000   umbus    umbus.sys    3104A4AD (This is a reproducible build file hash, not a timestamp)
fffff803`85450000 fffff803`85462000   hidusb   hidusb.sys   7B9189FE (This is a reproducible build file hash, not a timestamp)
fffff803`85470000 fffff803`854ab000   HIDCLASS HIDCLASS.SYS D4D0DEE6 (This is a reproducible build file hash, not a timestamp)
fffff803`854b0000 fffff803`854c3000   HIDPARSE HIDPARSE.SYS 0D56F932 (This is a reproducible build file hash, not a timestamp)
fffff803`854d0000 fffff803`854f2000   HDAudBus HDAudBus.sys AECD2958 (This is a reproducible build file hash, not a timestamp)
fffff803`85500000 fffff803`85567000   portcls  portcls.sys  D4F15BF0 (This is a reproducible build file hash, not a timestamp)
fffff803`85570000 fffff803`85591000   drmk     drmk.sys     ***** Invalid (A3E06FB0)
fffff803`855a0000 fffff803`85618000   ks       ks.sys       1F5FE6FB (This is a reproducible build file hash, not a timestamp)
fffff803`85620000 fffff803`8562c000   wmiacpi  wmiacpi.sys  AF7EFCE5 (This is a reproducible build file hash, not a timestamp)
fffff803`85630000 fffff803`8566e000   intelppm intelppm.sys DF02127E (This is a reproducible build file hash, not a timestamp)
fffff803`85670000 fffff803`8567b000   acpipagr acpipagr.sys 80AB510E (This is a reproducible build file hash, not a timestamp)
fffff803`85680000 fffff803`8568e000   UEFI     UEFI.sys     60BAE916 (This is a reproducible build file hash, not a timestamp)
fffff803`85690000 fffff803`8569d000   NdisVirtualBus NdisVirtualBus.sys D217410A (This is a reproducible build file hash, not a timestamp)
fffff803`856a0000 fffff803`856ac000   swenum   swenum.sys   C4D73525 (This is a reproducible build file hash, not a timestamp)
fffff803`856b0000 fffff803`856be000   rdpbus   rdpbus.sys   4E9899F8 (This is a reproducible build file hash, not a timestamp)
fffff803`85700000 fffff803`8571d000   crashdmp crashdmp.sys 2985CB13 (This is a reproducible build file hash, not a timestamp)
fffff803`857e0000 fffff803`857f4000   kbdclass kbdclass.sys 0B474226 (This is a reproducible build file hash, not a timestamp)
fffff803`85970000 fffff803`859de000   HdAudio  HdAudio.sys  9F3A3DC3 (This is a reproducible build file hash, not a timestamp)
fffff803`859e0000 fffff803`859ef000   ksthunk  ksthunk.sys  15502221 (This is a reproducible build file hash, not a timestamp)
fffff803`85a10000 fffff803`85a4a000   rfcomm   rfcomm.sys   C18658F4 (This is a reproducible build file hash, not a timestamp)
fffff803`85a80000 fffff803`85b45000   srv2     srv2.sys     8351FE4E (This is a reproducible build file hash, not a timestamp)
fffff803`85b50000 fffff803`85b90000   NDProxy  NDProxy.sys  1E12D3FF (This is a reproducible build file hash, not a timestamp)
fffff803`85ba0000 fffff803`85bc2000   rasl2tp  rasl2tp.sys  A7AA404E (This is a reproducible build file hash, not a timestamp)
fffff803`85bd0000 fffff803`85bf0000   raspptp  raspptp.sys  54893590 (This is a reproducible build file hash, not a timestamp)
fffff803`85c00000 fffff803`85c1c000   raspppoe raspppoe.sys 053A7D72 (This is a reproducible build file hash, not a timestamp)
fffff803`85c20000 fffff803`85c5a000   ndiswan  ndiswan.sys  FB43C10D (This is a reproducible build file hash, not a timestamp)
fffff803`85c60000 fffff803`85c71000   kbdhid   kbdhid.sys   4CF68CA7 (This is a reproducible build file hash, not a timestamp)
fffff803`85d10000 fffff803`85d23000   mouclass mouclass.sys 4A22FFB8 (This is a reproducible build file hash, not a timestamp)
fffff803`86200000 fffff803`862db000   dxgmms2  dxgmms2.sys  E443C889 (This is a reproducible build file hash, not a timestamp)
fffff803`86300000 fffff803`8632a000   luafv    luafv.sys    08A8E82A (This is a reproducible build file hash, not a timestamp)
fffff803`86330000 fffff803`86366000   wcifs    wcifs.sys    616EC3AA (This is a reproducible build file hash, not a timestamp)
fffff803`86370000 fffff803`863e7000   cldflt   cldflt.sys   0CF2C7CF (This is a reproducible build file hash, not a timestamp)
fffff803`863f0000 fffff803`8640a000   storqosflt storqosflt.sys D77C69C8 (This is a reproducible build file hash, not a timestamp)
fffff803`86440000 fffff803`86458000   lltdio   lltdio.sys   707E9308 (This is a reproducible build file hash, not a timestamp)
fffff803`86460000 fffff803`86479000   mslldp   mslldp.sys   15C3108A (This is a reproducible build file hash, not a timestamp)
fffff803`86480000 fffff803`8649b000   rspndr   rspndr.sys   ED98D1EE (This is a reproducible build file hash, not a timestamp)
fffff803`864a0000 fffff803`864bd000   wanarp   wanarp.sys   1BD57CFB (This is a reproducible build file hash, not a timestamp)
fffff803`864c0000 fffff803`86572000   nwifi    nwifi.sys    A3272534 (This is a reproducible build file hash, not a timestamp)
fffff803`86580000 fffff803`86598000   ndisuio  ndisuio.sys  38FD20EE (This is a reproducible build file hash, not a timestamp)
fffff803`865a0000 fffff803`865d8000   winquic  winquic.sys  D60F7863 (This is a reproducible build file hash, not a timestamp)
fffff803`865e0000 fffff803`86724000   HTTP     HTTP.sys     F709630D (This is a reproducible build file hash, not a timestamp)
fffff803`86730000 fffff803`8674a000   mpsdrv   mpsdrv.sys   7D5AF2F0 (This is a reproducible build file hash, not a timestamp)
fffff803`86750000 fffff803`86775000   bowser   bowser.sys   D37F2E35 (This is a reproducible build file hash, not a timestamp)
fffff803`86780000 fffff803`8680f000   mrxsmb   mrxsmb.sys   BACC3E1C (This is a reproducible build file hash, not a timestamp)
fffff803`86810000 fffff803`86855000   mrxsmb20 mrxsmb20.sys 274D454A (This is a reproducible build file hash, not a timestamp)
fffff803`86860000 fffff803`868b3000   srvnet   srvnet.sys   220AB43D (This is a reproducible build file hash, not a timestamp)
fffff803`868c0000 fffff803`868d4000   mmcss    mmcss.sys    3EE4136D (This is a reproducible build file hash, not a timestamp)
fffff803`868e0000 fffff803`86907000   Ndu      Ndu.sys      23725908 (This is a reproducible build file hash, not a timestamp)
fffff803`86910000 fffff803`869e6000   peauth   peauth.sys   ***** Invalid (8335FA6C)
fffff803`869f0000 fffff803`86a04000   tcpipreg tcpipreg.sys 3451B629 (This is a reproducible build file hash, not a timestamp)
fffff803`86a10000 fffff803`86a23000   condrv   condrv.sys   AEE79CBA (This is a reproducible build file hash, not a timestamp)
fffff803`86a30000 fffff803`86a4d000   rassstp  rassstp.sys  6EC6A1E5 (This is a reproducible build file hash, not a timestamp)
fffff803`86a50000 fffff803`86a5f000   ndistapi ndistapi.sys 690D0D05 (This is a reproducible build file hash, not a timestamp)
fffff803`86d20000 fffff803`86d2e000   dump_diskdump dump_diskdump.sys 5CC3D020 (This is a reproducible build file hash, not a timestamp)
fffff803`86d60000 fffff803`86d8e000   dump_storahci dump_storahci.sys 381E77BB (This is a reproducible build file hash, not a timestamp)
fffff803`86db0000 fffff803`86dcd000   dump_dumpfve dump_dumpfve.sys 59B1C57D (This is a reproducible build file hash, not a timestamp)
fffff803`86dd0000 fffff803`86df7000   AgileVpn AgileVpn.sys A96AFF6D (This is a reproducible build file hash, not a timestamp)
fffffc94`67a00000 fffffc94`67da1000   win32kfull win32kfull.sys unavailable (00000000)
fffffc94`67db0000 fffffc94`68058000   win32kbase win32kbase.sys 821CB29A (This is a reproducible build file hash, not a timestamp)
fffffc94`680b0000 fffffc94`680f8000   cdd      cdd.dll      unavailable (00000000)
fffffc94`681a0000 fffffc94`6822c000   win32k   win32k.sys   unavailable (00000000)

Unloaded modules:
fffff803`7dbc0000 fffff803`7dc15000   WdFilter.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  00055000
fffff803`85c80000 fffff803`85c93000   WdNisDrv.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  00013000
fffff803`85d30000 fffff803`85d50000   BTHUSB.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  00020000
fffff803`85800000 fffff803`85964000   bthport.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  00164000
fffff803`86410000 fffff803`86437000   bthpan.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  00027000
fffff803`85a50000 fffff803`85a73000   BthEnum.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  00023000
fffff803`859f0000 fffff803`85a0f000   Microsoft.Bl
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0001F000
fffff803`79510000 fffff803`7951f000   vwifibus.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0000F000
fffff803`79190000 fffff803`7941a000   Qcamain10x64
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0028A000
fffff803`79420000 fffff803`7950b000   wdiwifi.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  000EB000
fffff803`79520000 fffff803`79534000   vwifimp.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  00014000
fffff803`862e0000 fffff803`862f9000   monitor.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  00019000
fffff803`856c0000 fffff803`856d2000   kbdhid.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  00012000
fffff803`85730000 fffff803`8573f000   dump_storpor
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0000F000
fffff803`85770000 fffff803`8579f000   dump_storahc
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0002F000
fffff803`857c0000 fffff803`857de000   dump_dumpfve
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0001E000
fffff803`85250000 fffff803`8526e000   dam.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0001E000
fffff803`7c3f0000 fffff803`7c401000   WdBoot.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  00011000
fffff803`7e8b0000 fffff803`7e8c0000   hwpolicy.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  00010000
start             end                 module name
fffff803`7d1f0000 fffff803`7d20e000   3ware    3ware.sys    Mon May 18 15:28:03 2015 (555A6773)
fffff803`7c310000 fffff803`7c3dc000   ACPI     ACPI.sys     637B6DAD (This is a reproducible build file hash, not a timestamp)
fffff803`7c270000 fffff803`7c295000   acpiex   acpiex.sys   2B91EDB2 (This is a reproducible build file hash, not a timestamp)
fffff803`85670000 fffff803`8567b000   acpipagr acpipagr.sys 80AB510E (This is a reproducible build file hash, not a timestamp)
fffff803`7d850000 fffff803`7daac000   ADP80XX  ADP80XX.SYS  Thu Apr  9 13:49:48 2015 (5526E5EC)
fffff803`84f80000 fffff803`85027000   afd      afd.sys      B88DD13E (This is a reproducible build file hash, not a timestamp)
fffff803`84f60000 fffff803`84f73000   afunix   afunix.sys   9D6C12C4 (This is a reproducible build file hash, not a timestamp)
fffff803`86dd0000 fffff803`86df7000   AgileVpn AgileVpn.sys A96AFF6D (This is a reproducible build file hash, not a timestamp)
fffff803`85300000 fffff803`8534f000   ahcache  ahcache.sys  A8473BE2 (This is a reproducible build file hash, not a timestamp)
fffff803`7d210000 fffff803`7d22f000   amdsata  amdsata.sys  Thu May 14 05:14:52 2015 (555491BC)
fffff803`7d240000 fffff803`7d2a7000   amdsbs   amdsbs.sys   Tue Dec 11 13:21:44 2012 (50C7A3E8)
fffff803`7d230000 fffff803`7d23c000   amdxata  amdxata.sys  Thu Apr 30 17:55:35 2015 (5542CF07)
fffff803`7d2b0000 fffff803`7d2d5000   arcsas   arcsas.sys   Thu Apr  9 12:12:07 2015 (5526CF07)
fffff803`7d7a0000 fffff803`7d7ad000   atapi    atapi.sys    80B6A7E4 (This is a reproducible build file hash, not a timestamp)
fffff803`7d7b0000 fffff803`7d7eb000   ataport  ataport.SYS  4B09873D (This is a reproducible build file hash, not a timestamp)
fffff803`852e0000 fffff803`852f6000   bam      bam.sys      22198778 (This is a reproducible build file hash, not a timestamp)
fffff803`84e30000 fffff803`84e46000   BasicDisplay BasicDisplay.sys 4E6E05E1 (This is a reproducible build file hash, not a timestamp)
fffff803`84e50000 fffff803`84e61000   BasicRender BasicRender.sys 82A93228 (This is a reproducible build file hash, not a timestamp)
fffff803`84a80000 fffff803`84a8a000   Beep     Beep.SYS     528EC21A (This is a reproducible build file hash, not a timestamp)
fffff803`7bde0000 fffff803`7bdeb000   BOOTVID  BOOTVID.dll  0F301604 (This is a reproducible build file hash, not a timestamp)
fffff803`86750000 fffff803`86775000   bowser   bowser.sys   D37F2E35 (This is a reproducible build file hash, not a timestamp)
fffff803`798f0000 fffff803`79903000   btfilter btfilter.sys Wed Nov  1 19:35:32 2017 (59FA8474)
fffff803`79ac0000 fffff803`79ae2000   BthEnum  BthEnum.sys  1D20FC48 (This is a reproducible build file hash, not a timestamp)
fffff803`79af0000 fffff803`79b16000   bthpan   bthpan.sys   20E20C9C (This is a reproducible build file hash, not a timestamp)
fffff803`79930000 fffff803`79a93000   bthport  bthport.sys  E78B1DD4 (This is a reproducible build file hash, not a timestamp)
fffff803`79910000 fffff803`7992f000   BTHUSB   BTHUSB.sys   81C8EB86 (This is a reproducible build file hash, not a timestamp)
fffff803`7e520000 fffff803`7e52f000   bttflt   bttflt.sys   FBF5C294 (This is a reproducible build file hash, not a timestamp)
fffff803`7ce80000 fffff803`7cf09000   bxvbda   bxvbda.sys   Wed May 25 00:03:08 2016 (57454E2C)
fffffc94`680b0000 fffffc94`680f8000   cdd      cdd.dll      unavailable (00000000)
fffff803`84a00000 fffff803`84a30000   cdrom    cdrom.sys    9F6B0B7B (This is a reproducible build file hash, not a timestamp)
fffff803`7c5f0000 fffff803`7c609000   CEA      CEA.sys      F3811107 (This is a reproducible build file hash, not a timestamp)
fffff803`7d620000 fffff803`7d67b000   cht4sx64 cht4sx64.sys Tue May  8 06:27:04 2018 (5AF1A5A8)
fffff803`7bfa0000 fffff803`7c07c000   CI       CI.dll       8581DC0D (This is a reproducible build file hash, not a timestamp)
fffff803`7cf40000 fffff803`7cfab000   CLASSPNP CLASSPNP.SYS 09ED6E49 (This is a reproducible build file hash, not a timestamp)
fffff803`86370000 fffff803`863e7000   cldflt   cldflt.sys   0CF2C7CF (This is a reproducible build file hash, not a timestamp)
fffff803`7bd50000 fffff803`7bdb8000   CLFS     CLFS.SYS     296CBB1A (This is a reproducible build file hash, not a timestamp)
fffff803`7be00000 fffff803`7bf05000   clipsp   clipsp.sys   Mon Mar 18 15:11:27 2019 (5C90178F)
fffff803`7bdf0000 fffff803`7bdfe000   cmimcext cmimcext.sys C7F022B4 (This is a reproducible build file hash, not a timestamp)
fffff803`7c080000 fffff803`7c13c000   cng      cng.sys      268793E7 (This is a reproducible build file hash, not a timestamp)
fffff803`85400000 fffff803`85411000   CompositeBus CompositeBus.sys F050D616 (This is a reproducible build file hash, not a timestamp)
fffff803`86a10000 fffff803`86a23000   condrv   condrv.sys   AEE79CBA (This is a reproducible build file hash, not a timestamp)
fffff803`85700000 fffff803`8571d000   crashdmp crashdmp.sys 2985CB13 (This is a reproducible build file hash, not a timestamp)
fffff803`85120000 fffff803`851b4000   csc      csc.sys      B2D84C51 (This is a reproducible build file hash, not a timestamp)
fffff803`85220000 fffff803`8524c000   dfsc     dfsc.sys     FABE3F7D (This is a reproducible build file hash, not a timestamp)
fffff803`7e8c0000 fffff803`7e8dc000   disk     disk.sys     384FEFED (This is a reproducible build file hash, not a timestamp)
fffff803`85570000 fffff803`85591000   drmk     drmk.sys     ***** Invalid (A3E06FB0)
fffff803`86d20000 fffff803`86d2e000   dump_diskdump dump_diskdump.sys 5CC3D020 (This is a reproducible build file hash, not a timestamp)
fffff803`86db0000 fffff803`86dcd000   dump_dumpfve dump_dumpfve.sys 59B1C57D (This is a reproducible build file hash, not a timestamp)
fffff803`86d60000 fffff803`86d8e000   dump_storahci dump_storahci.sys 381E77BB (This is a reproducible build file hash, not a timestamp)
fffff803`84a90000 fffff803`84e03000   dxgkrnl  dxgkrnl.sys  7A92A2DE (This is a reproducible build file hash, not a timestamp)
fffff803`86200000 fffff803`862db000   dxgmms2  dxgmms2.sys  E443C889 (This is a reproducible build file hash, not a timestamp)
fffff803`79060000 fffff803`790ee000   e1i65x64 e1i65x64.sys Mon Jun 11 11:01:06 2018 (5B1EB8E2)
fffff803`7db40000 fffff803`7db5b000   EhStorClass EhStorClass.sys 526CC202 (This is a reproducible build file hash, not a timestamp)
fffff803`7db10000 fffff803`7db31000   EhStorTcgDrv EhStorTcgDrv.sys 80316E4C (This is a reproducible build file hash, not a timestamp)
fffff803`7c650000 fffff803`7c9be000   evbda    evbda.sys    Wed May 25 00:01:05 2016 (57454DB1)
fffff803`85270000 fffff803`852db000   fastfat  fastfat.SYS  5D09ADAA (This is a reproducible build file hash, not a timestamp)
fffff803`84a40000 fffff803`84a55000   filecrypt filecrypt.sys 4EAD73C1 (This is a reproducible build file hash, not a timestamp)
fffff803`7db60000 fffff803`7db7a000   fileinfo fileinfo.sys 24BBED20 (This is a reproducible build file hash, not a timestamp)
fffff803`7bf10000 fffff803`7bf81000   FLTMGR   FLTMGR.SYS   2FCE7C68 (This is a reproducible build file hash, not a timestamp)
fffff803`7e100000 fffff803`7e10d000   Fs_Rec   Fs_Rec.sys   unavailable (00000000)
fffff803`7e530000 fffff803`7e5f9000   fvevol   fvevol.sys   55DC2AFE (This is a reproducible build file hash, not a timestamp)
fffff803`7e440000 fffff803`7e4ba000   fwpkclnt fwpkclnt.sys 58C1E6ED (This is a reproducible build file hash, not a timestamp)
fffff803`85210000 fffff803`8521a000   gpuenergydrv gpuenergydrv.sys 0CC24294 (This is a reproducible build file hash, not a timestamp)
fffff803`7835d000 fffff803`78400000   hal      hal.dll      63975E9E (This is a reproducible build file hash, not a timestamp)
fffff803`854d0000 fffff803`854f2000   HDAudBus HDAudBus.sys AECD2958 (This is a reproducible build file hash, not a timestamp)
fffff803`85970000 fffff803`859de000   HdAudio  HdAudio.sys  9F3A3DC3 (This is a reproducible build file hash, not a timestamp)
fffff803`85470000 fffff803`854ab000   HIDCLASS HIDCLASS.SYS D4D0DEE6 (This is a reproducible build file hash, not a timestamp)
fffff803`854b0000 fffff803`854c3000   HIDPARSE HIDPARSE.SYS 0D56F932 (This is a reproducible build file hash, not a timestamp)
fffff803`85450000 fffff803`85462000   hidusb   hidusb.sys   7B9189FE (This is a reproducible build file hash, not a timestamp)
fffff803`7dab0000 fffff803`7dac3000   HpSAMD   HpSAMD.sys   Tue Mar 26 14:36:54 2013 (515214F6)
fffff803`865e0000 fffff803`86724000   HTTP     HTTP.sys     F709630D (This is a reproducible build file hash, not a timestamp)
fffff803`7cbf0000 fffff803`7cc18000   hvsocket hvsocket.sys 3D1837D4 (This is a reproducible build file hash, not a timestamp)
fffff803`7d680000 fffff803`7d795000   iaStorAVC iaStorAVC.sys Wed Feb  7 03:53:36 2018 (5A7AE8C0)
fffff803`7cff0000 fffff803`7d10e000   iaStorV  iaStorV.sys  Mon Apr 11 11:48:16 2011 (4DA34CF0)
fffff803`79ff0000 fffff803`7adc2000   igdkmd64 igdkmd64.sys Fri Sep 14 00:53:52 2018 (5B9B6910)
fffff803`790f0000 fffff803`79189000   IntcDAud IntcDAud.sys Tue Sep  4 02:00:26 2018 (5B8E49AA)
fffff803`7cad0000 fffff803`7cadb000   intelide intelide.sys 875EF905 (This is a reproducible build file hash, not a timestamp)
fffff803`7c410000 fffff803`7c459000   intelpep intelpep.sys 8A1B7970 (This is a reproducible build file hash, not a timestamp)
fffff803`85630000 fffff803`8566e000   intelppm intelppm.sys DF02127E (This is a reproducible build file hash, not a timestamp)
fffff803`7e890000 fffff803`7e8a2000   iorate   iorate.sys   18D52DDA (This is a reproducible build file hash, not a timestamp)
fffff803`7c4c0000 fffff803`7c4cb000   isapnp   isapnp.sys   89AA550F (This is a reproducible build file hash, not a timestamp)
fffff803`7d2e0000 fffff803`7d306000   ItSas35i ItSas35i.sys Thu May  3 02:57:21 2018 (5AEADD01)
fffff803`857e0000 fffff803`857f4000   kbdclass kbdclass.sys 0B474226 (This is a reproducible build file hash, not a timestamp)
fffff803`85c60000 fffff803`85c71000   kbdhid   kbdhid.sys   4CF68CA7 (This is a reproducible build file hash, not a timestamp)
fffff803`7ba00000 fffff803`7ba0b000   kd       kd.dll       5A75D524 (This is a reproducible build file hash, not a timestamp)
fffff803`85420000 fffff803`8542d000   kdnic    kdnic.sys    1FF5F7F5 (This is a reproducible build file hash, not a timestamp)
fffff803`79ba0000 fffff803`79bb2000   kerneld  kerneld.x64  Tue Mar 26 13:07:22 2019 (5C9A867A)
fffff803`855a0000 fffff803`85618000   ks       ks.sys       1F5FE6FB (This is a reproducible build file hash, not a timestamp)
fffff803`7bc80000 fffff803`7bcaa000   ksecdd   ksecdd.sys   A35F28F6 (This is a reproducible build file hash, not a timestamp)
fffff803`7e110000 fffff803`7e142000   ksecpkg  ksecpkg.sys  E1E129D5 (This is a reproducible build file hash, not a timestamp)
fffff803`859e0000 fffff803`859ef000   ksthunk  ksthunk.sys  15502221 (This is a reproducible build file hash, not a timestamp)
fffff803`86440000 fffff803`86458000   lltdio   lltdio.sys   707E9308 (This is a reproducible build file hash, not a timestamp)
fffff803`7d310000 fffff803`7d32f000   lsi_sas  lsi_sas.sys  Wed Mar 25 12:36:48 2015 (55130E50)
fffff803`7d330000 fffff803`7d351000   lsi_sas2i lsi_sas2i.sys Wed Aug  2 06:29:59 2017 (5981D3D7)
fffff803`7d360000 fffff803`7d382000   lsi_sas3i lsi_sas3i.sys Wed May  2 02:40:30 2018 (5AE9878E)
fffff803`7d390000 fffff803`7d3a7000   lsi_sss  lsi_sss.sys  Fri Mar 15 16:39:38 2013 (5143B13A)
fffff803`86300000 fffff803`8632a000   luafv    luafv.sys    08A8E82A (This is a reproducible build file hash, not a timestamp)
fffff803`7ba10000 fffff803`7bc5c000   mcupdate_GenuineIntel mcupdate_GenuineIntel.dll F73F41C4 (This is a reproducible build file hash, not a timestamp)
fffff803`7d3b0000 fffff803`7d3c3000   megasas  megasas.sys  Wed Mar  4 18:36:29 2015 (54F7C12D)
fffff803`7d3d0000 fffff803`7d3e6000   MegaSas2i MegaSas2i.sys Mon Jul 24 02:46:09 2017 (5975C1E1)
fffff803`7d3f0000 fffff803`7d40a000   megasas35i megasas35i.sys Thu Dec  6 09:45:11 2018 (5C096027)
fffff803`7d410000 fffff803`7d4ff000   megasr   megasr.sys   Mon Jun  3 15:02:39 2013 (51AD127F)
fffff803`79aa0000 fffff803`79abe000   Microsoft_Bluetooth_Legacy_LEEnumerator Microsoft.Bluetooth.Legacy.LEEnumerator.sys 8F924B7C (This is a reproducible build file hash, not a timestamp)
fffff803`868c0000 fffff803`868d4000   mmcss    mmcss.sys    3EE4136D (This is a reproducible build file hash, not a timestamp)
fffff803`79040000 fffff803`79058000   monitor  monitor.sys  93F54FB5 (This is a reproducible build file hash, not a timestamp)
fffff803`85d10000 fffff803`85d23000   mouclass mouclass.sys 4A22FFB8 (This is a reproducible build file hash, not a timestamp)
fffff803`85250000 fffff803`85260000   mouhid   mouhid.sys   A140C187 (This is a reproducible build file hash, not a timestamp)
fffff803`7cfd0000 fffff803`7cfef000   mountmgr mountmgr.sys 242DB05F (This is a reproducible build file hash, not a timestamp)
fffff803`86730000 fffff803`8674a000   mpsdrv   mpsdrv.sys   7D5AF2F0 (This is a reproducible build file hash, not a timestamp)
fffff803`86780000 fffff803`8680f000   mrxsmb   mrxsmb.sys   BACC3E1C (This is a reproducible build file hash, not a timestamp)
fffff803`86810000 fffff803`86855000   mrxsmb20 mrxsmb20.sys 274D454A (This is a reproducible build file hash, not a timestamp)
fffff803`84e90000 fffff803`84ea1000   Msfs     Msfs.SYS     91FE0FF4 (This is a reproducible build file hash, not a timestamp)
fffff803`7c4b0000 fffff803`7c4bb000   msisadrv msisadrv.sys 5E470A0E (This is a reproducible build file hash, not a timestamp)
fffff803`86460000 fffff803`86479000   mslldp   mslldp.sys   15C3108A (This is a reproducible build file hash, not a timestamp)
fffff803`7bcb0000 fffff803`7bd10000   msrpc    msrpc.sys    8E1A4F15 (This is a reproducible build file hash, not a timestamp)
fffff803`7c2a0000 fffff803`7c2e9000   mssecflt mssecflt.sys 96F3388F (This is a reproducible build file hash, not a timestamp)
fffff803`851f0000 fffff803`85200000   mssmbios mssmbios.sys E6DC521D (This is a reproducible build file hash, not a timestamp)
fffff803`7e860000 fffff803`7e885000   mup      mup.sys      565E0311 (This is a reproducible build file hash, not a timestamp)
fffff803`7d500000 fffff803`7d513000   mvumis   mvumis.sys   Fri May 23 13:39:04 2014 (537FB1E8)
fffff803`7ccc0000 fffff803`7ce32000   NDIS     NDIS.SYS     A6D0FB1E (This is a reproducible build file hash, not a timestamp)
fffff803`86a50000 fffff803`86a5f000   ndistapi ndistapi.sys 690D0D05 (This is a reproducible build file hash, not a timestamp)
fffff803`86580000 fffff803`86598000   ndisuio  ndisuio.sys  38FD20EE (This is a reproducible build file hash, not a timestamp)
fffff803`85690000 fffff803`8569d000   NdisVirtualBus NdisVirtualBus.sys D217410A (This is a reproducible build file hash, not a timestamp)
fffff803`85c20000 fffff803`85c5a000   ndiswan  ndiswan.sys  FB43C10D (This is a reproducible build file hash, not a timestamp)
fffff803`85b50000 fffff803`85b90000   NDProxy  NDProxy.sys  1E12D3FF (This is a reproducible build file hash, not a timestamp)
fffff803`868e0000 fffff803`86907000   Ndu      Ndu.sys      23725908 (This is a reproducible build file hash, not a timestamp)
fffff803`85080000 fffff803`85094000   netbios  netbios.sys  B37FD2E9 (This is a reproducible build file hash, not a timestamp)
fffff803`84f00000 fffff803`84f59000   netbt    netbt.sys    113D2A22 (This is a reproducible build file hash, not a timestamp)
fffff803`7cc20000 fffff803`7ccb4000   NETIO    NETIO.SYS    E3375155 (This is a reproducible build file hash, not a timestamp)
fffff803`84e70000 fffff803`84e8c000   Npfs     Npfs.SYS     B03ECFD3 (This is a reproducible build file hash, not a timestamp)
fffff803`851e0000 fffff803`851ed000   npsvctrig npsvctrig.sys 0E7AC006 (This is a reproducible build file hash, not a timestamp)
fffff803`851c0000 fffff803`851d2000   nsiproxy nsiproxy.sys 528DA18A (This is a reproducible build file hash, not a timestamp)
fffff803`78400000 fffff803`78eb2000   nt       ntkrnlmp.exe 03ED0F42 (This is a reproducible build file hash, not a timestamp)
fffff803`7dc20000 fffff803`7debe000   Ntfs     Ntfs.sys     D9A3CE82 (This is a reproducible build file hash, not a timestamp)
fffff803`7bf90000 fffff803`7bf9c000   ntosext  ntosext.sys  BAC877D8 (This is a reproducible build file hash, not a timestamp)
fffff803`84a70000 fffff803`84a7a000   Null     Null.SYS     unavailable (00000000)
fffff803`7cf10000 fffff803`7cf38000   nvraid   nvraid.sys   Mon Apr 21 11:28:42 2014 (5355635A)
fffff803`7d520000 fffff803`7d54a000   nvstor   nvstor.sys   Mon Apr 21 11:34:03 2014 (5355649B)
fffff803`864c0000 fffff803`86572000   nwifi    nwifi.sys    A3272534 (This is a reproducible build file hash, not a timestamp)
fffff803`85050000 fffff803`8507b000   pacer    pacer.sys    E7276BDE (This is a reproducible build file hash, not a timestamp)
fffff803`7c610000 fffff803`7c640000   partmgr  partmgr.sys  89C96AD1 (This is a reproducible build file hash, not a timestamp)
fffff803`7c4d0000 fffff803`7c53f000   pci      pci.sys      79450D16 (This is a reproducible build file hash, not a timestamp)
fffff803`7c9f0000 fffff803`7c9fa000   pciide   pciide.sys   3D53F17E (This is a reproducible build file hash, not a timestamp)
fffff803`7ca00000 fffff803`7ca13000   PCIIDEX  PCIIDEX.SYS  499DF2C6 (This is a reproducible build file hash, not a timestamp)
fffff803`7c9c0000 fffff803`7c9e2000   pcmcia   pcmcia.sys   4C98F2FF (This is a reproducible build file hash, not a timestamp)
fffff803`7c490000 fffff803`7c4a5000   pcw      pcw.sys      6B731527 (This is a reproducible build file hash, not a timestamp)
fffff803`7c5b0000 fffff803`7c5e3000   pdc      pdc.sys      9AEEDDCB (This is a reproducible build file hash, not a timestamp)
fffff803`86910000 fffff803`869e6000   peauth   peauth.sys   ***** Invalid (8335FA6C)
fffff803`7d550000 fffff803`7d562000   percsas2i percsas2i.sys Mon Mar 14 17:50:11 2016 (56E75C43)
fffff803`7d570000 fffff803`7d585000   percsas3i percsas3i.sys Fri Jun  1 14:47:02 2018 (5B11BED6)
fffff803`85500000 fffff803`85567000   portcls  portcls.sys  D4F15BF0 (This is a reproducible build file hash, not a timestamp)
fffff803`7bdc0000 fffff803`7bdda000   PSHED    PSHED.dll    B21F9DDA (This is a reproducible build file hash, not a timestamp)
fffff803`79540000 fffff803`797c9000   Qcamain10x64 Qcamain10x64.sys Wed Aug 22 20:36:37 2018 (5B7E2BC5)
fffff803`7e850000 fffff803`7e85f000   ramdisk  ramdisk.sys  E0A0B9BE (This is a reproducible build file hash, not a timestamp)
fffff803`85ba0000 fffff803`85bc2000   rasl2tp  rasl2tp.sys  A7AA404E (This is a reproducible build file hash, not a timestamp)
fffff803`85c00000 fffff803`85c1c000   raspppoe raspppoe.sys 053A7D72 (This is a reproducible build file hash, not a timestamp)
fffff803`85bd0000 fffff803`85bf0000   raspptp  raspptp.sys  54893590 (This is a reproducible build file hash, not a timestamp)
fffff803`86a30000 fffff803`86a4d000   rassstp  rassstp.sys  6EC6A1E5 (This is a reproducible build file hash, not a timestamp)
fffff803`850a0000 fffff803`8511b000   rdbss    rdbss.sys    BCE0ED0A (This is a reproducible build file hash, not a timestamp)
fffff803`856b0000 fffff803`856be000   rdpbus   rdpbus.sys   4E9899F8 (This is a reproducible build file hash, not a timestamp)
fffff803`7e800000 fffff803`7e84e000   rdyboost rdyboost.sys F450CEB3 (This is a reproducible build file hash, not a timestamp)
fffff803`85a10000 fffff803`85a4a000   rfcomm   rfcomm.sys   C18658F4 (This is a reproducible build file hash, not a timestamp)
fffff803`86480000 fffff803`8649b000   rspndr   rspndr.sys   ED98D1EE (This is a reproducible build file hash, not a timestamp)
fffff803`7e7d0000 fffff803`7e7f1000   sbp2port sbp2port.sys 5BDBAC37 (This is a reproducible build file hash, not a timestamp)
fffff803`7e7a0000 fffff803`7e7c8000   scmbus   scmbus.sys   3499B309 (This is a reproducible build file hash, not a timestamp)
fffff803`7cb00000 fffff803`7cb4e000   sdbus    sdbus.sys    E0B951AA (This is a reproducible build file hash, not a timestamp)
fffff803`7e780000 fffff803`7e79e000   sdstor   sdstor.sys   6E00DF88 (This is a reproducible build file hash, not a timestamp)
fffff803`7c2f0000 fffff803`7c30a000   SgrmAgent SgrmAgent.sys F851A195 (This is a reproducible build file hash, not a timestamp)
fffff803`7d590000 fffff803`7d59e000   SiSRaid2 SiSRaid2.sys Wed Sep 24 11:28:20 2008 (48DA86C4)
fffff803`7d5a0000 fffff803`7d5b8000   sisraid4 sisraid4.sys Wed Oct  1 14:56:04 2008 (48E3F1F4)
fffff803`7c240000 fffff803`7c24f000   SleepStudyHelper SleepStudyHelper.sys BA6E2346 (This is a reproducible build file hash, not a timestamp)
fffff803`7dad0000 fffff803`7db08000   SmartSAMD SmartSAMD.sys Tue Apr 17 08:29:21 2018 (5AD612D1)
fffff803`7ca20000 fffff803`7cac5000   spaceport spaceport.sys DC82B965 (This is a reproducible build file hash, not a timestamp)
fffff803`85a80000 fffff803`85b45000   srv2     srv2.sys     8351FE4E (This is a reproducible build file hash, not a timestamp)
fffff803`86860000 fffff803`868b3000   srvnet   srvnet.sys   220AB43D (This is a reproducible build file hash, not a timestamp)
fffff803`7d610000 fffff803`7d61b000   stexstor stexstor.sys Mon Nov 26 16:02:51 2012 (50B4032B)
fffff803`7d7f0000 fffff803`7d81e000   storahci storahci.sys 381E77BB (This is a reproducible build file hash, not a timestamp)
fffff803`7d820000 fffff803`7d847000   stornvme stornvme.sys 65EFCFF4 (This is a reproducible build file hash, not a timestamp)
fffff803`7d140000 fffff803`7d1e2000   storport storport.sys A692CE5B (This is a reproducible build file hash, not a timestamp)
fffff803`863f0000 fffff803`8640a000   storqosflt storqosflt.sys D77C69C8 (This is a reproducible build file hash, not a timestamp)
fffff803`7e760000 fffff803`7e772000   storufs  storufs.sys  C45B8940 (This is a reproducible build file hash, not a timestamp)
fffff803`7df20000 fffff803`7df2f000   storvsc  storvsc.sys  5A71C71B (This is a reproducible build file hash, not a timestamp)
fffff803`856a0000 fffff803`856ac000   swenum   swenum.sys   C4D73525 (This is a reproducible build file hash, not a timestamp)
fffff803`84a60000 fffff803`84a6e000   tbs      tbs.sys      965BAC31 (This is a reproducible build file hash, not a timestamp)
fffff803`7e150000 fffff803`7e43a000   tcpip    tcpip.sys    83DCBC58 (This is a reproducible build file hash, not a timestamp)
fffff803`869f0000 fffff803`86a04000   tcpipreg tcpipreg.sys 3451B629 (This is a reproducible build file hash, not a timestamp)
fffff803`84ee0000 fffff803`84ef0000   TDI      TDI.SYS      894065A0 (This is a reproducible build file hash, not a timestamp)
fffff803`84eb0000 fffff803`84ed6000   tdx      tdx.sys      0A1F3DC4 (This is a reproducible build file hash, not a timestamp)
fffff803`79000000 fffff803`7903b000   TeeDriverW8x64 TeeDriverW8x64.sys Thu Jul 12 00:42:57 2018 (5B470681)
fffff803`7bd20000 fffff803`7bd47000   tm       tm.sys       2ADB549A (This is a reproducible build file hash, not a timestamp)
fffff803`7e740000 fffff803`7e758000   uaspstor uaspstor.sys 6227A65E (This is a reproducible build file hash, not a timestamp)
fffff803`7c560000 fffff803`7c5a1000   ucx01000 ucx01000.sys 04268533 (This is a reproducible build file hash, not a timestamp)
fffff803`85680000 fffff803`8568e000   UEFI     UEFI.sys     60BAE916 (This is a reproducible build file hash, not a timestamp)
fffff803`85430000 fffff803`85445000   umbus    umbus.sys    3104A4AD (This is a reproducible build file hash, not a timestamp)
fffff803`7df10000 fffff803`7df1d000   urschipidea urschipidea.sys A9030EF8 (This is a reproducible build file hash, not a timestamp)
fffff803`7cfb0000 fffff803`7cfc8000   urscx01000 urscx01000.sys E263E503 (This is a reproducible build file hash, not a timestamp)
fffff803`7dec0000 fffff803`7def3000   usbccgp  usbccgp.sys  5D2AF1D1 (This is a reproducible build file hash, not a timestamp)
fffff803`7df00000 fffff803`7df0e000   USBD     USBD.SYS     CD63CE9D (This is a reproducible build file hash, not a timestamp)
fffff803`7df30000 fffff803`7df4d000   usbehci  usbehci.sys  7C61F55C (This is a reproducible build file hash, not a timestamp)
fffff803`7dfd0000 fffff803`7e05a000   usbhub   usbhub.sys   813B20B8 (This is a reproducible build file hash, not a timestamp)
fffff803`7e060000 fffff803`7e0fc000   UsbHub3  UsbHub3.sys  D4267D67 (This is a reproducible build file hash, not a timestamp)
fffff803`7df50000 fffff803`7dfca000   USBPORT  USBPORT.SYS  A13767BB (This is a reproducible build file hash, not a timestamp)
fffff803`7e710000 fffff803`7e735000   USBSTOR  USBSTOR.SYS  9CFA0789 (This is a reproducible build file hash, not a timestamp)
fffff803`7e680000 fffff803`7e709000   USBXHCI  USBXHCI.SYS  951B0A79 (This is a reproducible build file hash, not a timestamp)
fffff803`7c540000 fffff803`7c553000   vdrvroot vdrvroot.sys 0101BCC6 (This is a reproducible build file hash, not a timestamp)
fffff803`85350000 fffff803`853dc000   Vid      Vid.sys      B7391632 (This is a reproducible build file hash, not a timestamp)
fffff803`7ce40000 fffff803`7ce5d000   vmbkmcl  vmbkmcl.sys  67D7CE11 (This is a reproducible build file hash, not a timestamp)
fffff803`7cbc0000 fffff803`7cbec000   vmbus    vmbus.sys    B04F63D6 (This is a reproducible build file hash, not a timestamp)
fffff803`7e500000 fffff803`7e511000   vmstorfl vmstorfl.sys 3A406104 (This is a reproducible build file hash, not a timestamp)
fffff803`7cae0000 fffff803`7cafa000   volmgr   volmgr.sys   211CEF76 (This is a reproducible build file hash, not a timestamp)
fffff803`7cb50000 fffff803`7cbb3000   volmgrx  volmgrx.sys  unavailable (00000000)
fffff803`7e610000 fffff803`7e67d000   volsnap  volsnap.sys  1876F533 (This is a reproducible build file hash, not a timestamp)
fffff803`7e600000 fffff803`7e60b000   volume   volume.sys   A4E9FDFA (This is a reproducible build file hash, not a timestamp)
fffff803`7d110000 fffff803`7d13b000   vsmraid  vsmraid.sys  Tue Apr 22 12:21:41 2014 (5356C145)
fffff803`7d5c0000 fffff803`7d60e000   vstxraid vstxraid.sys Mon Jan 21 11:00:28 2013 (50FD904C)
fffff803`798c0000 fffff803`798ce000   vwifibus vwifibus.sys 4F3B1CDE (This is a reproducible build file hash, not a timestamp)
fffff803`85030000 fffff803`8504a000   vwififlt vwififlt.sys 39396289 (This is a reproducible build file hash, not a timestamp)
fffff803`798d0000 fffff803`798e3000   vwifimp  vwifimp.sys  3AE8886D (This is a reproducible build file hash, not a timestamp)
fffff803`864a0000 fffff803`864bd000   wanarp   wanarp.sys   1BD57CFB (This is a reproducible build file hash, not a timestamp)
fffff803`84e10000 fffff803`84e26000   watchdog watchdog.sys 21474799 (This is a reproducible build file hash, not a timestamp)
fffff803`86330000 fffff803`86366000   wcifs    wcifs.sys    616EC3AA (This is a reproducible build file hash, not a timestamp)
fffff803`7c140000 fffff803`7c215000   Wdf01000 Wdf01000.sys 116A658A (This is a reproducible build file hash, not a timestamp)
fffff803`79b20000 fffff803`79b79000   WdFilter WdFilter.sys ***** Invalid (E9CC4EB5)
fffff803`7c220000 fffff803`7c233000   WDFLDR   WDFLDR.SYS   3B396780 (This is a reproducible build file hash, not a timestamp)
fffff803`797d0000 fffff803`798ba000   wdiwifi  wdiwifi.sys  FA346E3D (This is a reproducible build file hash, not a timestamp)
fffff803`79b80000 fffff803`79b92000   WdNisDrv WdNisDrv.sys ***** Invalid (DB1D2C05)
fffff803`7bc60000 fffff803`7bc71000   werkernel werkernel.sys 958E14B2 (This is a reproducible build file hash, not a timestamp)
fffff803`7e4c0000 fffff803`7e4f0000   wfplwfs  wfplwfs.sys  60902CBB (This is a reproducible build file hash, not a timestamp)
fffffc94`681a0000 fffffc94`6822c000   win32k   win32k.sys   unavailable (00000000)
fffffc94`67db0000 fffffc94`68058000   win32kbase win32kbase.sys 821CB29A (This is a reproducible build file hash, not a timestamp)
fffffc94`67a00000 fffffc94`67da1000   win32kfull win32kfull.sys unavailable (00000000)
fffff803`7c460000 fffff803`7c477000   WindowsTrustedRT WindowsTrustedRT.sys CB95CE3D (This is a reproducible build file hash, not a timestamp)
fffff803`7c480000 fffff803`7c48b000   WindowsTrustedRTProxy WindowsTrustedRTProxy.sys 514E3023 (This is a reproducible build file hash, not a timestamp)
fffff803`7ce60000 fffff803`7ce72000   winhv    winhv.sys    80894342 (This is a reproducible build file hash, not a timestamp)
fffff803`853e0000 fffff803`853ff000   winhvr   winhvr.sys   5EB9FF62 (This is a reproducible build file hash, not a timestamp)
fffff803`865a0000 fffff803`865d8000   winquic  winquic.sys  D60F7863 (This is a reproducible build file hash, not a timestamp)
fffff803`85620000 fffff803`8562c000   wmiacpi  wmiacpi.sys  AF7EFCE5 (This is a reproducible build file hash, not a timestamp)
fffff803`7c3e0000 fffff803`7c3ec000   WMILIB   WMILIB.SYS   59021E3D (This is a reproducible build file hash, not a timestamp)
fffff803`7db80000 fffff803`7dbbd000   Wof      Wof.sys      3CB75347 (This is a reproducible build file hash, not a timestamp)
fffff803`7c250000 fffff803`7c260000   WppRecorder WppRecorder.sys 34A54231 (This is a reproducible build file hash, not a timestamp)

Unloaded modules:
fffff803`7dbc0000 fffff803`7dc15000   WdFilter.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  00055000
fffff803`85c80000 fffff803`85c93000   WdNisDrv.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  00013000
fffff803`85d30000 fffff803`85d50000   BTHUSB.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  00020000
fffff803`85800000 fffff803`85964000   bthport.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  00164000
fffff803`86410000 fffff803`86437000   bthpan.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  00027000
fffff803`85a50000 fffff803`85a73000   BthEnum.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  00023000
fffff803`859f0000 fffff803`85a0f000   Microsoft.Bl
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0001F000
fffff803`79510000 fffff803`7951f000   vwifibus.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0000F000
fffff803`79190000 fffff803`7941a000   Qcamain10x64
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0028A000
fffff803`79420000 fffff803`7950b000   wdiwifi.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  000EB000
fffff803`79520000 fffff803`79534000   vwifimp.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  00014000
fffff803`862e0000 fffff803`862f9000   monitor.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  00019000
fffff803`856c0000 fffff803`856d2000   kbdhid.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  00012000
fffff803`85730000 fffff803`8573f000   dump_storpor
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0000F000
fffff803`85770000 fffff803`8579f000   dump_storahc
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0002F000
fffff803`857c0000 fffff803`857de000   dump_dumpfve
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0001E000
fffff803`85250000 fffff803`8526e000   dam.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0001E000
fffff803`7c3f0000 fffff803`7c401000   WdBoot.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  00011000
fffff803`7e8b0000 fffff803`7e8c0000   hwpolicy.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  00010000
Bugcheck code 0000007F
Arguments 00000000`00000008 ffffc380`bc4ac090 00000000`e8f3f1a0 fffff803`78497ea4
 
Not sure if you're still checking in on this, but

As John said, it's an 0x7F. The 1st param is 0x8 so you have a double fault going on:

Code:
4: kd> .bugcheck
Bugcheck code 0000007F
Arguments 00000000`00000008

Code:
4: kd> k
 # Child-SP          RetAddr           Call Site
00 ffffc380`bc4abf48 fffff803`785ce6e9 nt!KeBugCheckEx
01 ffffc380`bc4abf50 fffff803`785c9545 nt!KiBugCheckDispatch+0x69
02 ffffc380`bc4ac090 fffff803`78497ea4 nt!KiDoubleFaultAbort+0x2c5
03 00000000`e8f3f1a0 00000000`00000000 nt!MiProbeAndLockPages+0x444

We go off the rails after making a call to attempt to lock virtual pages in memory, so the bugcheck was called.

Two things:

1. Can you enable verifier?

2. After you crash, can you upload the kernel version of that verifier dump somewhere so I can run some commands that can't be used in a small dump? I'm curious.
 
Hi Patrick, thanks for the help - always good to see you around :)

A little update. For most of the day yesterday, everything was stable with the original SSD and RAM configuration back in the PC. However, as the day went on it became increasingly unstable - programs began crashing every few minutes and it BSOD'd a few times. Dumps from yesterday: https://stephenfoulds.com/Dumps2019-07-28.zip

I've just installed a brand new 8GB stick of Crucial RAM, so am waiting to see how the system performs with this new RAM. Will also enable Verifier and see if it crashes.
 
Looking at the latest dump I see a quite old version of the Intel Rapid Storage Technology driver loading.
Code:
5: kd> lmDvm iaStorA
Browse full module list
start             end                 module name
fffff808`5e160000 fffff808`5e6d4000   iaStorA    (no symbols)           
    Loaded symbol image file: iaStorA.sys
    Image path: iaStorA.sys
    Image name: iaStorA.sys
    Browse all global symbols  functions  data
    Timestamp:        Wed Nov  4 02:27:49 2015 (5639DDA5)
    CheckSum:         00168F4C
    ImageSize:        00574000
    Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4
    Information from resource tables:
I've seen a few systems having what seemed to be memory related bugchecks recently where the culprit was masked but updating (or uninstalling) IRST seemed to fix the issue. Is that a service you need on your system? I think it's only truly needed for a RAID setup. My systems seem to run fine without it.
 

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

Back
Top