100%ANR ,sandbox process take more cpu.
Reported by
a32824...@gmail.com,
Dec 1 2017
|
||||||||
Issue descriptionExample URL: https://app.tianyancha.com/channel?channelCode=WAP01 Steps to reproduce the problem: load a url,the anr 100% occur the url is https://app.tianyancha.com/channel?channelCode=WAP01 What is the expected behavior? load no problem What went wrong? anr,sandbox take more cpu Did this work before? N/A Chrome version: 62.0.3202.84 Channel: n/a OS Version: Android 7.1.1 Flash Version: Shockwave Flash 27.0 r0 58,60,62 all have the same problem.
,
Dec 4 2017
,
Dec 4 2017
Able to reproduce the issue in Android. Observed the application is not responding. Steps Followed: 1. Launched Chrome Browser. 2. Navigated https://app.tianyancha.com/channel?channelCode=WAP01 3. Observed the application is not responding. Chrome versions tested: 62.0.3202.84, 64.0.3282.0 OS Android 7.0.0 Android Devices 7.0.0; SM-J710F Build/NRD90M This seems to be a Non-Regression issue as same behavior is seen since M58. Untriaged for further input's on this issue. Please navigate to below link for log's and video-- go/chrome-androidlogs/790950 Thanks!!
,
Dec 4 2017
,
Dec 26 2017
can any people fix it?thanks a lot.
,
Feb 7 2018
yfriedman@ can you triage to whomever is looking at ANRs? Thanks!
,
Feb 8 2018
I suspect the website is chugging away at heavy javascript and we're somehow blocking on it. sandeepkumars: can you include a bugreport so I can look at the ANR data? It doesn't show up in logcat
,
Mar 2 2018
,
Mar 2 2018
You can see near the end of the video that the progress bar jumping around making it seem like the page is constantly being reloaded. I can repro this on a Nexus 6p as well. Log is continuously printing: 03-02 17:59:38.249 14556 14556 D cr_tabmodel: [TabPersistentStore.java:883] Serializing tab lists; counts: 1, 0, 0
,
Mar 2 2018
This is the code path: D cr_tabmodel: at org.chromium.chrome.browser.tabmodel.TabPersistentStore.serializeMetadata(TabPersistentStore.java:886) D cr_tabmodel: at org.chromium.chrome.browser.tabmodel.TabPersistentStore.serializeTabModelSelector(TabPersistentStore.java:851) D cr_tabmodel: at org.chromium.chrome.browser.tabmodel.TabPersistentStore.serializeTabMetadata(TabPersistentStore.java:811) D cr_tabmodel: at org.chromium.chrome.browser.tabmodel.TabPersistentStore.access$1000(TabPersistentStore.java:59) D cr_tabmodel: at org.chromium.chrome.browser.tabmodel.TabPersistentStore$SaveListTask.onPreExecute(TabPersistentStore.java:1188) D cr_tabmodel: at android.os.AsyncTask.executeOnExecutor(AsyncTask.java:620) D cr_tabmodel: at org.chromium.chrome.browser.tabmodel.TabPersistentStore.saveTabListAsynchronously(TabPersistentStore.java:1127) D cr_tabmodel: at org.chromium.chrome.browser.tabmodel.TabPersistentStore.saveNextTab(TabPersistentStore.java:1117) D cr_tabmodel: at org.chromium.chrome.browser.tabmodel.TabPersistentStore.addTabToSaveQueue(TabPersistentStore.java:725) D cr_tabmodel: at org.chromium.chrome.browser.tabmodel.TabModelSelectorImpl.handleOnPageLoadStopped(TabModelSelectorImpl.java:103) D cr_tabmodel: at org.chromium.chrome.browser.tabmodel.TabModelSelectorImpl.access$200(TabModelSelectorImpl.java:27) D cr_tabmodel: at org.chromium.chrome.browser.tabmodel.TabModelSelectorImpl$3.onLoadStopped(TabModelSelectorImpl.java:172) D cr_tabmodel: at org.chromium.chrome.browser.tab.Tab.onLoadStopped(Tab.java:1674) D cr_tabmodel: at org.chromium.chrome.browser.tab.TabWebContentsDelegateAndroid.loadingStateChanged(TabWebContentsDelegateAndroid.java:198) D cr_tabmodel: at org.chromium.base.SystemMessageHandler.nativeDoRunLoopOnce(Native Method) D cr_tabmodel: at org.chromium.base.SystemMessageHandler.handleMessage(SystemMessageHandler.java:51) D cr_tabmodel: at android.os.Handler.dispatchMessage(Handler.java:102) D cr_tabmodel: at android.os.Looper.loop(Looper.java:154) D cr_tabmodel: at android.app.ActivityThread.main(ActivityThread.java:6119) D cr_tabmodel: at java.lang.reflect.Method.invoke(Native Method) D cr_tabmodel: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:886) D cr_tabmodel: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:776) I'm assuming this is causing an ANR on some devices just because the amount of work being done. My 6P is gets janky but doesn't actually ANR.
,
Nov 23
Hopefully this was fixed by some of smaier's AsyncTask changes. Please re-open if it happens on new builds. |
||||||||
►
Sign in to add a comment |
||||||||
Comment 1 Deleted