Skip to content
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

Crash in BraveVpnPreferences #30656

Closed
SergeyZhukovsky opened this issue May 29, 2023 · 0 comments · Fixed by brave/brave-core#18988
Closed

Crash in BraveVpnPreferences #30656

SergeyZhukovsky opened this issue May 29, 2023 · 0 comments · Fixed by brave/brave-core#18988
Assignees
Labels
crash OS/Android Fixes related to Android browser functionality priority/P2 A bad problem. We might uplift this to the next planned release. QA/No release-notes/include

Comments

@SergeyZhukovsky
Copy link
Member

SergeyZhukovsky commented May 29, 2023

I found that crash in backtrace on stable 1.51.121 channel:

java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.res.Resources android.content.Context.getResources()' on a null object reference
        at org.chromium.chrome.browser.settings.BraveVpnPreferences.updateSummaries(BraveVpnPreferences.java:289)
        at org.chromium.chrome.browser.settings.BraveVpnPreferences$$ExternalSyntheticLambda3.run(R8$$SyntheticClass:156)
        at android.os.Handler.handleCallback(Handler.java:938)
        at android.os.Handler.dispatchMessage(Handler.java:99)
        at android.os.Looper.loopOnce(Looper.java:226)
        at android.os.Looper.loop(Looper.java:313)
        at android.app.ActivityThread.main(ActivityThread.java:8663)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:567)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1135)
@SergeyZhukovsky SergeyZhukovsky added crash priority/P2 A bad problem. We might uplift this to the next planned release. QA/No release-notes/include OS/Android Fixes related to Android browser functionality labels May 29, 2023
@deeppandya deeppandya self-assigned this May 31, 2023
@brave-builds brave-builds added this to the 1.55.x - Nightly milestone Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash OS/Android Fixes related to Android browser functionality priority/P2 A bad problem. We might uplift this to the next planned release. QA/No release-notes/include
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants