Crash dump has the following. I am just pasting this, if you want the rest of it:
https://pastebin.com/W4gHCndP.
BugCheck 50, {fffffc7e00000000, 0, 0, 6}
Probably caused by : dxgkrnl.sys ( dxgkrnl!DXGADAPTERALLOCATION::~DXGADAPTERALLOCATION+1a )
0: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
PAGE_FAULT_IN_NONPAGED_AREA (50)
Invalid system memory was referenced. This cannot be protected by try-except.
Typically the address is just plain bad or it is pointing at freed memory.
Arguments:
Arg1: fffffc7e00000000, memory referenced.
Arg2: 0000000000000000, value 0 = read operation, 1 = write operation.
Arg3: 0000000000000000, If non-zero, the instruction address which referenced the bad memory
address.
Arg4: 0000000000000006, (reserved)