2024-12-22, 06:45 PM
Try updating this file. It moves from an asynchronous stop (with timeout), to a synchronous one.
This should help us see in the logs if it's just taking a long time to stop, or never stopping. If never stopping, we could look at using procdump.exe to dump the DeviceHostWindows process to a .dmp file, which I can load in the debugger. I might be able to tell what is blocking it from stopping.
This should help us see in the logs if it's just taking a long time to stop, or never stopping. If never stopping, we could look at using procdump.exe to dump the DeviceHostWindows process to a .dmp file, which I can load in the debugger. I might be able to tell what is blocking it from stopping.