-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creation of WebView2 hangs with 100% CPU msedgewebview2.exe process (probably renderer process) #3698
Comments
@Urmeli0815 - Can you take a dump of the process in this state and share it? |
Hello @aluhrs13, our customer sent us two dumps: |
@vbryh-msft can you PTAL while Liang is OOF? |
I am the customer @Urmeli0815 mentioned. |
The stacks for main thread are different in both dumps, so it does not looks like deadlock/hung there - dumped process is renderer which does some CSS/JS work.
|
|
Sorry, we stopped using the application. We switched to something else. Edit: |
@SanderBouwhuis No problem, thanks for the initial feedback. Can you do me a favour and remove the reference to our product in your last comment? @vbryh-msft I propose we close this issue, if we experience something similar I will create a new one. |
Description
A customer is experiencing a problem with WebView2 in our application. Our application starts and waits for WebView2 to be initialized. One msedgewebview2.exe process occupies one CPU core 100% and our app hangs.
Customer already reinstalled WebView2 and also mentioned that no special Anti-Malware application is active (just built-in Windows defender).
Version
SDK: 1.0.1518.46
Runtime: 115.0.1901.200
Framework: Win32
OS: Win10
Screenshots
Additional context
The customer sent us dumps of the CPU-burning process, we could provide them for analysis.
The text was updated successfully, but these errors were encountered: