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

Issue 822210 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Mar 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug



Sign in to add a comment

When we try to load an html into the webview on android we get a null reference as chromium died in the backgroud already

Reported by tfs3buil...@therefore.net, Mar 15 2018

Issue description

Steps to reproduce the problem:
This is not something easy to reproduce, i hope you can read something out of the log that i provide

What is the expected behavior?
It should not crash

What went wrong?
Chrome crashed, the android webview stopped working...

Did this work before? N/A 

Does this work in other browsers? N/A

Chrome version: 55.0.2883.91  Channel: stable
OS Version: 7.1.2
Flash Version: 

Please inspect the attached logs
 
chromium.txt
37.7 KB View Download
Labels: Needs-triage-Mobile
Cc: sandeepkumars@chromium.org
Components: Mobile>WebView
Labels: Triaged-Mobile Needs-Feedback
@tfs3builds.android: Thanks for the report!!

Could you please update to Chrome or WebView to latest version #65.0.3325.109 and check if you still face the issue?

Thanks!!
I am trying to, we execute our tests in the xamarin test cloud. I sent a request to the support if they could update my devices.
Project Member

Comment 4 by sheriffbot@chromium.org, Mar 23 2018

Labels: -Needs-Feedback
Thank you for providing more feedback. Adding the requester to the cc list.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Status: WontFix (was: Unconfirmed)
The crash address of this report is not in any mapped code. That might mean that it is in native code generated for JS by V8, but there's no way to determine what that might be.

I'm afraid that without a means to reproduce this there's nothing we can do further.

If you have more complete logs you could try looking above the microdump for any V8 logging.
Sometimes I also get a stack trace like this, where I do not know what it means when there is the statement "Microdump skipped uninteresting"


loooog.txt
90.6 KB View Download
Hi got another stack trace this time from a more recent version of chrome.
The stacktrace before the crash is comepletely different.
Could you please make clear if chrome crashed because of something else or if it crashes by itself? 
loooog.txt
24.8 KB View Download

Comment 8 by torne@chromium.org, Mar 26 2018

In #6, "Microdump skipped: uninteresting" means we didn't generate a microdump because there's no chromium code on the stack (i.e. the crash is almost definitely not related to webview). You can see the stack trace from debuggerd later in the log that shows this:
#00 pc 00006d50 /vendor/lib/libnvglsi.so (_nv002glsi+23)
#01 pc 005d2fe7 /vendor/lib/libglcore.so (__eglGetGLSDrawable(__WINdrawablePrivateRec*)+22)
#02 pc 005c5e17 /vendor/lib/libglcore.so (UpdateDrawableClient(__GLdrawablePrivateRec*, unsigned char)+138)
#03 pc 005c6d95 /vendor/lib/libglcore.so (__winImpUpdateDrawable(__GLdrawablePrivateRec*)+76)
#04 pc 00641fbd /vendor/lib/libglcore.so (SlcCheckCounters(__GLNVstateRec*, __GLdrawablePrivateRec*, __GLdrawablePrivateRec*)+88)
#05 pc 006421ad /vendor/lib/libglcore.so (__glNVSharedLibraryCommand(__GLNVstateRec*, __GLNVoperationRec*)+212)
#06 pc 0061ed6f /vendor/lib/libglcore.so (__glNVFlush+266)
#07 pc 0061f011 /vendor/lib/libglcore.so (__glNVFinish+260)
#08 pc 005e177b /vendor/lib/libglcore.so (nvDestroyContext(__GLinterfaceRec*)+130)
#09 pc 005d161f /vendor/lib/libglcore.so (NvEglDeleteContext+194)
#10 pc 0000731d /vendor/lib/egl/libGLESv2_tegra.so (NvGlImplContextDestroy+12)
#11 pc 0003e305 /vendor/lib/egl/libEGL_tegra.so (NvEglFreeObject(NvEglObjectRec*)+24)
#12 pc 0003e393 /vendor/lib/egl/libEGL_tegra.so (NvEglHandleDeinit()+62)
#13 pc 0000d6ed /vendor/lib/egl/libEGL_tegra.so (NvEglSystem_Deinit()+44)
#14 pc 00046f04 /vendor/lib/egl/libEGL_tegra.so (__atexit_handler_wrapper+36)

The output inbetween looks like you're using some other custom crash reporting system as well - maybe that's interfering?

The log in #7 is hard to work with because it's not in the standard format from adb logcat that our automated tools expect; how are you getting this? Also, please don't cut off the log immediately after the microdump - include all the debuggerd crash output as well, as this is also useful.

Sign in to add a comment