You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our Windows Forms application, we have the capability to open forms containing WebView2 browsers. We encountered a crash when we opened a form with a WebView2 browser, initiated and completed a file download, and then closed the form while the download window was still open.
We haven't been able to create a reproducible example outside our application, but we do have a minidump file.
We don't yet feel comfortable sharing a minidump file as it might contain confidential data, but we have analyzed it via WinDbg.
Important. My app's user experience is significantly compromised.
Runtime Channel
Stable release (WebView2 Runtime)
Runtime Version
131.0.2903.112
SDK Version
1.0.2739.15
Framework
Winforms
Operating System
Windows 11
OS Version
26100.2605
Repro steps
Launch the Windows Forms application.
Open a form that contains a WebView2 browser.
Navigate to a website where you can download a file.
Initiate a file download using the WebView2 browser.
Wait for the download to complete, ensuring the download window is still open.
Close the form that contains the WebView2 browser while the download window remains open.
Observe that the application crashes.
On the stable runtime the issue seems to reproduce consistently. We also tested on the 132.0.2957.93 beta runtime and while it still crashes it seems to do so less often.
Repros in Edge Browser
No, issue does not reproduce in the corresponding Edge version
Regression
Regression in newer Runtime
Last working version (if regression)
Unknown
The text was updated successfully, but these errors were encountered:
It seems that your issue contains the word "crash". If you have not already, could you attach a crash dump as a comment?
WV2 crash dumps are located in a subfolder of the app's user data folder (UDF): <UDF>\EBWebView\Crashpad\reports\. By default, the user data folder is created in the app's folder with a name like <App Exe Name>.exe.WebView2. Refer to Crash Diagnostics for more information.
What happened?
In our Windows Forms application, we have the capability to open forms containing WebView2 browsers. We encountered a crash when we opened a form with a WebView2 browser, initiated and completed a file download, and then closed the form while the download window was still open.
We haven't been able to create a reproducible example outside our application, but we do have a minidump file.
We don't yet feel comfortable sharing a minidump file as it might contain confidential data, but we have analyzed it via WinDbg.
Importance
Important. My app's user experience is significantly compromised.
Runtime Channel
Stable release (WebView2 Runtime)
Runtime Version
131.0.2903.112
SDK Version
1.0.2739.15
Framework
Winforms
Operating System
Windows 11
OS Version
26100.2605
Repro steps
On the stable runtime the issue seems to reproduce consistently. We also tested on the 132.0.2957.93 beta runtime and while it still crashes it seems to do so less often.
Repros in Edge Browser
No, issue does not reproduce in the corresponding Edge version
Regression
Regression in newer Runtime
Last working version (if regression)
Unknown
The text was updated successfully, but these errors were encountered: