daily BSOD during normal windows use (not gameplay)

Page 4 of 12 FirstFirst ... 23456 ... LastLast

  1. Posts : 5,169
    64bit Win 10 Pro ver 21H2
       #31

    The following is an explanation of the timing that @zbook asked for.

    The analysis of crash dumps that we do here is generally with WinDBG and this allows us to review the actual commands that were being issued at the time the crash happened. These series of commands are recorded in the memory dump and the analysis requires that the commands are evaluated in sequence up to the point that the operating system issues the bugcheck which begins the process to record the event and shut down the computer. WinDBG usually also identifies the command that caused the crash and it is highlighted as the FAILURE_ID_HASH_STRING. Typically the reason for the failure will be an earlier 3rd party driver command that went wrong and led to a conflict or system violation and the OS shuts down to prevent further damage.

    The DPS command examines the thread memory between two points called base and limit which embraces the region of the crash in the thread. The sequence is read from bottom up. Events which happen before the crash are below the nt!KeBugCheckEx command. Events above this are after the crash and are related to writing the crash dump and displaying the results on the screen. Displaying the result is why the GPU drivers are so often seen in the thread but are not actually involved in the crash.
      My Computers


  2. Posts : 41,460
    windows 10 professional version 1607 build 14393.969 64 bit
       #32

    @philc43 This was from the other thread. The method indicates that the Nvidia GPU drivers presence in the memory dump were after the crash. (Please confirm)

    FAILURE_ID_HASH_STRING: km:0x3b_c0000005_nt!alpcpdereferenceblobex

    Code:
    ffff8b0c`e86ed760  00000000`00000000
    ffff8b0c`e86ed768  ffff8b0c`e86ed8d0
    ffff8b0c`e86ed770  ffffe78d`0b155080
    ffff8b0c`e86ed778  fffff804`67aa7da0 nt!KiBugCheckProgress
    ffff8b0c`e86ed780  ffff8b0c`e86ed800
    ffff8b0c`e86ed788  fffff804`6c4a8e70Unable to load image \SystemRoot\System32\DriverStore\FileRepository\nv_ref_pubwu.inf_amd64_f9d8f3d38741881f\nvlddmkm.sys, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for nvlddmkm.sys
     nvlddmkm+0x568e70
    ffff8b0c`e86ed790  00000101`01000001
    ffff8b0c`e86ed798  ffff8b0c`0000003b
    ffff8b0c`e86ed7a0  ffffe78d`0b155080
    ffff8b0c`e86ed7a8  00000000`00000000
    ffff8b0c`e86ed7b0  00000000`00000000
    ffff8b0c`e86ed7b8  00000000`00000000
    ffff8b0c`e86ed7c0  00000000`00000000
    ffff8b0c`e86ed7c8  00000000`00000000
    ffff8b0c`e86ed7d0  ffffd781`b6a20180
    ffff8b0c`e86ed7d8  00000001`00000003
    ffff8b0c`e86ed7e0  ffff8b0c`00000003
    ffff8b0c`e86ed7e8  fffff804`67aa7da0 nt!KiBugCheckProgress
    ffff8b0c`e86ed7f0  ffff8b0c`e86f0000
    ffff8b0c`e86ed7f8  ffff8b0c`e86e9000
    ffff8b0c`e86ed800  ffff8b0c`e86ed901
    ffff8b0c`e86ed808  00000000`001fffff
    ffff8b0c`e86ed810  00000000`00000000
    ffff8b0c`e86ed818  ffffe78d`04703670
    ffff8b0c`e86ed820  00000000`00140001
    ffff8b0c`e86ed828  00000000`0000003d
    ffff8b0c`e86ed830  ffffe78d`047db650
    ffff8b0c`e86ed838  ffffe78d`046ca890
    ffff8b0c`e86ed840  ffff8b0c`e86edd90
    ffff8b0c`e86ed848  fffff804`6c4a847c nvlddmkm+0x56847c
    ffff8b0c`e86ed850  00000000`00000000
    ffff8b0c`e86ed858  00000000`00000000
    ffff8b0c`e86ed860  ffff8b0c`e86ed969
    ffff8b0c`e86ed868  fffff804`6c4a91c5 nvlddmkm+0x5691c5
    ffff8b0c`e86ed870  ffffe78d`046ca890
    ffff8b0c`e86ed878  00000000`00000000
    ffff8b0c`e86ed880  ffffe78d`00000001
    ffff8b0c`e86ed888  ffffe78d`04703600
    ffff8b0c`e86ed890  ffffe78d`04713a60
    ffff8b0c`e86ed898  00000000`00000000
    ffff8b0c`e86ed8a0  ffffe78d`04703600
    ffff8b0c`e86ed8a8  00000000`00000000
    ffff8b0c`e86ed8b0  00000000`0008e000
    ffff8b0c`e86ed8b8  ffffe78d`047db650
    ffff8b0c`e86ed8c0  00000000`0008efff
    ffff8b0c`e86ed8c8  00000000`00000000
    ffff8b0c`e86ed8d0  00000000`00000000
    ffff8b0c`e86ed8d8  00000000`00000000
    ffff8b0c`e86ed8e0  00000000`00000000
    ffff8b0c`e86ed8e8  00000000`00000000
    ffff8b0c`e86ed8f0  00000000`00000000
    ffff8b0c`e86ed8f8  00000000`00000000
    ffff8b0c`e86ed900  00001f80`0010000f
    ffff8b0c`e86ed908  0053002b`002b0010
    ffff8b0c`e86ed910  00000286`0018002b
    ffff8b0c`e86ed918  00000000`00000000
    ffff8b0c`e86ed920  00000000`00000000
    ffff8b0c`e86ed928  00000000`00000000
    ffff8b0c`e86ed930  00000000`00000000
    ffff8b0c`e86ed938  00000000`00000000
    ffff8b0c`e86ed940  00000000`00000000
    ffff8b0c`e86ed948  ffff8b0c`e86edfa0
    ffff8b0c`e86ed950  00000000`0000003b
    ffff8b0c`e86ed958  00000000`c0000005
    ffff8b0c`e86ed960  ffff8b0c`e86efa00
    ffff8b0c`e86ed968  ffff8b0c`e86ede98
    ffff8b0c`e86ed970  ffff8b0c`e86ee590
    ffff8b0c`e86ed978  ffff8b0c`e86ee670
    ffff8b0c`e86ed980  00000000`00000000
    ffff8b0c`e86ed988  fffff804`67dc2560 nt!AlpcpDereferenceBlobEx+0xc
    ffff8b0c`e86ed990  ffff8b0c`e86ee7d0
    ffff8b0c`e86ed998  00000000`00000000
    ffff8b0c`e86ed9a0  00000000`67817000
    ffff8b0c`e86ed9a8  fffff804`679db72f nt!KiSystemServiceExit+0x9f
    ffff8b0c`e86ed9b0  ffff8b0c`e86ee090
    ffff8b0c`e86ed9b8  00000000`00000000
    ffff8b0c`e86ed9c0  ffff8b0c`e86eef88
    ffff8b0c`e86ed9c8  fffff804`679ca440 nt!KeBugCheckEx
    ffff8b0c`e86ed9d0  00000000`0000027f
    ffff8b0c`e86ed9d8  00000000`00000000
    ffff8b0c`e86ed9e0  00000000`00000000
    ffff8b0c`e86ed9e8  00000000`00001f80
    ffff8b0c`e86ed9f0  00000000`00000000
    ffff8b0c`e86ed9f8  00000000`00000000
    ffff8b0c`e86eda00  00000000`00000000
    ffff8b0c`e86eda08  00000000`00000000
    ffff8b0c`e86eda10  00000000`00000000
    ffff8b0c`e86eda18  00000000`00000000
    ffff8b0c`e86eda20  00000000`00000000
    ffff8b0c`e86eda28  00000000`00000000
    ffff8b0c`e86eda30  00000000`00000000
    ffff8b0c`e86eda38  00000000`00000000
    ffff8b0c`e86eda40  00000000`00000000
    ffff8b0c`e86eda48  00000000`00000000
    ffff8b0c`e86eda50  00000000`00000000
    ffff8b0c`e86eda58  00000000`00000000
    ffff8b0c`e86eda60  00000000`00000000
    ffff8b0c`e86eda68  00000000`00000000
    ffff8b0c`e86eda70  0005be48`00a6f000
    ffff8b0c`e86eda78  00000000`00000000
    ffff8b0c`e86eda80  fffff804`67cfa000 nt!Ports <PERF> (nt+0x4e3000)
    ffff8b0c`e86eda88  fffff804`67817000 nt!MmFreeIndependentPages <PERF> (nt+0x0)
    ffff8b0c`e86eda90  00000000`00000000
    ffff8b0c`e86eda98  00000000`00000000
    ffff8b0c`e86edaa0  00000000`00000000
    ffff8b0c`e86edaa8  00000000`00000000
    ffff8b0c`e86edab0  00000000`00000000
    ffff8b0c`e86edab8  00000000`00000000
    ffff8b0c`e86edac0  00000000`00000000
    ffff8b0c`e86edac8  00000000`00000000
    ffff8b0c`e86edad0  00000000`00000000
    ffff8b0c`e86edad8  00000000`00000000
    ffff8b0c`e86edae0  00000000`00000000
    ffff8b0c`e86edae8  00000000`00000000
    ffff8b0c`e86edaf0  00000000`00000000
    ffff8b0c`e86edaf8  00000000`00000000
    ffff8b0c`e86edb00  00000000`00000000
    ffff8b0c`e86edb08  00000000`00000000
    ffff8b0c`e86edb10  00000000`00000000
    ffff8b0c`e86edb18  00000000`00000000
    ffff8b0c`e86edb20  00000000`00000000
    ffff8b0c`e86edb28  00000000`00000000
    ffff8b0c`e86edb30  00000000`00000000
    ffff8b0c`e86edb38  00000000`00000000
    ffff8b0c`e86edb40  00000000`00000000
    ffff8b0c`e86edb48  00000000`00000000
    ffff8b0c`e86edb50  00000000`00000000
    ffff8b0c`e86edb58  00000000`00000000
    ffff8b0c`e86edb60  00000000`00000000
    ffff8b0c`e86edb68  00000000`00000000
    ffff8b0c`e86edb70  00000000`00000000
    ffff8b0c`e86edb78  00000000`00000000
    ffff8b0c`e86edb80  00000000`00000000
    ffff8b0c`e86edb88  00000000`00000000
    ffff8b0c`e86edb90  00000000`00000000
    ffff8b0c`e86edb98  00000000`00000000
    ffff8b0c`e86edba0  00000000`00000000
    ffff8b0c`e86edba8  00000000`00000000
    ffff8b0c`e86edbb0  00000000`00000000
    ffff8b0c`e86edbb8  00000000`00000000
    ffff8b0c`e86edbc0  00000000`00000000
    ffff8b0c`e86edbc8  00000000`00000000
    ffff8b0c`e86edbd0  00000000`00000000
    ffff8b0c`e86edbd8  00000000`00000000
    ffff8b0c`e86edbe0  00000000`00000000
    ffff8b0c`e86edbe8  00000000`00000000
    ffff8b0c`e86edbf0  00000000`00000000
    ffff8b0c`e86edbf8  00000000`00000000
    ffff8b0c`e86edc00  00000000`00000000
    ffff8b0c`e86edc08  00000000`00000000
    ffff8b0c`e86edc10  00000000`00000000
    ffff8b0c`e86edc18  00000000`00000000
    ffff8b0c`e86edc20  00000000`00000000
    ffff8b0c`e86edc28  00000000`00000000
    ffff8b0c`e86edc30  00000000`00000000
    ffff8b0c`e86edc38  00000000`00000000
    ffff8b0c`e86edc40  00000000`00000000
    ffff8b0c`e86edc48  00000000`00000000
    ffff8b0c`e86edc50  00000000`00000000
    ffff8b0c`e86edc58  00000000`00000000
    ffff8b0c`e86edc60  00000000`00000000
    ffff8b0c`e86edc68  00000000`00000000
    ffff8b0c`e86edc70  00000000`00000000
    ffff8b0c`e86edc78  00000000`00000000
    ffff8b0c`e86edc80  00000000`00000000
    ffff8b0c`e86edc88  00000000`00000000
    ffff8b0c`e86edc90  00000000`00000000
    ffff8b0c`e86edc98  00000000`00000000
    ffff8b0c`e86edca0  00000000`00000000
    ffff8b0c`e86edca8  00000000`00000000
    ffff8b0c`e86edcb0  00000000`00000000
    ffff8b0c`e86edcb8  00000000`00000000
    ffff8b0c`e86edcc0  00000000`00000000
    ffff8b0c`e86edcc8  00000000`00000000
    ffff8b0c`e86edcd0  00000000`00000000
    ffff8b0c`e86edcd8  00000000`00000000
    ffff8b0c`e86edce0  00000000`00000000
    ffff8b0c`e86edce8  00000000`00000000
    ffff8b0c`e86edcf0  00000000`00000000
    ffff8b0c`e86edcf8  00000000`00000000
    ffff8b0c`e86edd00  00000000`00000000
    ffff8b0c`e86edd08  00000000`00000000
    ffff8b0c`e86edd10  00000000`00000000
    ffff8b0c`e86edd18  00000000`00000000
    ffff8b0c`e86edd20  00000000`00000000
    ffff8b0c`e86edd28  00000000`00000000
    ffff8b0c`e86edd30  00000000`00000000
    ffff8b0c`e86edd38  00000000`00000000
    ffff8b0c`e86edd40  00000000`00000000
    ffff8b0c`e86edd48  00000000`00000000
    ffff8b0c`e86edd50  00000000`00000000
    ffff8b0c`e86edd58  00000000`00000000
    ffff8b0c`e86edd60  00000000`00000000
    ffff8b0c`e86edd68  00000000`00000000
    ffff8b0c`e86edd70  00000000`00000000
    ffff8b0c`e86edd78  00000000`00000000
    ffff8b0c`e86edd80  00000000`00000000
    ffff8b0c`e86edd88  00000000`00000000
    ffff8b0c`e86edd90  00000000`00000000
    ffff8b0c`e86edd98  00000000`00000000
    ffff8b0c`e86edda0  00000001`ffffff00
    ffff8b0c`e86edda8  fffffff6`00000002
    ffff8b0c`e86eddb0  716b8d86`00000006
    ffff8b0c`e86eddb8  00000100`00000000
    ffff8b0c`e86eddc0  7337660e`ebc8f400
    ffff8b0c`e86eddc8  ffffe78c`ff99b080
    ffff8b0c`e86eddd0  00000000`00000202
    ffff8b0c`e86eddd8  fffff804`678db5f6 nt!KiDeferredReadyThread+0xf46
    ffff8b0c`e86edde0  ffffe78c`ff99b080
    ffff8b0c`e86edde8  ffffe78c`ff99b080
    ffff8b0c`e86eddf0  ffffd781`b6c00180
    ffff8b0c`e86eddf8  00000000`00000000
    ffff8b0c`e86ede00  00000000`00000000
    ffff8b0c`e86ede08  00000000`00000003
    ffff8b0c`e86ede10  00000001`00000005
    ffff8b0c`e86ede18  00000000`00000000
    ffff8b0c`e86ede20  ffff8b0c`e86eef88
    ffff8b0c`e86ede28  00000000`00000000
    ffff8b0c`e86ede30  ffff8b0c`e86ee090
    ffff8b0c`e86ede38  fffff804`679db72f nt!KiSystemServiceExit+0x9f
    ffff8b0c`e86ede40  00000000`00000000
    ffff8b0c`e86ede48  ffff8b0c`e86ee670
    ffff8b0c`e86ede50  ffff8b0c`e86ee590
    ffff8b0c`e86ede58  fffff804`679ca547 nt!KeBugCheckEx+0x107
      My Computer


  3. Posts : 5,169
    64bit Win 10 Pro ver 21H2
       #33

    zbook said:
    @philc43 This was from the other thread. The method indicates that the Nvidia GPU drivers presence in the memory dump were after the crash. (Please confirm)
    Yes, in the clip from the analysis that you show the appearance of the nvlddmkm driver command is after the OS issued the bugcheck. The driver is probably instructing the system to write the BSOD event to the screen. The warning happens because a time stamp could not be verified from your symbol files, however, the driver will still work.
      My Computers


  4. Posts : 800
    Windows 10 Home x64
       #34

    So just from me at this point:

    1. Are both (Audio & Ethernet) Realtek drivers the latest ones / up to date (if relevant)?

    Latest Realtek HD Audio Driver Version - Windows 10 Forums
    REALTEK

    2. Are Intel RST / AHCI / chipset drivers up to date (if relevant)?

    Downloads for Intel® Rapid Storage Technology (Intel® RST)
    Intel® Driver & Support Assistant

    3. Are Logitech Options AND SetPoint the latest ones either?

    Latest Logitech Options Software - Windows 10 Forums
    https://www.tenforums.com/drivers-hardware/10273-latest-logitech-setpoint-software.html


    (and: I've always been using the latest available AMD driver for my RX 380 as supplied by HP for 1709 [Dec '17, with minor refresh in Aug '18] - that has never changed)
    Last edited by krzemien; 20 Feb 2019 at 04:56. Reason: CORRECTION
      My Computers


  5. Posts : 41,460
    windows 10 professional version 1607 build 14393.969 64 bit
       #35

    For this thread:

    FAILURE_ID_HASH_STRING: km:0x3b_c0000005_win32kfull!trackzorder

    Code:
    ffff8309`3c94cc90  00000000`00000000
    ffff8309`3c94cc98  fffff807`7e678670 dump_storahci!AhciPortReset+0xf4c
    ffff8309`3c94cca0  ffff9280`9d444ba4
    ffff8309`3c94cca8  00000000`00000000
    ffff8309`3c94ccb0  00000000`00000000
    ffff8309`3c94ccb8  00000000`00000000
    ffff8309`3c94ccc0  00000000`ffffff01
    ffff8309`3c94ccc8  ffff9280`9d444ba4
    ffff8309`3c94ccd0  00000000`00000000
    ffff8309`3c94ccd8  00000000`00000000
    ffff8309`3c94cce0  00000000`00000000
    ffff8309`3c94cce8  fffff807`7ec01c86 nvlddmkm+0x211c86
    ffff8309`3c94ccf0  00000000`00000000
    ffff8309`3c94ccf8  ffff9280`9d444bac
    ffff8309`3c94cd00  00000000`00000000
    ffff8309`3c94cd08  fffff807`7ebd0b9c nvlddmkm+0x1e0b9c
    ffff8309`3c94cd10  00000000`00000000
    ffff8309`3c94cd18  00000000`00000000
    ffff8309`3c94cd20  00000000`00efffff
    ffff8309`3c94cd28  fffff807`008007ff
    ffff8309`3c94cd30  ffffbe0b`0217f000
    ffff8309`3c94cd38  fffff807`7ebd0b9c nvlddmkm+0x1e0b9c
    ffff8309`3c94cd40  00000000`00000000
    ffff8309`3c94cd48  ffffbe0b`0217f000
    ffff8309`3c94cd50  00000000`0000191c
    ffff8309`3c94cd58  00000000`00000000
    ffff8309`3c94cd60  00000000`00001900
    ffff8309`3c94cd68  fffff807`7ebd0b9c nvlddmkm+0x1e0b9c
    ffff8309`3c94cd70  00000000`00000000
    ffff8309`3c94cd78  ffffbe0b`0217f000
    ffff8309`3c94cd80  00000000`00000000
    ffff8309`3c94cd88  00000000`00000000
    ffff8309`3c94cd90  ffffbe0b`0217f000
    ffff8309`3c94cd98  fffff807`7ebd1198 nvlddmkm+0x1e1198
    ffff8309`3c94cda0  ffffbe0b`0217f000
    ffff8309`3c94cda8  ffffbe0b`0217f000
    ffff8309`3c94cdb0  00000000`0000191c
    ffff8309`3c94cdb8  ffffbe0b`0217fe10
    ffff8309`3c94cdc0  ffffbe0b`0217fe10
    ffff8309`3c94cdc8  fffff807`7ebd1de7 nvlddmkm+0x1e1de7
    ffff8309`3c94cdd0  00000000`80000000
    ffff8309`3c94cdd8  ffffbe0b`0217f000
    ffff8309`3c94cde0  00000000`00000000
    ffff8309`3c94cde8  00000000`00000000
    ffff8309`3c94cdf0  ffffbe0b`0217f000
    ffff8309`3c94cdf8  fffff807`7ec2c881 nvlddmkm+0x23c881
    ffff8309`3c94ce00  ffffbe0b`01478050
    ffff8309`3c94ce08  00000000`00000000
    ffff8309`3c94ce10  00000000`00000000
    ffff8309`3c94ce18  ffffbe0b`0217fe10
    ffff8309`3c94ce20  ffffbe0b`0217f000
    ffff8309`3c94ce28  fffff807`7ebd69e2 nvlddmkm+0x1e69e2
    ffff8309`3c94ce30  00000000`80000000
    ffff8309`3c94ce38  00000000`00000000
    ffff8309`3c94ce40  00000000`0000191c
    ffff8309`3c94ce48  00000000`c1d00022
    ffff8309`3c94ce50  ffffbe0b`80000000
    ffff8309`3c94ce58  fffff807`00000020
    ffff8309`3c94ce60  ffff8309`3c94cea0
    ffff8309`3c94ce68  00000000`00000000
    ffff8309`3c94ce70  00000000`80000000
    ffff8309`3c94ce78  ffffbe0b`0217f000
    ffff8309`3c94ce80  00000000`0000191c
    ffff8309`3c94ce88  00000000`00000000
    ffff8309`3c94ce90  00000000`00000000
    ffff8309`3c94ce98  fffff807`7ebd66bf nvlddmkm+0x1e66bf
    ffff8309`3c94cea0  ffffbe0b`00000000
    ffff8309`3c94cea8  ffffbe0b`0217f000
    ffff8309`3c94ceb0  00000000`00000000
    ffff8309`3c94ceb8  00000000`00000000
    ffff8309`3c94cec0  00000000`80000000
    ffff8309`3c94cec8  00000000`00000000
    ffff8309`3c94ced0  00000000`00000001
    ffff8309`3c94ced8  ffffbe0b`02013050
    ffff8309`3c94cee0  ffffbe0b`019c1000
    ffff8309`3c94cee8  00000000`c1d00022
    ffff8309`3c94cef0  00000000`000000a0
    ffff8309`3c94cef8  ffffbe0b`0217f000
    ffff8309`3c94cf00  ffff8309`3c94cfa9
    ffff8309`3c94cf08  fffff807`78f21371 nt!EtwWriteEx+0xe1
    ffff8309`3c94cf10  ffff8309`00000000
    ffff8309`3c94cf18  ffff8309`00000000
    ffff8309`3c94cf20  ffff8309`3c94d568
    ffff8309`3c94cf28  ffffbe0b`02013050
    ffff8309`3c94cf30  00000000`80000000
    ffff8309`3c94cf38  00000000`00000000
    ffff8309`3c94cf40  00000000`000000a0
    ffff8309`3c94cf48  fffff807`7ec00206 nvlddmkm+0x210206
    ffff8309`3c94cf50  00000000`00000000
    ffff8309`3c94cf58  ffff8309`3c94d568
    ffff8309`3c94cf60  ffff8309`3c94cfa9
    ffff8309`3c94cf68  ffffbe0b`0217f000
    ffff8309`3c94cf70  00000000`80000000
    ffff8309`3c94cf78  00000000`00000000
    ffff8309`3c94cf80  00000000`00000007
    ffff8309`3c94cf88  00000000`00000000
    ffff8309`3c94cf90  00000000`00000000
    ffff8309`3c94cf98  00000000`000000a0
    ffff8309`3c94cfa0  00000000`00000000
    ffff8309`3c94cfa8  ffff8309`3c94d0d0
    ffff8309`3c94cfb0  00000000`00000000
    ffff8309`3c94cfb8  00000000`00000000
    ffff8309`3c94cfc0  00000000`00000000
    ffff8309`3c94cfc8  00000000`00000000
    ffff8309`3c94cfd0  ffff06fb`826e004c
    ffff8309`3c94cfd8  00000000`00f00000
    ffff8309`3c94cfe0  00000000`00000001
    ffff8309`3c94cfe8  ffff8309`3c94d568
    ffff8309`3c94cff0  ffffbe0b`019c1000
    ffff8309`3c94cff8  00000000`c1d00022
    ffff8309`3c94d000  00000000`00000038
    ffff8309`3c94d008  ffff8309`3c94d1c0
    ffff8309`3c94d010  00000001`00000001
    ffff8309`3c94d018  74726f50`69636841
    ffff8309`3c94d020  00000074`65736552
    ffff8309`3c94d028  00000000`00000000
    ffff8309`3c94d030  00000000`00000000
    ffff8309`3c94d038  00000000`00000001
    ffff8309`3c94d040  00000000`00000000
    ffff8309`3c94d048  00000000`00000000
    ffff8309`3c94d050  65736552`74726f50
    ffff8309`3c94d058  72457472`6f507c74
    ffff8309`3c94d060  766f6365`52726f72
    ffff8309`3c94d068  00000000`00797265
    ffff8309`3c94d070  00000001`00000000
    ffff8309`3c94d078  69614674`72617453
    ffff8309`3c94d080  7245516e`6f4e7c6c
    ffff8309`3c94d088  766f6365`52726f72
    ffff8309`3c94d090  00000000`00797265
    ffff8309`3c94d098  00000000`00000000
    ffff8309`3c94d0a0  726f7272`4551434e
    ffff8309`3c94d0a8  fffff807`78f76a75 nt!FioFwReadBytesAtOffset+0x1d
    ffff8309`3c94d0b0  74656c70`6d6f4372
    ffff8309`3c94d0b8  00000000`00000065
    ffff8309`3c94d0c0  00000000`00000000
    ffff8309`3c94d0c8  76697244`74726f50
    ffff8309`3c94d0d0  43746573`65527265
    ffff8309`3c94d0d8  fffff807`78f76a75 nt!FioFwReadBytesAtOffset+0x1d
    ffff8309`3c94d0e0  00000000`00000000
    ffff8309`3c94d0e8  00000000`00000000
    ffff8309`3c94d0f0  616c4665`74617453
    ffff8309`3c94d0f8  fffff807`7ead5d41 nvlddmkm+0xe5d41
    ffff8309`3c94d100  ffff9280`9cb8e1ad
    ffff8309`3c94d108  fffff807`78f769b3 nt!RaspInitializeGlyphData+0x337
    ffff8309`3c94d110  00000000`00000000
    ffff8309`3c94d118  00000000`0000308e
    ffff8309`3c94d120  ffffbe0b`064ba7a0
    ffff8309`3c94d128  fffff807`7ea051b6 nvlddmkm+0x151b6
    ffff8309`3c94d130  fffff807`7f0e8e18 nvlddmkm+0x6f8e18
    ffff8309`3c94d138  00000000`000001d1
    ffff8309`3c94d140  ffff9280`9cb8e4f9
    ffff8309`3c94d148  ffff9280`9cb8e889
    ffff8309`3c94d150  65766f6d`65526573
    ffff8309`3c94d158  02f6ffe8`00460002
    ffff8309`3c94d160  00000000`00000000
    ffff8309`3c94d168  fffff807`78f76c13 nt!RaspCreateSegmentList+0x187
    ffff8309`3c94d170  000001d1`00000000
    ffff8309`3c94d178  00000048`00000352
    ffff8309`3c94d180  00002800`0000030a
    ffff8309`3c94d188  fffff807`00000001
    ffff8309`3c94d190  00000000`00001868
    ffff8309`3c94d198  ffff9280`9cb8e50a
    ffff8309`3c94d1a0  ffff9280`9cb8e540
    ffff8309`3c94d1a8  ffffa27f`62e00000
    ffff8309`3c94d1b0  ffffa27f`6364af44
    ffff8309`3c94d1b8  00000000`00000000
    ffff8309`3c94d1c0  00000000`000000a3
    ffff8309`3c94d1c8  00000000`00000020
    ffff8309`3c94d1d0  ffff8309`3c94d518
    ffff8309`3c94d1d8  00000000`00000016
    ffff8309`3c94d1e0  00000000`00000000
    ffff8309`3c94d1e8  ffff9280`9cb96078
    ffff8309`3c94d1f0  00000000`00000048
    ffff8309`3c94d1f8  00000000`00000016
    ffff8309`3c94d200  ffffbe0b`01ab4000
    ffff8309`3c94d208  fffff807`7eabc422 nvlddmkm+0xcc422
    ffff8309`3c94d210  ffff8309`3c94d2fc
    ffff8309`3c94d218  ffff9280`9cb96078
    ffff8309`3c94d220  7fffffff`00000016
    ffff8309`3c94d228  000000a4`00000048
    ffff8309`3c94d230  ffff9280`00000058
    ffff8309`3c94d238  ffff9280`000001d1
    ffff8309`3c94d240  0000030a`0000030a
    ffff8309`3c94d248  000005a0`00000a00
    ffff8309`3c94d250  ffff9280`9cb96030
    ffff8309`3c94d258  fffff807`7c5f4b8d dxgkrnl!DpiSystemDisplayWrite+0xdd
    ffff8309`3c94d260  00000000`0000030a
    ffff8309`3c94d268  ffff8309`3c94d3b0
    ffff8309`3c94d270  00000000`00000000
    ffff8309`3c94d278  00000000`00000016
    ffff8309`3c94d280  00000000`00000058
    ffff8309`3c94d288  ffff9280`000001d1
    ffff8309`3c94d290  ffff8309`0000030a
    ffff8309`3c94d298  00000000`00000001
    ffff8309`3c94d2a0  00000000`00000001
    ffff8309`3c94d2a8  fffff807`78f68b6b nt!GxpWriteFrameBufferPixels+0x1c3
    ffff8309`3c94d2b0  ffff9280`9cb96030
    ffff8309`3c94d2b8  ffff8309`00000a00
    ffff8309`3c94d2c0  0000030a`000001d1
    ffff8309`3c94d2c8  ffff8309`3c94d2e8
    ffff8309`3c94d2d0  ffff8309`3c94d338
    ffff8309`3c94d2d8  00000000`00000001
    ffff8309`3c94d2e0  00000000`00000000
    ffff8309`3c94d2e8  00000048`00000016
    ffff8309`3c94d2f0  ffff8309`3c94d3c0
    ffff8309`3c94d2f8  ffff9280`9cb96030
    ffff8309`3c94d300  ffff8309`3c94d400
    ffff8309`3c94d308  ffff8309`3c94d518
    ffff8309`3c94d310  ffff9280`00000010
    ffff8309`3c94d318  000005a0`00000a00
    ffff8309`3c94d320  ffffbe0a`00000a00
    ffff8309`3c94d328  ffff8309`3c94d380
    ffff8309`3c94d330  00000000`00000000
    ffff8309`3c94d338  fffff807`7e664fb5 dump_storahci!IsNormalCommand+0x9
    ffff8309`3c94d340  ffff8309`3c94d400
    ffff8309`3c94d348  fffff807`7e623772 dump_diskdump!ScsiPortNotification+0x172
    ffff8309`3c94d350  ffff9280`9d444ba4
    ffff8309`3c94d358  fffff807`7e623772 dump_diskdump!ScsiPortNotification+0x172
    ffff8309`3c94d360  ffff9280`9d444b00
    ffff8309`3c94d368  fffff807`7e623772 dump_diskdump!ScsiPortNotification+0x172
    ffff8309`3c94d370  ffff9280`9d43ed00
    ffff8309`3c94d378  fffff807`7e6735e9 dump_storahci!AhciInterruptSpinlockAcquire+0xab59
    ffff8309`3c94d380  ffffbe0b`02c2e3e8
    ffff8309`3c94d388  fffff807`7e6735c3 dump_storahci!AhciInterruptSpinlockRelease+0xae33
    ffff8309`3c94d390  00000000`00000003
    ffff8309`3c94d398  ffffbe0b`02c2e570
    ffff8309`3c94d3a0  ffff8309`3c94d400
    ffff8309`3c94d3a8  00000000`0000001f
    ffff8309`3c94d3b0  ffff9280`9d444ba4
    ffff8309`3c94d3b8  fffff807`7e66455c dump_storahci!ActivateQueue+0x35c
    ffff8309`3c94d3c0  ffff8309`3c94d560
    ffff8309`3c94d3c8  fffff807`7e666abd dump_storahci!AhciProcessIo+0x32d
    ffff8309`3c94d3d0  ffff8309`00010000
    ffff8309`3c94d3d8  ffff9280`9d43ed00
    ffff8309`3c94d3e0  00000000`00000000
    ffff8309`3c94d3e8  ffff9280`9d444ba4
    ffff8309`3c94d3f0  00000000`00000001
    ffff8309`3c94d3f8  00000000`00000000
    ffff8309`3c94d400  00000000`00000003
    ffff8309`3c94d408  00000000`00000000
    ffff8309`3c94d410  00000000`00000000
    ffff8309`3c94d418  00000000`00000000
    ffff8309`3c94d420  00000000`00000000
    ffff8309`3c94d428  ffffbe0b`02c2e570
    ffff8309`3c94d430  00000000`00000000
    ffff8309`3c94d438  fffff807`7e660000 dump_storahci!GetABARAddress <PERF> (dump_storahci+0x0)
    ffff8309`3c94d440  00000000`00000000
    ffff8309`3c94d448  ffffbe0b`02c2e570
    ffff8309`3c94d450  ffffbe0b`02c2e3e8
    ffff8309`3c94d458  fffff807`7e667f5e dump_storahci!AhciHwStartIo+0xbde
    ffff8309`3c94d460  ffff06fb`826e1c5c
    ffff8309`3c94d468  fffff807`00000000
    ffff8309`3c94d470  ffff8309`3c94d560
    ffff8309`3c94d478  00000000`00000000
    ffff8309`3c94d480  00000000`00000000
    ffff8309`3c94d488  fffff807`78f691ee nt!BgpFoGetTextMetrics+0x1a
    ffff8309`3c94d490  ffff9280`9d444f7c
    ffff8309`3c94d498  fffff807`7988ab2e hal!IoFlushAdapterBuffers+0x1555e
    ffff8309`3c94d4a0  ffffbe0b`02c2e3e8
    ffff8309`3c94d4a8  ffff9280`9d43c000
    ffff8309`3c94d4b0  ffff9280`00000003
    ffff8309`3c94d4b8  00000000`00000000
    ffff8309`3c94d4c0  00000000`00000000
    ffff8309`3c94d4c8  00000000`00000000
    ffff8309`3c94d4d0  ffff9280`9cb96030
    ffff8309`3c94d4d8  fffff807`7e62185c dump_diskdump!WorkHorseDpc+0x1a8
    ffff8309`3c94d4e0  ffff06fb`826e1cbc
    ffff8309`3c94d4e8  ffff8309`00000001
    ffff8309`3c94d4f0  fffff1bf`fc46ac30
    ffff8309`3c94d4f8  ffff9280`9c581000
    ffff8309`3c94d500  00000000`00000001
    ffff8309`3c94d508  fffff807`78ee3366 nt!MiFlushTbList+0x36
    ffff8309`3c94d510  00000000`00000000
    ffff8309`3c94d518  00000000`00000000
    ffff8309`3c94d520  ffff8309`3c94d690
    ffff8309`3c94d528  00000000`00000000
    ffff8309`3c94d530  00000000`00000000
    ffff8309`3c94d538  ffff9280`9d444f7c
    ffff8309`3c94d540  ffffbe0b`02c2e570
    ffff8309`3c94d548  00000000`00000400
    ffff8309`3c94d550  00000001`00000001
    ffff8309`3c94d558  fffff807`7e669cf9 dump_storahci!ReleaseSlottedCommand+0x509
    ffff8309`3c94d560  ffff9280`9d444ba4
    ffff8309`3c94d568  ffffbe0b`02c2e570
    ffff8309`3c94d570  ffffbe0b`00000003
    ffff8309`3c94d578  00000000`00000000
    ffff8309`3c94d580  00000000`00000000
    ffff8309`3c94d588  00000000`00001000
    ffff8309`3c94d590  00000000`00000000
    ffff8309`3c94d598  00000000`000000ac
    ffff8309`3c94d5a0  ffff9280`9d43c000
    ffff8309`3c94d5a8  fffff807`7e666305 dump_storahci!AtaReadWriteRequest+0x95
    ffff8309`3c94d5b0  00000000`2c2894a0
    ffff8309`3c94d5b8  fffff807`798717a9 hal!KeQueryPerformanceCounter+0x1d9
    ffff8309`3c94d5c0  ffffbe0b`02c2e570
    ffff8309`3c94d5c8  ffff9280`9d444ba4
    ffff8309`3c94d5d0  ffff9280`9d444ba4
    ffff8309`3c94d5d8  fffff807`7e66820f dump_storahci!SrbConvertToATACommand+0x183
    ffff8309`3c94d5e0  00000000`00000000
    ffff8309`3c94d5e8  fffff807`79095df9 nt!KiCheckStall+0x2d
    ffff8309`3c94d5f0  ffff9280`9c919180
    ffff8309`3c94d5f8  00000000`00989680
    ffff8309`3c94d600  00000000`00000000
    ffff8309`3c94d608  ffff9280`9c919180
    ffff8309`3c94d610  00000000`00000000
    ffff8309`3c94d618  fffff807`79095bc4 nt!KeStallWhileFrozen+0x14
    ffff8309`3c94d620  00000000`00989680
    ffff8309`3c94d628  ffffbe0b`02c2e018
    ffff8309`3c94d630  00000000`00000000
    ffff8309`3c94d638  fffff807`7e621b47 dump_diskdump!AllocateScatterGatherList+0xdf
    ffff8309`3c94d640  ffff9280`9d43c000
    ffff8309`3c94d648  fffff807`79871551 hal!KeStallExecutionProcessor+0x111
    ffff8309`3c94d650  ffffb0f1`3775408e
    ffff8309`3c94d658  fffff807`78f3f13c nt!MmMapMemoryDumpMdlEx+0x19c
    ffff8309`3c94d660  ffff8309`3c94d7f8
    ffff8309`3c94d668  00000000`00001000
    ffff8309`3c94d670  00000000`00001000
    ffff8309`3c94d678  00000000`0000000a
    ffff8309`3c94d680  ffffbe0b`02c2e018
    ffff8309`3c94d688  ffffbe0b`02c2e3e8
    ffff8309`3c94d690  ffff1e76`b2d4c3fb
    ffff8309`3c94d698  fffff807`7e621c29 dump_diskdump!StartIo+0xa5
    ffff8309`3c94d6a0  ffff8309`3c94d7f8
    ffff8309`3c94d6a8  00000000`0000000a
    ffff8309`3c94d6b0  00000000`00000000
    ffff8309`3c94d6b8  ffffbe0b`02c2e3e8
    ffff8309`3c94d6c0  00000000`00000002
    ffff8309`3c94d6c8  fffff807`7e621e38 dump_diskdump!ExecuteSrb+0x120
    ffff8309`3c94d6d0  ffff8309`3c94d830
    ffff8309`3c94d6d8  ffffbe0b`02c2e018
    ffff8309`3c94d6e0  00000000`00000000
    ffff8309`3c94d6e8  00000000`00000000
    ffff8309`3c94d6f0  00000000`00001000
    ffff8309`3c94d6f8  00000000`00000000
    ffff8309`3c94d700  ffffbe0b`02c2e018
    ffff8309`3c94d708  fffff807`7e622234 dump_diskdump!DiskDumpWrite+0x1d4
    ffff8309`3c94d710  ffff8309`3c94d800
    ffff8309`3c94d718  ffff8309`3c94d830
    ffff8309`3c94d720  ffffbe0b`02c2e3e8
    ffff8309`3c94d728  00000000`00000000
    ffff8309`3c94d730  00000000`000000ac
    ffff8309`3c94d738  fffff80f`34ed8700 crashdmp!GetSecondaryMultiPartDumpCallbackSize+0xfc
    ffff8309`3c94d740  00000000`00000000
    ffff8309`3c94d748  00000000`00000000
    ffff8309`3c94d750  00000000`0000000a
    ffff8309`3c94d758  ffff8309`3c94d700
    ffff8309`3c94d760  00000000`00000000
    ffff8309`3c94d768  00000000`00001000
    ffff8309`3c94d770  ffffbe0b`02913010
    ffff8309`3c94d778  fffff80f`34ed8088 crashdmp!CrashdmpWriteRoutine+0x98
    ffff8309`3c94d780  00000003`eadac000
    ffff8309`3c94d788  ffff8309`3c94d7f8
    ffff8309`3c94d790  ffff8309`3c94d830
    ffff8309`3c94d798  ffff8309`3c94d830
    ffff8309`3c94d7a0  00000000`15254000
    ffff8309`3c94d7a8  fffff80f`34edead0 crashdmp!Context+0x50
    ffff8309`3c94d7b0  00000000`15254000
    ffff8309`3c94d7b8  fffff80f`34ed7b41 crashdmp!WritePageSpanToDisk+0x2dd
    ffff8309`3c94d7c0  00000003`eadac000
    ffff8309`3c94d7c8  ffff8309`3c94d8c0
    ffff8309`3c94d7d0  00000000`00001000
    ffff8309`3c94d7d8  fffff80f`34edead0 crashdmp!Context+0x50
    ffff8309`3c94d7e0  00000000`0000002d
    ffff8309`3c94d7e8  fffff807`79090edc nt!KiBugCheckProgress+0x13c
    ffff8309`3c94d7f0  00000000`00000000
    ffff8309`3c94d7f8  00000058`2ec94000
    ffff8309`3c94d800  fffff80f`34ed7ff0 crashdmp!CrashdmpWriteRoutine
    ffff8309`3c94d808  fffff80f`34ed7e40 crashdmp!CrashdmpWritePendingRoutine
    ffff8309`3c94d810  00000000`00000000
    ffff8309`3c94d818  fffff80f`34edead0 crashdmp!Context+0x50
    ffff8309`3c94d820  00000000`00001000
    ffff8309`3c94d828  00000000`0025dc5e
    ffff8309`3c94d830  00000000`00000000
    ffff8309`3c94d838  00000000`00110000
    ffff8309`3c94d840  00000000`00000000
    ffff8309`3c94d848  ffff9280`9c580000
    ffff8309`3c94d850  ffff9280`9c580000
    ffff8309`3c94d858  00000000`00001000
    ffff8309`3c94d860  00000000`0025dc5e
    ffff8309`3c94d868  00000000`00000000
    ffff8309`3c94d870  00000000`00000000
    ffff8309`3c94d878  00000000`00000000
    ffff8309`3c94d880  00000000`00000000
    ffff8309`3c94d888  00000000`00000000
    ffff8309`3c94d890  00000000`00000000
    ffff8309`3c94d898  00000000`00000000
    ffff8309`3c94d8a0  00000000`00000000
    ffff8309`3c94d8a8  00000000`00000000
    ffff8309`3c94d8b0  00000000`00000000
    ffff8309`3c94d8b8  00000000`00000000
    ffff8309`3c94d8c0  00000000`00000000
    ffff8309`3c94d8c8  00000000`00000000
    ffff8309`3c94d8d0  00000000`00000000
    ffff8309`3c94d8d8  00000000`00000000
    ffff8309`3c94d8e0  00000000`00000000
    ffff8309`3c94d8e8  fffff80f`34eda263 crashdmp!FindNextSetBitRange64+0xdf
    ffff8309`3c94d8f0  ffff6ec3`f2a275cd
    ffff8309`3c94d8f8  00000000`00000000
    ffff8309`3c94d900  00000000`0025dc5e
    ffff8309`3c94d908  00000000`00000001
    ffff8309`3c94d910  00000000`00000000
    ffff8309`3c94d918  00000000`00000001
    ffff8309`3c94d920  00000000`00000000
    ffff8309`3c94d928  fffff80f`34edead0 crashdmp!Context+0x50
    ffff8309`3c94d930  00000000`00000000
    ffff8309`3c94d938  fffff80f`34ed695e crashdmp!WriteBitmapDump+0x2b6
    ffff8309`3c94d940  00000000`00000000
    ffff8309`3c94d948  00000000`00000000
    ffff8309`3c94d950  fffff80f`34edead0 crashdmp!Context+0x50
    ffff8309`3c94d958  00000000`00000000
    ffff8309`3c94d960  00000000`00000000
    ffff8309`3c94d968  00000000`00000000
    ffff8309`3c94d970  00000001`00000000
    ffff8309`3c94d978  000151ce`00000001
    ffff8309`3c94d980  00000000`00000000
    ffff8309`3c94d988  00000000`0041f380
    ffff8309`3c94d990  00000000`00000000
    ffff8309`3c94d998  00000000`0025dc5e
    ffff8309`3c94d9a0  00000000`00000000
    ffff8309`3c94d9a8  00000000`00000000
    ffff8309`3c94d9b0  00000000`0002c6d5
    ffff8309`3c94d9b8  00000000`000151ce
    ffff8309`3c94d9c0  00000000`0002c6d5
    ffff8309`3c94d9c8  00000000`0041f380
    ffff8309`3c94d9d0  ffffbe0b`03012038
    ffff8309`3c94d9d8  fffff807`790763b0 nt!HvlGetEncryptedData
    ffff8309`3c94d9e0  fffff807`790763b0 nt!HvlGetEncryptedData
    ffff8309`3c94d9e8  fffff807`79090da0 nt!KiBugCheckProgress
    ffff8309`3c94d9f0  00000000`00000001
    ffff8309`3c94d9f8  00000000`00000000
    ffff8309`3c94da00  00000000`00000000
    ffff8309`3c94da08  00000000`00000004
    ffff8309`3c94da10  fffff80f`34edead0 crashdmp!Context+0x50
    ffff8309`3c94da18  fffff80f`34ed5a03 crashdmp!DumpWrite+0x29f
    ffff8309`3c94da20  fffff80f`34edead0 crashdmp!Context+0x50
    ffff8309`3c94da28  fffff807`79090da0 nt!KiBugCheckProgress
    ffff8309`3c94da30  fffff807`790763b0 nt!HvlGetEncryptedData
    ffff8309`3c94da38  fffff80f`34edaf00 crashdmp!CrashdmpTelemetrySaveEnvironmentVariable+0x50
    ffff8309`3c94da40  ffff6ec3`f2a27b00
    ffff8309`3c94da48  fffff80f`34ed1d3c crashdmp!CheckContextIntegrity+0x6c
    ffff8309`3c94da50  ffff8309`3c94dda0
    ffff8309`3c94da58  00000000`0000003b
    ffff8309`3c94da60  00000000`c0000001
    ffff8309`3c94da68  fffff807`79090da0 nt!KiBugCheckProgress
    ffff8309`3c94da70  00000000`00000000
    ffff8309`3c94da78  fffff80f`34ed4616 crashdmp!CrashdmpWrite+0x1f6
    ffff8309`3c94da80  00000000`00000000
    ffff8309`3c94da88  ffff8309`3c94dbb0
    ffff8309`3c94da90  fffff807`79090da0 nt!KiBugCheckProgress
    ffff8309`3c94da98  00000000`00000000
    ffff8309`3c94daa0  ffffbe0b`03012000
    ffff8309`3c94daa8  fffff807`7907f3cf nt!IoWriteCrashDump+0x4e3
    ffff8309`3c94dab0  fffff80f`34edeb50 crashdmp!Context+0xd0
    ffff8309`3c94dab8  ffff8309`3c94dbb0
    ffff8309`3c94dac0  fffff80f`34edeb50 crashdmp!Context+0xd0
    ffff8309`3c94dac8  ffffbe0b`03012000
    ffff8309`3c94dad0  00000000`00000000
    ffff8309`3c94dad8  00000000`00000000
    ffff8309`3c94dae0  00000000`00000000
    ffff8309`3c94dae8  fffff807`7989ab7d hal!HalSetEnvironmentVariableEx+0x14d
    ffff8309`3c94daf0  00000000`00000000
    ffff8309`3c94daf8  fffff807`798a2126 hal!HalpTimerUpdateApiConsumers+0x32
    ffff8309`3c94db00  ffff917c`03bc9000
    ffff8309`3c94db08  ffff9148`be01de48
    ffff8309`3c94db10  ffff9148`a45f00e8
    ffff8309`3c94db18  ffff9148`a4522f80
    ffff8309`3c94db20  00000000`0041f380
    ffff8309`3c94db28  ffffbe0b`03012038
    ffff8309`3c94db30  00000dff`00000000
    ffff8309`3c94db38  00000000`0000003b
    ffff8309`3c94db40  ffff8309`3c94eca0
    ffff8309`3c94db48  fffff708`48013c06 win32kfull!TrackZorder+0x26
    ffff8309`3c94db50  00000000`c0000005
    ffff8309`3c94db58  ffffbe0b`068bc080
    ffff8309`3c94db60  fffff807`7907ebf0 nt!IoSetDumpRange
    ffff8309`3c94db68  fffff807`7907e770 nt!IoFreeDumpRange
    ffff8309`3c94db70  ffff8309`3c94db20
    ffff8309`3c94db78  ffffbe0b`03012000
    ffff8309`3c94db80  00000000`00000000
    ffff8309`3c94db88  00000000`00000000
    ffff8309`3c94db90  00000000`c0000005
    ffff8309`3c94db98  fffff708`48013c06 win32kfull!TrackZorder+0x26
    ffff8309`3c94dba0  ffff8309`3c94eca0
    ffff8309`3c94dba8  00000000`00000000
    ffff8309`3c94dbb0  ffff06fb`826e15ec
    ffff8309`3c94dbb8  00000000`00000003
    ffff8309`3c94dbc0  fffff807`00000001
    ffff8309`3c94dbc8  ffffbe0b`068bc080
    ffff8309`3c94dbd0  00000000`00000001
    ffff8309`3c94dbd8  00000000`c0000000
    ffff8309`3c94dbe0  00000000`00000003
    ffff8309`3c94dbe8  ffff9280`9c919180
    ffff8309`3c94dbf0  00000000`00000000
    ffff8309`3c94dbf8  00000000`00000000
    ffff8309`3c94dc00  ffff8309`3c94dd10
    ffff8309`3c94dc08  fffff807`790907a0 nt!KeBugCheck2+0xc80
    ffff8309`3c94dc10  fffff807`792006a8 nt!PopBlackBoxEntries+0x18
    ffff8309`3c94dc18  fffff807`792006a8 nt!PopBlackBoxEntries+0x18
    ffff8309`3c94dc20  fffff807`792232f0 nt!KeBugCheckReasonCallbackListHead
    ffff8309`3c94dc28  fffff807`792232f0 nt!KeBugCheckReasonCallbackListHead
    ffff8309`3c94dc30  00000000`00000000
    ffff8309`3c94dc38  ffff8309`3c94dda0
    ffff8309`3c94dc40  ffffbe0b`068bc080
    ffff8309`3c94dc48  fffff807`79090da0 nt!KiBugCheckProgress
    ffff8309`3c94dc50  00000000`00000000
    ffff8309`3c94dc58  00000000`00000000
    ffff8309`3c94dc60  00000001`01000001
    ffff8309`3c94dc68  00000000`0000003b
    ffff8309`3c94dc70  ffffbe0b`068bc080
    ffff8309`3c94dc78  00000000`00000000
    ffff8309`3c94dc80  00000000`00000000
    ffff8309`3c94dc88  00000000`00000000
    ffff8309`3c94dc90  00000000`00000000
    ffff8309`3c94dc98  00000000`00000000
    ffff8309`3c94dca0  ffff9280`9c919180
    ffff8309`3c94dca8  00000003`00000003
    ffff8309`3c94dcb0  00000000`00000000
    ffff8309`3c94dcb8  fffff807`79090da0 nt!KiBugCheckProgress
    ffff8309`3c94dcc0  ffff8309`3c950000
    ffff8309`3c94dcc8  ffff8309`3c94a000
    ffff8309`3c94dcd0  ffff9280`9c919180
    ffff8309`3c94dcd8  ffff9280`9c880180
    ffff8309`3c94dce0  00000000`00000000
    ffff8309`3c94dce8  fffff730`c0613360
    ffff8309`3c94dcf0  00000000`00140001
    ffff8309`3c94dcf8  00000000`00000ff7
    ffff8309`3c94dd00  ffffbe0b`068bc080
    ffff8309`3c94dd08  ffff9280`9c919180
    ffff8309`3c94dd10  ffff9280`9c929300
    ffff8309`3c94dd18  00000000`00000001
    ffff8309`3c94dd20  c0011020`00300056
    ffff8309`3c94dd28  00000000`00000400
    ffff8309`3c94dd30  c0011020`00300056
    ffff8309`3c94dd38  00000000`00000400
    ffff8309`3c94dd40  ffff9280`9c92b000
    ffff8309`3c94dd48  ffffbe0a`fcc4d040
    ffff8309`3c94dd50  ffffbe0a`fcc7e180
    ffff8309`3c94dd58  00000000`00000044
    ffff8309`3c94dd60  ffff9280`9c929300
    ffff8309`3c94dd68  ffffbe0b`068bc080
    ffff8309`3c94dd70  ffff9280`9c919180
    ffff8309`3c94dd78  fffff807`78fba46f nt!SwapContext+0x1af
    ffff8309`3c94dd80  00000065`b4bbbdff
    ffff8309`3c94dd88  00000000`00000000
    ffff8309`3c94dd90  ffff9280`00000001
    ffff8309`3c94dd98  ffff9280`00000000
    ffff8309`3c94dda0  00000000`00000000
    ffff8309`3c94dda8  00000000`00000000
    ffff8309`3c94ddb0  00000000`00000000
    ffff8309`3c94ddb8  00000000`00000000
    ffff8309`3c94ddc0  00000000`00000000
    ffff8309`3c94ddc8  00000000`00000000
    ffff8309`3c94ddd0  00001f80`0010000f
    ffff8309`3c94ddd8  0053002b`002b0010
    ffff8309`3c94dde0  00000282`0018002b
    ffff8309`3c94dde8  00000000`00000000
    ffff8309`3c94ddf0  00000000`00000000
    ffff8309`3c94ddf8  00000000`00000000
    ffff8309`3c94de00  00000000`00000000
    ffff8309`3c94de08  00000000`00000000
    ffff8309`3c94de10  00000000`00000000
    ffff8309`3c94de18  ffff8309`3c94e470
    ffff8309`3c94de20  00000000`0000003b
    ffff8309`3c94de28  00000000`c0000005
    ffff8309`3c94de30  ffff8309`3c94fb00
    ffff8309`3c94de38  ffff8309`3c94e368
    ffff8309`3c94de40  ffff8309`3c94ea60
    ffff8309`3c94de48  ffff8309`3c94eb40
    ffff8309`3c94de50  00000000`00000000
    ffff8309`3c94de58  fffff708`48013c06 win32kfull!TrackZorder+0x26
    ffff8309`3c94de60  ffff8309`3c94eca0
    ffff8309`3c94de68  00000000`00000000
    ffff8309`3c94de70  00000000`78e00000
    ffff8309`3c94de78  fffff807`78fc4685 nt!KiSystemServiceCopyEnd+0x25
    ffff8309`3c94de80  ffff8309`3c94e560
    ffff8309`3c94de88  00000000`00000000
    ffff8309`3c94de90  ffff8309`3c94f458
    ffff8309`3c94de98  fffff807`78fb3440 nt!KeBugCheckEx
    ffff8309`3c94dea0  00000000`0000027f
    ffff8309`3c94dea8  00000000`00000000
    ffff8309`3c94deb0  00000000`00000000
    ffff8309`3c94deb8  00000000`00001f80
    ffff8309`3c94dec0  00000000`00000000
    ffff8309`3c94dec8  00000000`00000000
    ffff8309`3c94ded0  00000000`00000000
    ffff8309`3c94ded8  00000000`00000000
    ffff8309`3c94dee0  00000000`00000000
    ffff8309`3c94dee8  00000000`00000000
    ffff8309`3c94def0  00000000`00000000
    ffff8309`3c94def8  00000000`00000000
    ffff8309`3c94df00  00000000`00000000
    ffff8309`3c94df08  00000000`00000000
    ffff8309`3c94df10  00000000`00000000
    ffff8309`3c94df18  00000000`00000000
    ffff8309`3c94df20  00000000`00000000
    ffff8309`3c94df28  00000000`00000000
    ffff8309`3c94df30  00000000`00000000
    ffff8309`3c94df38  00000000`00000000
    ffff8309`3c94df40  0005be48`00a6f000
    ffff8309`3c94df48  00000000`00000000
    ffff8309`3c94df50  fffff807`792e3000 nt!Ports <PERF> (nt+0x4e3000)
    ffff8309`3c94df58  fffff807`78e00000 nt!MmFreeIndependentPages <PERF> (nt+0x0)
    ffff8309`3c94df60  ffff9280`9d63bbc0
    ffff8309`3c94df68  00000000`00000000
    ffff8309`3c94df70  fffff730`c0e5e9c0
    ffff8309`3c94df78  00000000`00000000
    ffff8309`3c94df80  ffff8309`3c94f500
    ffff8309`3c94df88  ffff917b`986072f0
    ffff8309`3c94df90  00000000`00000000
    ffff8309`3c94df98  00000000`00000000
    ffff8309`3c94dfa0  00000000`00000000
    ffff8309`3c94dfa8  00000000`00000000
    ffff8309`3c94dfb0  00000000`00000000
    ffff8309`3c94dfb8  00000000`00000000
    ffff8309`3c94dfc0  00000000`00000000
    ffff8309`3c94dfc8  00000000`00000000
    ffff8309`3c94dfd0  00000000`00000000
    ffff8309`3c94dfd8  00000000`00000000
    ffff8309`3c94dfe0  00000000`00000000
    ffff8309`3c94dfe8  00000000`00000000
    ffff8309`3c94dff0  00000000`00000000
    ffff8309`3c94dff8  00000000`00000000
    ffff8309`3c94e000  00000000`00000000
    ffff8309`3c94e008  00000000`00000000
    ffff8309`3c94e010  00000000`00000000
    ffff8309`3c94e018  00000000`00000000
    ffff8309`3c94e020  00000000`00000000
    ffff8309`3c94e028  00000000`00000000
    ffff8309`3c94e030  00000000`00000000
    ffff8309`3c94e038  00000000`00000000
    ffff8309`3c94e040  00000000`00000000
    ffff8309`3c94e048  00000000`00000000
    ffff8309`3c94e050  00000000`00000000
    ffff8309`3c94e058  00000000`00000000
    ffff8309`3c94e060  00000000`00000000
    ffff8309`3c94e068  00000000`00000000
    ffff8309`3c94e070  00000000`00000000
    ffff8309`3c94e078  00000000`00000000
    ffff8309`3c94e080  00000000`00000000
    ffff8309`3c94e088  00000000`00000000
    ffff8309`3c94e090  00000000`00000000
    ffff8309`3c94e098  00000000`00000000
    ffff8309`3c94e0a0  00000000`00000000
    ffff8309`3c94e0a8  00000000`00000000
    ffff8309`3c94e0b0  00000000`00000000
    ffff8309`3c94e0b8  00000000`00000000
    ffff8309`3c94e0c0  00000000`00000000
    ffff8309`3c94e0c8  00000000`00000000
    ffff8309`3c94e0d0  00000000`00000000
    ffff8309`3c94e0d8  00000000`00000000
    ffff8309`3c94e0e0  00000000`00000000
    ffff8309`3c94e0e8  00000000`00000000
    ffff8309`3c94e0f0  00000000`00000000
    ffff8309`3c94e0f8  00000000`00000000
    ffff8309`3c94e100  00000000`00000000
    ffff8309`3c94e108  00000000`00000000
    ffff8309`3c94e110  00000000`00000000
    ffff8309`3c94e118  00000000`00000000
    ffff8309`3c94e120  00000000`00000000
    ffff8309`3c94e128  00000000`00000000
    ffff8309`3c94e130  00000000`00000000
    ffff8309`3c94e138  00000000`00000000
    ffff8309`3c94e140  00000000`00000000
    ffff8309`3c94e148  00000000`00000000
    ffff8309`3c94e150  00000000`00000000
    ffff8309`3c94e158  00000000`00000000
    ffff8309`3c94e160  00000000`00000000
    ffff8309`3c94e168  00000000`00000000
    ffff8309`3c94e170  00000000`00000000
    ffff8309`3c94e178  00000000`00000000
    ffff8309`3c94e180  00000000`00000000
    ffff8309`3c94e188  00000000`00000000
    ffff8309`3c94e190  00000000`00000000
    ffff8309`3c94e198  00000000`00000000
    ffff8309`3c94e1a0  00000000`00000000
    ffff8309`3c94e1a8  00000000`00000000
    ffff8309`3c94e1b0  00000000`00000000
    ffff8309`3c94e1b8  00000000`00000000
    ffff8309`3c94e1c0  00000000`00000000
    ffff8309`3c94e1c8  00000000`00000000
    ffff8309`3c94e1d0  00000000`00000000
    ffff8309`3c94e1d8  00000000`00000000
    ffff8309`3c94e1e0  00000000`00000000
    ffff8309`3c94e1e8  00000000`00000000
    ffff8309`3c94e1f0  00000000`00000000
    ffff8309`3c94e1f8  00000000`00000000
    ffff8309`3c94e200  00000000`00000000
    ffff8309`3c94e208  00000000`00000000
    ffff8309`3c94e210  00000000`00000000
    ffff8309`3c94e218  00000000`00000000
    ffff8309`3c94e220  00000000`00000000
    ffff8309`3c94e228  00000000`00000000
    ffff8309`3c94e230  00000000`00000000
    ffff8309`3c94e238  00000000`00000000
    ffff8309`3c94e240  00000000`00000000
    ffff8309`3c94e248  00000000`00000000
    ffff8309`3c94e250  00000000`00000000
    ffff8309`3c94e258  00000000`00000000
    ffff8309`3c94e260  00000000`00000000
    ffff8309`3c94e268  00000000`00000000
    ffff8309`3c94e270  00000001`ffffff00
    ffff8309`3c94e278  fffffff6`0000000d
    ffff8309`3c94e280  00000000`00000006
    ffff8309`3c94e288  00000008`00000001
    ffff8309`3c94e290  00050000`00180900
    ffff8309`3c94e298  ffffbe0b`09ffc080
    ffff8309`3c94e2a0  00000000`00000202
    ffff8309`3c94e2a8  fffff807`78ec45f6 nt!KiDeferredReadyThread+0xf46
    ffff8309`3c94e2b0  ffffbe0b`09ffc080
    ffff8309`3c94e2b8  ffffbe0b`09ffc080
    ffff8309`3c94e2c0  ffff9280`9cdb9180
    ffff8309`3c94e2c8  00000000`e1e41882
    ffff8309`3c94e2d0  00000000`00000000
    ffff8309`3c94e2d8  00000000`00000002
    ffff8309`3c94e2e0  00000001`00000007
    ffff8309`3c94e2e8  00000000`00000000
    ffff8309`3c94e2f0  ffff8309`3c94f458
    ffff8309`3c94e2f8  00000000`00000000
    ffff8309`3c94e300  ffff8309`3c94e560
    ffff8309`3c94e308  fffff807`78fc4685 nt!KiSystemServiceCopyEnd+0x25
    ffff8309`3c94e310  00000000`00000000
    ffff8309`3c94e318  ffff8309`3c94eb40
    ffff8309`3c94e320  ffff8309`3c94ea60
    ffff8309`3c94e328  fffff807`78fb3547 nt!KeBugCheckEx+0x107
    ffff8309`3c94e330  00000000`00000000
    ffff8309`3c94e338  ffffbe0b`09ffc1f0
    ffff8309`3c94e340  ffff8309`3c94fb00

    In the above BSOD memory dump file the Nvidia GPU drivers appeared after the crash.





    Windows driver verifier is a tool used to find misbehaving drivers and malfunctioning hardware.

    These are links with information on:
    customized driver settings
    customized test settings
    how to turn on and off the tool from the desktop
    how to use the Windows advanced troubleshooting menu to turn off or recover from using the tool

    Enable and Disable Driver Verifier in Windows 10 | Tutorials

    Driver Verifier-- tracking down a mis-behaving driver. - Microsoft Community

    Before using the tool:
    a) make a backup image using Macrium or similar software
    Macrium Software | Your Image is Everything
    b) save the backup image to another disk or to the cloud
    c) make a brand new restore point:
    Create System Restore Point in Windows 10 | Tutorials
    d) make sure that you understand the methods to use the computer's Windows advanced troubleshooting menu to turn off or recover from using the tool


    The tool will be used for 48 hours.
    After the last BSOD the tool will be used for an additional 36 hours of typical computer use.
    If there are no more BSOD then that will complete the use of the tool.

    While the tool is used the computer may become sluggish. This includes slow boots.
    If there are problems related to too much sluggishness or boots that are too slow the customized test settings can be modified.

    Please use the customized test settings in this link:

    Driver Verifier-- tracking down a mis-behaving driver. - Microsoft Community
      My Computer


  6. Posts : 261
    Windows 10 Home 21H2
       #36

    Regarding the explanation in post #31 by philc43, please keep in the mind the region of memory being examined is a stack - in this case a callstack. The stack grows and shrinks over time so it's quite possible for there to be calls "above" (from the output point of view) the current stack pointer which happened much earlier but are likely meaningless at the time of the crash. None of it gets "removed" in the sense of being tracked and cleared. It is just ignored by the way a stack works and overwritten when the space is needed.

    Apologies if the above is obvious but it seemed like it was being overlooked.
      My Computer


  7. Posts : 5,169
    64bit Win 10 Pro ver 21H2
       #37

    cwsink said:
    Regarding the explanation in post #31 by philc43, please keep in the mind the region of memory being examined is a stack - in this case a callstack. The stack grows and shrinks over time so it's quite possible for there to be calls "above" (from the output point of view) the current stack pointer which happened much earlier but are likely meaningless at the time of the crash. None of it gets "removed" in the sense of being tracked and cleared. It is just ignored by the way a stack works and overwritten when the space is needed.

    Apologies if the above is obvious but it seemed like it was being overlooked.
    That's a good addition and provides even more reason to be cautious of making statements based on dps data taken from that region.
      My Computers


  8. Posts : 261
    Windows 10 Home 21H2
       #38

    Agreed. It would be nice if a timestamp was used in callstacks for debugging purposes but we aren't so lucky. Not yet, anyway. There's something called Time Travel Debugging for user mode debugging but not for kernel debugging as far as I know.
      My Computer


  9. Posts : 93
    Microsoft Windows 10 Professional (x64)
    Thread Starter
       #39

    Hi Zbook (and others),

    Thanks for your continued interest and help in solving my problem!

    As I understand correctly, I should now start with the steps in post #35.

    Before I begin:
    - should (may) I put my original (faster) AMD RX580 videocard back in my 'malfunctioning' computer, or should I leave the NVIDIA GTX 770 in?
    - As instructed in post #18, I turned off Window updates of non-Microsoft drivers with
    "Turn_off_include_drivers_in_Windows_Update.reg". Should I turn this "on" again, or leave it off for now?
      My Computers


  10. Posts : 41,460
    windows 10 professional version 1607 build 14393.969 64 bit
       #40

    Please use the Nvidia card and maintain the current settings for Windows updates so that they are off for non-Microsoft drivers.
    The tool will be used for several days to find misbehaving drivers or malfunctioning hardware.

    For any BSOD:
    a) Run the BETA log collector and post a new zip into the thread
    b) Open file explorer > this PC > C: > in the right upper corner search for C:\windows\memory.dmp > if the file size is < 1.5 GB then zip and post a separate share link into the thread (one drive, drop box, google drive)
      My Computer


 

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

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




Windows 10 Forums