New issue
Advanced search Search tips

Issue 687221 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: Feb 2017
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug-Regression



Sign in to add a comment

Crash on today Canary during app start

Project Member Reported by mwia...@google.com, Jan 31 2017

Issue description

UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.76 Safari/537.36

Steps to reproduce the problem:
1. install Chrome Canary
2. open it

What is the expected behavior?
Application window

What went wrong?
01-31 17:47:43.247 21549 21549 E AndroidRuntime: FATAL EXCEPTION: main
01-31 17:47:43.247 21549 21549 E AndroidRuntime: Process: com.chrome.canary, PID: 21549
01-31 17:47:43.247 21549 21549 E AndroidRuntime: java.lang.RuntimeException: Unable to get provider com.google.android.apps.chrome.icing.IcingProvider: java.lang.NullPointerException: Attempt to invoke interface method 'java.lang.Object java.util.Map.get(java.lang.Object)' on a null object reference
01-31 17:47:43.247 21549 21549 E AndroidRuntime: 	at android.app.ActivityThread.installProvider(ActivityThread.java:6770)
01-31 17:47:43.247 21549 21549 E AndroidRuntime: 	at android.app.ActivityThread.installContentProviders(ActivityThread.java:6362)
01-31 17:47:43.247 21549 21549 E AndroidRuntime: 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6302)
01-31 17:47:43.247 21549 21549 E AndroidRuntime: 	at android.app.ActivityThread.access$1800(ActivityThread.java:222)
01-31 17:47:43.247 21549 21549 E AndroidRuntime: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1861)
01-31 17:47:43.247 21549 21549 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:102)
01-31 17:47:43.247 21549 21549 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:158)
01-31 17:47:43.247 21549 21549 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:7229)
01-31 17:47:43.247 21549 21549 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
01-31 17:47:43.247 21549 21549 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
01-31 17:47:43.247 21549 21549 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)
01-31 17:47:43.247 21549 21549 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'java.lang.Object java.util.Map.get(java.lang.Object)' on a null object reference
01-31 17:47:43.247 21549 21549 E AndroidRuntime: 	at org.chromium.chrome.browser.ChromeApplication.createObject(ChromeApplication.java:384)
01-31 17:47:43.247 21549 21549 E AndroidRuntime: 	at org.chromium.chrome.browser.externalauth.ExternalAuthUtils.getInstance(ExternalAuthUtils.java:53)
01-31 17:47:43.247 21549 21549 E AndroidRuntime: 	at com.google.android.apps.chrome.icing.IcingProvider.isEnabled(IcingProvider.java:147)
01-31 17:47:43.247 21549 21549 E AndroidRuntime: 	at com.google.android.apps.chrome.icing.IcingProvider.onCreate(IcingProvider.java:1195)
01-31 17:47:43.247 21549 21549 E AndroidRuntime: 	at android.content.ContentProvider.attachInfo(ContentProvider.java:1789)
01-31 17:47:43.247 21549 21549 E AndroidRuntime: 	at android.content.ContentProvider.attachInfo(ContentProvider.java:1764)
01-31 17:47:43.247 21549 21549 E AndroidRuntime: 	at android.app.ActivityThread.installProvider(ActivityThread.java:6767)
01-31 17:47:43.247 21549 21549 E AndroidRuntime: 	... 10 more

Crashed report ID: 

How much crashed? Whole browser

Is it a problem with a plugin? No 

Did this work before? Yes Canary from yesterday

Chrome version: 58.0.2998.0  Channel: canary
OS Version: 6.0.1
Flash Version: 

Checked on some Samsungs (S7, S7 Edge)

 

Comment 1 by mwia...@google.com, Jan 31 2017

OS = Android
Labels: -OS-Linux OS-Android

Comment 3 by mwia...@google.com, Feb 2 2017

Currenty Canary is working fine on these devices -> bug can be closed
Status: Fixed (was: Unconfirmed)
Thanks for the confirmation! Closing per #3

Sign in to add a comment