[Restrict-View-Google] Force close occurrs |
|||
Issue descriptionChrome Version: 60.x OS: O-OS Device: Samsung Devices What steps will reproduce the problem? (1)Automated Random Test cases are being executed. What is the expected result? There should be no crash. What happens instead? Fatal is observed.
,
Feb 10 2018
,
Sep 13
Archiving old bugs that haven't been actively assigned in over 180 days. If you feel this issue should still be addressed, feel free to reopen it or to file a new issue. Thanks! |
|||
►
Sign in to add a comment |
|||
Comment 1 by twinkl...@samsung.com
, Oct 23 201710-19 23:16:33.529 10113 16247 16247 E AndroidRuntime: FATAL EXCEPTION: main 10-19 23:16:33.529 10113 16247 16247 E AndroidRuntime: Process: com.android.chrome, PID: 16247 10-19 23:16:33.529 10113 16247 16247 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.chrome/org.chromium.chrome.browser.bookmarks.BookmarkAddEditFolderActivity}: java.lang.NullPointerException: Attempt to read from field 'org.chromium.components.bookmarks.BookmarkId org.chromium.chrome.browser.bookmarks.BookmarkBridge$BookmarkItem.mParentId' on a null object reference 10-19 23:16:33.529 10113 16247 16247 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2936) 10-19 23:16:33.529 10113 16247 16247 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3011) 10-19 23:16:33.529 10113 16247 16247 E AndroidRuntime: at android.app.ActivityThread.-wrap11(Unknown Source:0) 10-19 23:16:33.529 10113 16247 16247 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1682) 10-19 23:16:33.529 10113 16247 16247 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:105) 10-19 23:16:33.529 10113 16247 16247 E AndroidRuntime: at android.os.Looper.loop(Looper.java:164) 10-19 23:16:33.529 10113 16247 16247 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6888) 10-19 23:16:33.529 10113 16247 16247 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 10-19 23:16:33.529 10113 16247 16247 E AndroidRuntime: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327) 10-19 23:16:33.529 10113 16247 16247 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1370) 10-19 23:16:33.529 10113 16247 16247 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to read from field 'org.chromium.components.bookmarks.BookmarkId org.chromium.chrome.browser.bookmarks.BookmarkBridge$BookmarkItem.mParentId' on a null object reference 10-19 23:16:33.529 10113 16247 16247 E AndroidRuntime: at org.chromium.chrome.browser.bookmarks.BookmarkAddEditFolderActivity.onCreate(BookmarkAddEditFolderActivity.java:52) 10-19 23:16:33.529 10113 16247 16247 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7173) 10-19 23:16:33.529 10113 16247 16247 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1220) 10-19 23:16:33.529 10113 16247 16247 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2889)