x86 android device Dell Venue 8 7840 crashing when youtube.com is rendered in a webview when hardware Acceleration is turned on
Reported by
sanketga...@gmail.com,
May 4 2016
|
||||
Issue description
Steps to reproduce the problem:
1. Create a sample app with a webview
2. loadUrl("http://www.youtube.com") for the webview
3.
What is the expected behavior?
YouTube website should render
What went wrong?
The sample app got crashed with crash logs:
W/ActivityManager: Exception thrown during pause
android.os.DeadObjectException
at android.os.BinderProxy.transactNative(Native Method)
android.os.BinderProxy.transact(Binder.java:496)
at android.app.ApplicationThreadProxy.schedulePauseActivity(ApplicationThreadNative.java:704)
at com.android.server.am.ActivityStack.startPausingLocked(ActivityStack.java:825)
at com.android.server.am.ActivityStack.finishActivityLocked(ActivityStack.java:2726)
at com.android.server.am.ActivityStack.finishTopRunningActivityLocked(ActivityStack.java:2583)
at com.android.server.am.ActivityStackSupervisor.finishTopRunningActivityLocked(ActivityStackSupervisor.java:2537)
at com.android.server.am.ActivityManagerService.handleAppCrashLocked(ActivityManagerService.java:11680)
at com.android.server.am.ActivityManagerService.makeAppCrashingLocked(ActivityManagerService.java:11577)
at com.android.server.am.ActivityManagerService.crashApplication(ActivityManagerService.java:12261)
at com.android.server.am.ActivityManagerService.handleApplicationCrashInner(ActivityManagerService.java:11772)
at com.android.server.am.NativeCrashListener$NativeCrashReporter.run(NativeCrashListener.java:86)
E/lowmemorykiller: Error opening /proc/5058/oom_score_adj; errno=2
W/ActivityManager: Exception thrown during pause
W/ActivityManager: android.os.TransactionTooLargeException
W/ActivityManager: at android.os.BinderProxy.transactNative(Native Method)
W/ActivityManager: at android.os.BinderProxy.transact(Binder.java:496)
W/ActivityManager: at android.app.ApplicationThreadProxy.schedulePauseActivity(ApplicationThreadNative.java:704)
W/ActivityManager: at com.android.server.am.ActivityStack.startPausingLocked(ActivityStack.java:825)
W/ActivityManager: at com.android.server.am.ActivityStack.finishActivityLocked(ActivityStack.java:2726)
W/ActivityManager: at com.android.server.am.ActivityStack.finishTopRunningActivityLocked(ActivityStack.java:2583)
W/ActivityManager: at com.android.server.am.ActivityStackSupervisor.finishTopRunningActivityLocked(ActivityStackSupervisor.java:2537)
W/ActivityManager: at com.android.server.am.ActivityManagerService.handleAppCrashLocked(ActivityManagerService.java:11680)
W/ActivityManager: at com.android.server.am.ActivityManagerService.makeAppCrashingLocked(ActivityManagerService.java:11577)
W/ActivityManager: at com.android.server.am.ActivityManagerService.crashApplication(ActivityManagerService.java:12261)
W/ActivityManager: at com.android.server.am.ActivityManagerService.handleApplicationCrashInner(ActivityManagerService.java:11772)
W/ActivityManager: at com.android.server.am.NativeCrashListener$NativeCrashReporter.run(NativeCrashListener.java:86)
Crashed report ID:
How much crashed? Just one tab
Is it a problem with a plugin? No
Did this work before? No
Chrome version: 49.0.2623.105 Channel: stable
OS Version: 5.1
Flash Version:
It renders fine with hardware acceleration is turned off.
Also this is happening for other sites as well like yahoomail sign up page, gmail scribble attachment, rng.io etc with the same crash logs
,
May 5 2016
The stack you attached has nothing to do with webview or chrome. Is this crash specific to this device? Can you attach a complete bugreport after the crash? Attach the app as well?
,
May 6 2016
Yes the crash is device specific. I don't exactly know how to get the complete bugreport The app is attached. Also, I wanted to know how does chrome evaluates the url: chrome://gpu Graphic Feature Status: Canvas It would be great if I can get to know how this field is being evaluated.
,
May 6 2016
Mentioned Wrong Android System WebView version. The right one is: 42.0.2311.137
,
May 6 2016
That's a known-broken version with serious bugs. It was replaced with 42.0.2311.138, and has since had eight major version updates as well. Upgrade your WebView to the current version (50.0.2661.86) and see if that fixes it.
,
May 6 2016
Thanks a lot Torne, the webview upgrade fixed it!
,
May 6 2016
Thank you for providing more feedback. Adding requester "boliu@chromium.org" for another review and adding "Needs-Review" label for tracking. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
May 6 2016
|
||||
►
Sign in to add a comment |
||||
Comment 1 by ppolise...@chromium.org
, May 5 2016Labels: Stability-Sheriff-Android