-
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
Browser crash when Tor/Guest/Private window is opened in some locales - follow up to 6421 #6476
Comments
I am seeing the crash for Guest/PT/TOR for TOR window - https://drive.google.com/open?id=1t8RslWkFhQ1Nu_TCpVSsw3UYvmaRh0Zy |
Fixes brave/brave-browser#6476 Specifically, fixes the engine when a previously set engine is no longer available. For example, in DE the engine used to be DDG (501), but was changed in the prepopulated list to DDG_DE(516). The value in the preferences will not be able to be used to get a valid engine (and cause a crash). This change checks if the currently selected engine is available and if not resets the value to the currently preset default.
Fixes brave/brave-browser#6476 Specifically, fixes the engine when a previously set engine is no longer available. For example, in DE the engine used to be DDG (501), but was changed in the prepopulated list to DDG_DE(516). The value in the preferences will not be able to be used to get a valid engine (and cause a crash). This change checks if the currently selected engine is available and if not resets the value to the currently preset default.
Verification passed on
Verified test plan from brave/brave-core#3738 Still reproducible, Logged #6565 |
Verification passed on
Verification passed on
Verified passed with
|
Removed |
Test plan
See below; things to check also called out in brave/brave-core#3738
Description
Follow up to #6421
When opening a Tor (or Guest or Private) window in some locales the browser crashes.
Germany - reproduced for Tor window. Example crash ID:
Australia - reproduced for Private/Guest/Tor windows
New Zealand - reproduced for Private/Guest/Tor windows. Example crash ID:
Ireland - reproduced as well but forgot to save crashes. If you need them let me know and I'll generate more.
Could not reproduce with US/UK locales.
Steps to Reproduce
Actual result:
Crash
Expected result:
No crash
Reproduces how often:
easily
Brave version (brave://version info)
Version/Channel Information:
Other Additional Information:
Miscellaneous Information:
cc @bsclifton @rebron @brave/legacy_qa
The text was updated successfully, but these errors were encountered: