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 descriptionSteps 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
,
Mar 20 2018
@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!!
,
Mar 23 2018
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.
,
Mar 23 2018
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
,
Mar 23 2018
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.
,
Mar 26 2018
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"
,
Mar 26 2018
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?
,
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 |
||||
Comment 1 by pnangunoori@chromium.org
, Mar 16 2018