WebView2Feedback icon indicating copy to clipboard operation
WebView2Feedback copied to clipboard

[Problem/Bug]: retry a cancelled download from the downloads page generate a process failed event with no crash report

Open jls28 opened this issue 1 year ago • 2 comments

What happened?

from the downloads page (edge://downloads/), I have a list with some cancelled downloads with a retry button;

when I click on the retry button, this generate immediatly a process failed event;

Importance

Moderate. My app's user experience is affected, but still usable.

Runtime Channel

Stable release (WebView2 Runtime)

Runtime Version

126.0.2592.113

SDK Version

1.0.2646-prerelease, 1.0.2365.46

Framework

Win32

Operating System

Windows 10

OS Version

10.0.19045

Repro steps

This is easy to reproduce (even with the WebView2APISample) start a download and cancel, then open the downloads page, found the cancelled download and click on the retry button.

Repros in Edge Browser

No, issue does not reproduce in the corresponding Edge version

Regression

Don't know

Last working version (if regression)

No response

AB#53282949

jls28 avatar Aug 15 '24 07:08 jls28

Hi, @jls28!

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.

Thank you for your cooperation!

github-actions[bot] avatar Aug 15 '24 07:08 github-actions[bot]

I am able to reproduce this issue using the WebView2APISample

SDK build 2730.0 Runtime version 127.0.2651.105

This is the browser process exited error that was thrown. image

victorhuangwq avatar Aug 15 '24 20:08 victorhuangwq