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

Issue 860448 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Jul 23
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

Crash was observed

Project Member Reported by twinkl...@samsung.com, Jul 5

Issue description

Chrome Version: 67.0.3396.87
OS: 8.1.0

What steps will reproduce the problem?
(1) Once crash was observed in many devices

What is the expected result? No crash should be there

What happens instead? Crash was observed 


Crash: 
07-04 12:48:28.096 10121 25760 25760 F DEBUG   : Build fingerprint: 'samsung/crownlteks/crownlteks:8.1.0/M1AJQ/N960NKSU1ARG1:user/release-keys'
07-04 12:48:28.096 10121 25760 25760 F DEBUG   : Revision: '27'
07-04 12:48:28.096 10121 25760 25760 F DEBUG   : ABI: 'arm'
07-04 12:48:28.097 10121 25760 25760 F DEBUG   : pid: 23767, tid: 23849, name: RenderThread  >>> com.android.chrome <<<
07-04 12:48:28.097 10121 25760 25760 F DEBUG   : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
07-04 12:48:28.108 10121 25760 25760 F DEBUG   : Abort message: 'Encountered EGL error 12291 EGL_BAD_ALLOC during rendering'
...
07-04 12:48:28.226 10121 25760 25760 F DEBUG   : backtrace:
07-04 12:48:28.226 10121 25760 25760 F DEBUG   :     #00 pc 0001a57c  /system/lib/libc.so (abort+63)
07-04 12:48:28.226 10121 25760 25760 F DEBUG   :     #01 pc 00006641  /system/lib/liblog.so (__android_log_assert+156)
07-04 12:48:28.226 10121 25760 25760 F DEBUG   :     #02 pc 0010b02d  /system/lib/libhwui.so (android::uirenderer::renderthread::EglManagerImpl<android::uirenderer::engine::OpenGl>::swapBuffers(android::uirenderer::renderthread::Frame const&, SkRect const&)+472)
07-04 12:48:28.226 10121 25760 25760 F DEBUG   :     #03 pc 0010bad3  /system/lib/libhwui.so (android::uirenderer::renderthread::OpenGLPipeline::swapBuffers(android::uirenderer::renderthread::Frame const&, bool, SkRect const&, android::uirenderer::FrameInfo*, bool*)+82)
07-04 12:48:28.226 10121 25760 25760 F DEBUG   :     #04 pc 000b9aa3  /system/lib/libhwui.so (android::uirenderer::renderthread::CanvasContext::draw()+190)
07-04 12:48:28.226 10121 25760 25760 F DEBUG   :     #05 pc 000bb313  /system/lib/libhwui.so (android::uirenderer::renderthread::DrawFrameTask::run()+302)
07-04 12:48:28.226 10121 25760 25760 F DEBUG   :     #06 pc 000bd56f  /system/lib/libhwui.so (android::uirenderer::renderthread::RenderThreadImpl<android::uirenderer::engine::OpenGl>::threadLoop()+178)	
 
act_dumpstate.7z
3.4 MB Download
Labels: Needs-triage-Mobile Triaged-Mobile Needs-Feedback
Thanks for filing this issue!

@ Reporter: Could you please help us by providing details of steps to reproduce and crash id by navigating to chrome://crashes.If possible provide screen-cast of the issue  which helps us in better understanding and triaging further.

Thanks!
Cc: jbanavatu@chromium.org
Cc: boliu@chromium.org
Components: Internals>Compositing
That looks like a crash in Android's render pipeline.
Status: WontFix (was: Untriaged)
that's a crash in libhwui, which is part of android framework, not chromium code. The error says EGL_BAD_ALLOC, which may mean OOM, which generally are not actionable.

Sign in to add a comment