Webview crashed while playing flash swf android 4.2.2

I have installed adobe flashplayer 11.1 on my device, Flash content works fine in webview, but it randomly crashes after a few minutes. In the error log I got this stack.

09-27 14:41:00.490 E/[Gralloc-3X-ERROR](15117): int gralloc_register_buffer(const gralloc_module_t*, buffer_handle_t):135 Failed to create UMP handle 0x0
09-27 14:41:00.490 W/GraphicBufferMapper(15117): registerBuffer(0x854f2b60) failed -22 (Invalid argument)
09-27 14:41:00.490 E/GraphicBuffer(15117): unflatten: registerBuffer failed: Invalid argument (-22)
09-27 14:41:00.620 D/Jian    (15117): DrawIconOnNativeWindow has Invert 
09-27 14:41:00.620 E/SurfaceTextureClient(15117): Surface::lock failed, already locked
09-27 14:41:00.630 D/Jian    (15117): DrawIconOnNativeWindow has Invert 
09-27 14:41:00.630 E/[Gralloc-3X-ERROR](15117): int gralloc_register_buffer(const gralloc_module_t*, buffer_handle_t):135 Failed to create UMP handle 0x0
09-27 14:41:00.640 W/GraphicBufferMapper(15117): registerBuffer(0x79006520) failed -22 (Invalid argument)
09-27 14:41:00.640 E/GraphicBuffer(15117): unflatten: registerBuffer failed: Invalid argument (-22)
09-27 14:41:00.640 F/libc    (15117): Fatal signal 11 (SIGSEGV) at 0x4855a000 (code=2), thread 15146 (FP_DoPlay)

      

This is any way to avoid this crash situation or whatever to deal with this problem.

+3


source to share





All Articles