-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Insecure download crashes Brave when resuming after warning icon/flow #30626
Comments
New stacktrace (same crash steps) from
|
Looking now |
In local build, I got different dcheck failure first.
And, above seems fixed by calling And then I can get this crash log and it's same crash with the description.
|
Ok, I found the issue. It's upstream bug and chrome stable also has this crash. |
BTW, I found another issue while working on this issue - #30736. Looking. |
fix brave/brave-browser#30626 Applied directly as all changes will be available when we bump cr version later. At that time, we could delete all these patch files. Picked DCHECK failures fix from https://chromium-review.googlesource.com/c/chromium/src/+/4549388 to download_bubble_security_view.cc. Picked CHECK failures fix from https://chromium-review.googlesource.com/c/chromium/src/+/4574027 to download_toolbar_button_view.cc.
The above requires |
Verified with
Reproduced the crash using STR from description and Confirmed when using |
Description
Insecure download crashes Brave when resuming after warning icon/flow
Steps to Reproduce
1.53.67
https://www.leaseweb.com/platform/network
Save Link As...
Save
Downloads
iconActual result:
💥 Crashes in
main
- literally says nothing more than that inBacktrace.io
, other than it hit abreakpoint
.Expected result:
No crash
Reproduces how often:
100%
Brave version (brave://version info)
Version/Channel Information:
Other Additional Information:
Miscellaneous Information:
cc @spylogsster @sangwoo108 @simonhong @rebron @brave/qa-team
The text was updated successfully, but these errors were encountered: