New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 790950 link

Starred by 3 users

Issue metadata

Status: WontFix
Owner:
Closed: Nov 23
Cc:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug



Sign in to add a comment

100%ANR ,sandbox process take more cpu.

Reported by a32824...@gmail.com, Dec 1 2017

Issue description

Example 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.
 

Comment 1 Deleted

Labels: Needs-triage-Mobile
Cc: sandeepkumars@chromium.org
Labels: Triaged-Mobile M-64
Status: Untriaged (was: Unconfirmed)
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!!
Components: -Internals>Network

Comment 5 by a32824...@gmail.com, Dec 26 2017

can any people fix it?thanks a lot.
Owner: yfried...@chromium.org
Status: Assigned (was: Untriaged)
yfriedman@ can you triage to whomever is looking at ANRs?  Thanks!
Cc: estevenson@chromium.org
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
Cc: yfried...@chromium.org
Owner: estevenson@chromium.org
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



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.
Status: WontFix (was: Assigned)
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