Liang Zhao - MSFT

Results 24 comments of Liang Zhao - MSFT

Added a tracking work item. We will triage it. There are multiple processes involved in WebView2, so it is more complicated than simply setting a priority on webview thread. The...

@sln162 do we have a guess of which software is creating the files? Are the time stamp on those files suggest that the files are created at the time of...

Thanks a lot for the repro. It is a WebView2 issue. We'll investigate and update.

We are still investigating the issue. It is related to something in the OS itself and might take longer to address. The repro really helps and we have enough clue...

I think that it is WM_ENDSESSION that is killing the WebView browser processes. So, if app process stops shutdown before OS tries to shutdown WebView browser processes, WebView2 browser processes...

At the moment the best solution would be the workaround mentioned by jebihug: the app calls SetProcessShutdownParameters(0x281, 0) so that the app process got notified before WebView2 processes. If the...

Changes for https://github.com/MicrosoftEdge/WebView2Feedback/issues/4509 might have changed the behavior. Is there any repro after updating WebView2 SDK to version > 1.0.2562?

Assuming that you are using Windows Task Manager to kill the GPU process, instead of killing the process, could you try to "Create dump file" and then share it with...

@prelude0000 , thanks for sending the dump file. It shows that the process is waiting on a lock from the driver, but doesn't provide the whole picture. We need your...

@salman0ansari is it possible for you to collect a kernel dump?