-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Brave crashed when the user clicked on the Brave VPN
menu option via the Hamburger menu in a Brave VPN enabled profile
#41084
Comments
My crash ID: 1afa1200-9ce4-970c-0000-000000000000 Using:
|
I'm suspecting that the root cause is the solution in https://issues.chromium.org/issues/40232718 Basically, there was several CL's fixing this (see issue for exact links to each). This line is what causes the recursion (causing the freeze/crash):
Working on a fix |
OK found a solution The The views code upstream must now be doing the calculation properly. When I remove this override, it looks correct now: Will push a fix here soon to 1.70.x first - then to master |
This is no longer needed; it was put in place with #13374 but recent changes in Chromium 129 have made this obsolete (and it causes recursion). See https://issues.chromium.org/issues/40232718 for more info Fixes brave/brave-browser#41084
This is no longer needed; it was put in place with #13374 but recent changes in Chromium 129 have made this obsolete (and it causes recursion). See https://issues.chromium.org/issues/40232718 for more info Fixes brave/brave-browser#41084
Closing as brave/brave-core#25594 was merged into |
Verification PASSED on
New user_PASSED
Existing user with VPN enabled_PASSED
Existing user without VPN enabled_PASSED
Refresh Firewall+VPN credentials_PASSED
|
Verification
New VPN subscriber - PASSED
Existing VPN Subscriber - PASSED
Upgrade - PASSED
|
Verification
New VPN subscriber - PASSED
Existing VPN Subscriber -PASSED
Upgrade - PASSED
</details. |
Description
Brave crashed when the user clicked on the
Brave VPN
menu option via the Hamburger menu in a Brave VPN enabled profileSteps to reproduce
1.70.111
Brave VPN
menu option via Hamburger menuActual result
Brave crashed
Expected result
should not be any crash
Reproduces how often
Easily reproduced
Brave version (brave://version info)
Channel information
Reproducibility
Miscellaneous information
cc: @brave/qa-team @mattmcalister @rebron
The text was updated successfully, but these errors were encountered: