Crash in nvwgf2umx.dll when resizing window

Hi,

I’m seeing a crash in the NVIDIA driver when resizing an application window. I have a crash full dump and can provide it if that would help your team investigate.

The crash is inside nvwgf2umx.dll module at the top of the stack. Below that, the stack shows D3D11 cleanup calls:

nvwgf2umx.dll!00007ffcb73619d3()

nvwgf2umx.dll!00007ffcb78499f4()

d3d11.dll!NDXGI::CDevice::DestroyDriverInstance(void)

d3d11.dll!CContext::LUCBeginLayerDestruction()

d3d11.dll!NOutermost::CDeviceChild::LUCBeginLayerDestruction(void)

d3d11.dll!NOutermost::CDeviceChild::FinalRelease(void)

Our app uses OpenGL rendering backend only, we don’t call D3D11 directly, so this is likely from the window/system side.

What’s the best way to submit the dump file and what other info do you need?

Thanks.