New issue
Advanced search Search tips

Issue 815036 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Jul 9
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 2
Type: Bug



Sign in to add a comment

video from closed tabs showing on background of new videos

Reported by cyphr...@gmail.com, Feb 23 2018

Issue description

UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36

Example URL:
youtube sometimes, sometimes other video player on any other site

Steps to reproduce the problem:
1. open youtube
2. watch a lot of videos, opening and closing tabs for a long time
3.  open a new tab, and go to a different site that has a video player. At this point you can close all youtube tabs. 
4. open video with smaller aspect ratio. Like 4:3 or the older ones, with the black stripes at the sides. I think this is important
4. Go full screen
5. Wait for the controls to disappear after a few seconds
6. the black stripes at the sides are replaced with a static image of a video you played earlier

What is the expected behavior?
View video with black striped

What went wrong?
After a few seconds, the black stripes at the sides of the video with the smaller as[ect ratio are replaced with a static image of a video I played earlier.

The thing is, this was a youtube video. I was watching a latin sub of dragon ball at the time on a completely different site (dblatino.com) with all youtube tabs closed. 

The video played ok. And everytime the controls show up after you move the mouse the stripes go back to black. But after a few seconds, the static image shows up again.

 I tried to screen shot it, and the screenshots came out fine. this is super weird. 

I even tried to screen record it with quicktime, and the error didn't happen. but when I closedit, it happened again. 

Here's a photo from my cellphone.

You can see dragon ball in the middle and davie504 video static image on the sides. 

I attached a video too.

Did this work before? N/A 

Is it a problem with Flash or HTML5? N/A

Does this work in other browsers? N/A

Chrome version: 64.0.3282.167  Channel: n/a
OS Version: OS X 10.13.2
Flash Version: 

Contents of chrome://gpu:
 
IMAG0108.jpg
1.6 MB View Download

Comment 1 by cyphr...@gmail.com, Feb 23 2018

Forgot the GPU

Note: To properly save this page, select the "Webpage, Complete" option in the Save File dialog.
Graphics Feature Status
Canvas: Hardware accelerated
CheckerImaging: Disabled
Flash: Hardware accelerated
Flash Stage3D: Hardware accelerated
Flash Stage3D Baseline profile: Hardware accelerated
Compositing: Hardware accelerated
Multiple Raster Threads: Enabled
Native GpuMemoryBuffers: Hardware accelerated
Rasterization: Hardware accelerated
Video Decode: Hardware accelerated
WebGL: Hardware accelerated
WebGL2: Hardware accelerated
Driver Bug Workarounds
add_and_true_to_loop_condition
adjust_src_dst_region_for_blitframebuffer
decode_encode_srgb_for_generatemipmap
disable_framebuffer_cmaa
disable_webgl_rgb_multisampling_usage
emulate_abs_int_function
get_frag_data_info_bug
init_two_cube_map_levels_before_copyteximage
msaa_is_slow
pack_parameters_workaround_with_pack_buffer
rebind_transform_feedback_before_resume
regenerate_struct_names
remove_invariant_and_centroid_for_essl3
reset_teximage2d_base_level
rewrite_texelfetchoffset_to_texelfetch
scalarize_vec_and_mat_constructor_args
set_zero_level_before_generating_mipmap
unfold_short_circuit_as_ternary_operation
unpack_alignment_workaround_with_unpack_buffer
unpack_image_height_workaround_with_unpack_buffer
use_intermediary_for_copy_texture_image
use_unused_standard_shared_blocks
Problems Detected
Unfold short circuit on Mac OS X: 307751
Applied Workarounds: unfold_short_circuit_as_ternary_operation
Always rewrite vec/mat constructors to be consistent: 398694
Applied Workarounds: scalarize_vec_and_mat_constructor_args
Mac drivers handle struct scopes incorrectly: 403957
Applied Workarounds: regenerate_struct_names
On Intel GPUs MSAA performance is not acceptable for GPU rasterization: 527565
Applied Workarounds: msaa_is_slow
glGenerateMipmap fails if the zero texture level is not set on some Mac drivers: 560499
Applied Workarounds: set_zero_level_before_generating_mipmap
Pack parameters work incorrectly with pack buffer bound: 563714
Applied Workarounds: pack_parameters_workaround_with_pack_buffer
Alignment works incorrectly with unpack buffer bound: 563714
Applied Workarounds: unpack_alignment_workaround_with_unpack_buffer
copyTexImage2D fails when reading from IOSurface on multiple GPU types.: 581777
Applied Workarounds: use_intermediary_for_copy_texture_image
Multisample renderbuffers with format GL_RGB8 have performance issues on Intel GPUs.: 607130
Applied Workarounds: disable_webgl_rgb_multisampling_usage
Use GL_INTEL_framebuffer_CMAA on ChromeOS: 535198
Applied Workarounds: disable_framebuffer_cmaa
glGetFragData{Location|Index} works incorrectly on Max: 638340
Applied Workarounds: get_frag_data_info_bug
glResumeTransformFeedback works incorrectly on Intel GPUs: 638514
Applied Workarounds: rebind_transform_feedback_before_resume
Result of abs(i) where i is an integer in vertex shader is wrong: 642227
Applied Workarounds: emulate_abs_int_function
Rewrite texelFetchOffset to texelFetch for Intel Mac: 642605
Applied Workarounds: rewrite_texelfetchoffset_to_texelfetch
Rewrite condition in for and while loops for Intel Mac: 644669
Applied Workarounds: add_and_true_to_loop_condition
Decode and encode before generateMipmap for srgb format textures on macosx: 634519
Applied Workarounds: decode_encode_srgb_for_generatemipmap
Init first two levels before CopyTexImage2D for cube map texture on Intel Mac 10.12: 648197
Applied Workarounds: init_two_cube_map_levels_before_copyteximage
Insert statements to reference all members in unused std140/shared blocks on Mac: 618464
Applied Workarounds: use_unused_standard_shared_blocks
Tex(Sub)Image3D performs incorrectly when uploading from unpack buffer with GL_UNPACK_IMAGE_HEIGHT greater than zero on Intel Macs: 654258
Applied Workarounds: unpack_image_height_workaround_with_unpack_buffer
adjust src/dst region if blitting pixels outside read framebuffer on Mac: 644740
Applied Workarounds: adjust_src_dst_region_for_blitframebuffer
Mac driver GL 4.1 requires invariant and centroid to match between shaders: 639760, 641129
Applied Workarounds: remove_invariant_and_centroid_for_essl3
Disable KHR_blend_equation_advanced until cc shaders are updated: 661715
Applied Workarounds: disable(GL_KHR_blend_equation_advanced), disable(GL_KHR_blend_equation_advanced_coherent)
Reset TexImage2D base level to 0 on Intel Mac 10.12.4: 705865
Applied Workarounds: reset_teximage2d_base_level
Checker-imaging has been disabled via finch trial or the command line.
Disabled Features: checker_imaging
Version Information
Data exported	2/22/2018, 9:29:25 PM
Chrome version	Chrome/64.0.3282.167
Operating system	Mac OS X 10.13.2
Software rendering list URL	https://chromium.googlesource.com/chromium/src/+/bf44778c9ce98ecff1128b225a165728044bbdeb/gpu/config/software_rendering_list.json
Driver bug list URL	https://chromium.googlesource.com/chromium/src/+/bf44778c9ce98ecff1128b225a165728044bbdeb/gpu/config/gpu_driver_bug_list.json
ANGLE commit id	2987f0fde973
2D graphics backend	Skia/64 713571f9afcf4b673812cd3b52bb5b17c107038b-
Command Line	/Applications/Google Chrome.app/Contents/MacOS/Google Chrome -psn_0_45067 --restore-last-session --flag-switches-begin --flag-switches-end
Driver Information
Initialization time	8540
In-process GPU	false
Passthrough Command Decoder	false
Supports overlays	false
Sandboxed	true
GPU0	VENDOR = 0x8086, DEVICE= 0x0166 *ACTIVE*
Optimus	false
Optimus	false
AMD switchable	false
Driver vendor	
Driver version	10.30.12
Driver date	
Pixel shader version	4.10
Vertex shader version	4.10
Max. MSAA samples	8
Machine model name	Macmini
Machine model version	6.1
GL_VENDOR	Intel Inc.
GL_RENDERER	Intel HD Graphics 4000 OpenGL Engine
GL_VERSION	4.1 INTEL-10.30.12
GL_EXTENSIONS	GL_ARB_blend_func_extended GL_ARB_draw_buffers_blend GL_ARB_draw_indirect GL_ARB_ES2_compatibility GL_ARB_explicit_attrib_location GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader5 GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_occlusion_query2 GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_shader_subroutine GL_ARB_shading_language_include GL_ARB_tessellation_shader GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_cube_map_array GL_ARB_texture_gather GL_ARB_texture_query_lod GL_ARB_texture_rgb10_a2ui GL_ARB_texture_storage GL_ARB_texture_swizzle GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_vertex_attrib_64bit GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_texture_compression_s3tc GL_EXT_texture_filter_anisotropic GL_EXT_texture_sRGB_decode GL_APPLE_client_storage GL_APPLE_container_object_shareable GL_APPLE_flush_render GL_APPLE_object_purgeable GL_APPLE_rgb_422 GL_APPLE_row_bytes GL_APPLE_texture_range GL_ATI_texture_mirror_once GL_NV_texture_barrier
Disabled Extensions	GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent
Window system binding vendor	
Window system binding version	
Window system binding extensions	
Direct rendering	Yes
Reset notification strategy	0x0000
GPU process crash count	0
Compositor Information
Tile Update Mode	Zero-copy
Partial Raster	Enabled
GpuMemoryBuffers Status
ATC	Software only
ATCIA	Software only
DXT1	Software only
DXT5	Software only
ETC1	Software only
R_8	GPU_READ, SCANOUT, GPU_READ_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE_PERSISTENT
R_16	Software only
RG_88	Software only
BGR_565	Software only
RGBA_4444	Software only
RGBX_8888	Software only
RGBA_8888	GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE
BGRX_8888	GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE
BGRX_1010102	Software only
BGRA_8888	GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE_PERSISTENT
RGBA_F16	GPU_READ, SCANOUT, GPU_READ_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE_PERSISTENT
YVU_420	Software only
YUV_420_BIPLANAR	GPU_READ, SCANOUT, GPU_READ_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE_PERSISTENT
UYVY_422	GPU_READ, SCANOUT, GPU_READ_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE_PERSISTENT
Display(s) Information
Info	Display[458677612] bounds=0,0 1920x1080, workarea=0,23 1920x1057, scale=1, external
Color space information	{primaries:[[0.4361,0.3851,0.1430,],[0.2232,0.7177,0.0595,],[0.0139,0.0968,0.7141,],], transfer:0.0000*x + 0.0000 if x < 0.0000 else (1.0000*x + 0.0000)**1.9610 + 0.0000, matrix:RGB, range:FULL}
Bits per color component	8
Bits per pixel	24
Video Acceleration Information
Decode h264 baseline	up to 4096x2160 pixels
Decode h264 extended	up to 4096x2160 pixels
Decode h264 main	up to 4096x2160 pixels
Decode h264 high	up to 4096x2160 pixels
Encode h264 baseline	up to 4096x2160 pixels and/or 30.000 fps
Encode h264 main	up to 4096x2160 pixels and/or 30.000 fps
Encode h264 high	up to 4096x2160 pixels and/or 30.000 fps
Log Messages
[768:775:0217/100846.880144:ERROR:gles2_cmd_decoder.cc(18162)] : [.DisplayCompositor-0x7ffc8778e600]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[768:775:0217/100846.880421:ERROR:gles2_cmd_decoder.cc(12346)] : [.DisplayCompositor-0x7ffc8778e600]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[768:33035:0217/100915.324701:ERROR:vt_video_decode_accelerator_mac.cc(782)] : Illegal attempt to decode without IDR. Discarding decode requests until next IDR.
[768:775:0217/203915.153866:ERROR:gles2_cmd_decoder.cc(18162)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[768:775:0217/203915.154007:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.154060:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.154114:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.154151:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.154197:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.154240:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.154284:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.154457:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.154507:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.154548:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.154587:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.154627:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.154727:ERROR:gles2_cmd_decoder.cc(18162)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[768:775:0217/203915.154834:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.154870:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.154916:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.154966:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.155006:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.155047:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.155105:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.155149:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.155189:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.155234:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.156799:ERROR:gles2_cmd_decoder.cc(18162)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[768:775:0217/203915.163889:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.164649:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.165116:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.165319:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.165457:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.168116:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.168330:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.168477:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.169719:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.171753:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.172644:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.173104:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.206232:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.206613:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.206674:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.206927:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.207199:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.208238:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.208323:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.208624:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.208872:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.209146:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.209697:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.209898:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.210292:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.210447:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.210954:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0217/203915.211108:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe5ce84ee00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084924.679380:ERROR:gles2_cmd_decoder.cc(18309)] : [.Media-0x7fe8f00d6400]GL ERROR :GL_INVALID_OPERATION : glBindTexImage2DCHROMIUM: no image found with the given ID
[768:775:0218/084924.683946:ERROR:gles2_cmd_decoder.cc(18162)] : [.RenderWorker-0x7fe8ef037200.GpuRasterization]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[768:775:0218/084924.684048:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe8ef037200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084924.684338:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe8ef037200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084924.684557:ERROR:gles2_cmd_decoder.cc(18162)] : [.RenderWorker-0x7fe8ef037200.GpuRasterization]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[768:775:0218/084924.684646:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe8ef037200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawArrays: framebuffer incomplete
[768:775:0218/084924.684709:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe8ef037200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.444826:ERROR:gles2_cmd_decoder.cc(18162)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[768:775:0218/084931.445046:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawArrays: framebuffer incomplete
[768:775:0218/084931.445100:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.445184:ERROR:gles2_cmd_decoder.cc(18162)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[768:775:0218/084931.445265:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.445301:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.445352:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.445464:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.445505:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.445549:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.445772:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.445817:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.445854:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.445921:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.445966:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.446076:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.446116:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.446550:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.446607:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.446648:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.446738:ERROR:gles2_cmd_decoder.cc(18162)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[768:775:0218/084931.446831:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.446864:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.446904:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.446942:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.447619:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.447671:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.447706:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.447746:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.447853:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.447892:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.447926:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.447969:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.448092:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.448137:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.448186:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/084931.448227:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8f0e82e200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/090515.605868:ERROR:gles2_cmd_decoder.cc(18162)] : [.RenderWorker-0x7fe9aa07c600.GpuRasterization]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[768:775:0218/090515.606018:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe9aa07c600.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/090515.606079:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe9aa07c600.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/090515.606114:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe9aa07c600.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/090515.606160:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe9aa07c600.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/090515.606741:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe9aa07c600.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/090515.606805:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe9aa07c600.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/090515.606854:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe9aa07c600.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/090515.606903:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe9aa07c600.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/090515.606946:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe9aa07c600.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/090515.607013:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe9aa07c600.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/090515.607200:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe9aa07c600.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/090515.607540:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe9aa07c600.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/090515.607587:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe9aa07c600.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/090515.607627:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe9aa07c600.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/090515.607671:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe9aa07c600.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/090515.607710:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe9aa07c600.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/090515.607750:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe9aa07c600.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/090515.607870:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe9aa07c600.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/090515.607917:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe9aa07c600.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/090515.607968:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe9aa07c600.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/090515.608013:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe9aa07c600.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/124856.603955:ERROR:gles2_cmd_decoder.cc(18162)] : [.DisplayCompositor-0x7ffc8899e000]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[768:775:0218/124856.604365:ERROR:gles2_cmd_decoder.cc(12346)] : [.DisplayCompositor-0x7ffc8899e000]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[768:775:0218/174518.060037:ERROR:gles2_cmd_decoder.cc(18162)] : [.RenderWorker-0x7ffd68849400.GpuRasterization]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[768:775:0218/174518.061030:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7ffd68849400.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/174518.061223:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7ffd68849400.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0218/174651.229765:ERROR:gles2_cmd_decoder.cc(18162)] : [.DisplayCompositor-0x7ffc87d97800]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[768:775:0218/174651.229861:ERROR:gles2_cmd_decoder.cc(12346)] : [.DisplayCompositor-0x7ffc87d97800]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[768:775:0218/174748.415869:ERROR:gles2_cmd_decoder.cc(18162)] : [.RenderWorker-0x7fc5cc828000.GpuRasterization]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[768:775:0218/194829.851137:ERROR:gles2_cmd_decoder.cc(18162)] : [.DisplayCompositor-0x7ffc879a5400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[768:775:0218/194829.851196:ERROR:gles2_cmd_decoder.cc(12346)] : [.DisplayCompositor-0x7ffc879a5400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[768:775:0218/194829.858917:ERROR:gles2_cmd_decoder.cc(18162)] : [.DisplayCompositor-0x7ffc879a5400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[768:775:0218/194829.858989:ERROR:gles2_cmd_decoder.cc(12346)] : [.DisplayCompositor-0x7ffc879a5400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[768:775:0219/183543.707906:WARNING:ipc_message_attachment_set.cc(49)] : MessageAttachmentSet destroyed with unconsumed attachments: 0/1
[768:775:0219/183655.097542:ERROR:gles2_cmd_decoder.cc(18162)] : [.RenderWorker-0x7f8385000000.GpuRasterization]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[768:775:0219/183655.099452:ERROR:gles2_cmd_decoder.cc(18162)] : [.RenderWorker-0x7f8385000000.GpuRasterization]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[768:775:0219/183655.099595:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8385000000.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0219/183655.099635:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8385000000.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0219/183655.099743:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8385000000.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0219/183655.099829:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8385000000.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0219/183655.099887:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8385000000.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0219/183655.099999:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8385000000.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0219/183655.100078:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8385000000.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0219/183655.100133:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8385000000.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0219/183655.100189:ERROR:gles2_cmd_decoder.cc(18162)] : [.RenderWorker-0x7f8385000000.GpuRasterization]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[768:775:0219/183655.102254:ERROR:gles2_cmd_decoder.cc(18162)] : [.RenderWorker-0x7f8385000000.GpuRasterization]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[768:775:0219/183655.102371:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8385000000.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0219/183655.102428:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8385000000.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0219/183655.102505:ERROR:gles2_cmd_decoder.cc(18162)] : [.RenderWorker-0x7f8385000000.GpuRasterization]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[768:775:0219/183655.102576:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8385000000.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0219/183655.102624:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f8385000000.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0219/184902.972704:ERROR:gles2_cmd_decoder.cc(18162)] : [.RenderWorker-0x7fd805830800.GpuRasterization]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[768:775:0219/185054.644303:ERROR:gles2_cmd_decoder.cc(18162)] : [.DisplayCompositor-0x7ffc87715200]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[768:775:0219/185054.644366:ERROR:gles2_cmd_decoder.cc(12346)] : [.DisplayCompositor-0x7ffc87715200]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[768:775:0219/185054.646916:ERROR:gles2_cmd_decoder.cc(18162)] : [.DisplayCompositor-0x7ffc87715200]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[768:775:0219/185054.647000:ERROR:gles2_cmd_decoder.cc(12346)] : [.DisplayCompositor-0x7ffc87715200]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[768:775:0220/221748.740519:WARNING:ipc_message_attachment_set.cc(49)] : MessageAttachmentSet destroyed with unconsumed attachments: 0/1
[768:775:0220/222659.451493:ERROR:gles2_cmd_decoder.cc(18162)] : [.RenderWorker-0x7f944087de00.GpuRasterization]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[768:775:0220/222659.459465:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f944087de00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0220/222659.460678:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f944087de00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0220/222659.460938:ERROR:gles2_cmd_decoder.cc(18162)] : [.RenderWorker-0x7f944087de00.GpuRasterization]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[768:775:0220/222659.461224:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f944087de00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0220/222659.461362:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f944087de00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0220/222958.583635:ERROR:gles2_cmd_decoder.cc(18162)] : [.DisplayCompositor-0x7ffc87899e00]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[768:775:0220/222958.583797:ERROR:gles2_cmd_decoder.cc(12346)] : [.DisplayCompositor-0x7ffc87899e00]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[768:775:0220/223331.248847:ERROR:gles2_cmd_decoder.cc(18162)] : [.RenderWorker-0x7fe6a7826c00.GpuRasterization]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[768:775:0220/223331.249048:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe6a7826c00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0220/223331.249230:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe6a7826c00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0220/223331.249430:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe6a7826c00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0220/223331.249483:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe6a7826c00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0220/223331.249635:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fe6a7826c00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0221/204403.664272:ERROR:gles2_cmd_decoder.cc(18162)] : [.RenderWorker-0x7fd57182a400.GpuRasterization]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[768:775:0221/204403.666325:ERROR:gles2_cmd_decoder.cc(18162)] : [.RenderWorker-0x7fd57182a400.GpuRasterization]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[768:775:0222/195301.945315:ERROR:gles2_cmd_decoder.cc(18309)] : [.Media-0x7ffb0f088200]GL ERROR :GL_INVALID_OPERATION : glBindTexImage2DCHROMIUM: no image found with the given ID
[768:775:0222/202940.348508:ERROR:gles2_cmd_decoder.cc(18162)] : [.RenderWorker-0x7fc085837a00.GpuRasterization]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[768:775:0222/202940.348897:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fc085837a00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[768:775:0222/202940.349039:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7fc085837a00.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
Labels: Needs-Triage-M64
Cc: vamshi.kommuri@chromium.org
Labels: Triaged-ET Needs-Feedback
Thanks for filing the issue!

Unable to reproduce the issue on reported chrome version 64.0.3282.167 and on the latest canary 66.0.3357.0 using Mac 10.13.1 and Windows 10 with the below mentioned steps.
1. Launched chrome
2. Opened www.youtube.com and played multiple videos in different tabs.
3. Navigated to http://www.bbc.com/ then played a video later closed all the tabs where Youtube was opened.
4. Played a video (which has smaller aspect ratio)-> then clicked on full screen mode
Even after waiting for the controls to disappear we didn't observe any issues with the display.

@Reporter: Could you please let us know if we have missed any thing in the process, as your were mentioning about the video of the issue - we couldn't find any such in Comment#0 and #1. Could you please re-attach the video for our better understanding. Any further inputs from your end may help us.

Comment 4 by cyphr...@gmail.com, Mar 6 2018

I'm now having this problem from the start. It shows up a video from yesterday.

Here are a couple of videos. Do you need any specific information on my end to help you?


https://drive.google.com/open?id=0B4_O9hqqdB8LXzlBWXZEcG1xdDFzcVFHRDRGczVQYzZCUDln

https://drive.google.com/open?id=0B4_O9hqqdB8LWWtQQVFHMG5Hcl92Q1BrblVrYTdPcTBJVWJv


Project Member

Comment 5 by sheriffbot@chromium.org, Mar 6 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
Cc: susan.boorgula@chromium.org
Labels: Needs-Feedback
cyphrack@ Thanks for the update.

Re-tried the issue on Mac OS 10.13.3 and Windows 10 on the latest Stable 67.0.3396.62 and Canary 69.0.3446.0 and unable to reproduce the issue as per comment #3.
Request you to retry the issue on the latest Stable 67.0.3396.62 and update the thread if the issue still persists.

Thanks..
 
Status: WontFix (was: Unconfirmed)
Mac triage: WontFix old issue without repro.

Sign in to add a comment