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

Issue 795969 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Jan 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 2
Type: Bug-Regression



Sign in to add a comment

Fullscreen video gets purple on external monitor with Mac and Intel HD 5000 graphics

Reported by therealm...@gmail.com, Dec 19 2017

Issue description

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

Example URL:
https://www.youtube.com/watch?v=D9suc0Do4vY

Steps to reproduce the problem:
1. Open and play a video like on the URL and set it to fullscreen.
2. Wait till all controlls hide (only video visible).

What is the expected behavior?
Video shows normally.

What went wrong?
Video gets purple.
It get's only purple when all controls disappear and only the video alone is visible.

I'm pretty sure this bug is related to this behaviour: https://www.reddit.com/r/MacOS/comments/70jaci/this_has_started_happening_after_getting_the_gm/ It was a problem only affecting Safari and Quicktime on fullscreen and no controls. It never occured on Chrome. Since macOS 10.13.2 this problem is gone on Safari and Quicktime and I'm 80% sure that have I have not seen it with macOS 10.13.2 + Chrome 63.

This combination is crucial to see this error:
- Chromium 64 or 65
- macOS 10.13.2
- external monitor with an enabled color profile.
- Mac (like the Macbook Air late 2013)  with Intel HD 5000 graphics card.
- all controls hidden and only video showing (it does not happen with overlay on videos).

Attached is a photo made with my smartphone because I could not capture it with a screenshot.

In no other programs (Safari, Quicktime, Firefox, VLC) I can see this error on fullscreen videos.

Did this work before? Yes Chrome 63

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

Does this work in other browsers? Yes

Chrome version: 64.0.3282.24  Channel: beta
OS Version: OS X 10.13.2
Flash Version: 

Contents of chrome://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
avoid_stencil_buffers
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
swizzle_rgba_for_async_readpixels
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
Async Readpixels with GL_BGRA format is broken on Haswell chipset on Macs: 265115
Applied Workarounds: swizzle_rgba_for_async_readpixels
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)
Certain Apple devices leak stencil buffers: 713854
Applied Workarounds: avoid_stencil_buffers
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	19.12.2017, 01:13:00
Chrome version	Chrome/64.0.3282.24
Operating system	Mac OS X 10.13.2
Software rendering list URL	https://chromium.googlesource.com/chromium/src/+/b0ff7139cae6db3e8c340bea7a081b73d00a342c/gpu/config/software_rendering_list.json
Driver bug list URL	https://chromium.googlesource.com/chromium/src/+/b0ff7139cae6db3e8c340bea7a081b73d00a342c/gpu/config/gpu_driver_bug_list.json
ANGLE commit id	c13c3dde6d24
2D graphics backend	Skia/64 713571f9afcf4b673812cd3b52bb5b17c107038b-
Command Line	/Applications/Google Chrome.app/Contents/MacOS/Google Chrome --flag-switches-begin --save-page-as-mhtml --flag-switches-end
Driver Information
Initialization time	214
In-process GPU	false
Passthrough Command Decoder	false
Supports overlays	false
Sandboxed	true
GPU0	VENDOR = 0x8086, DEVICE= 0x0a26 *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	MacBookAir
Machine model version	6.1
GL_VENDOR	Intel Inc.
GL_RENDERER	Intel HD Graphics 5000 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[1124219569] bounds=0,0 2560x1440, workarea=36,23 2524x1417, scale=1, external
Color space information	{primaries:[[0.4370,0.3860,0.1412,],[0.2172,0.7271,0.0556,],[0.0054,0.0701,0.7496,],], transfer:0.0000*x + 0.0000 if x < 0.0000 else (1.0000*x + 0.0000)**2.2000 + 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
[736:775:1218/114818.697106:WARNING:ipc_message_attachment_set.cc(49)] : MessageAttachmentSet destroyed with unconsumed attachments: 0/1
[736:775:1218/115540.525079:ERROR:gles2_cmd_decoder.cc(18162)] : [.RenderWorker-0x7ff1ef840400.GpuRasterization]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[736:775:1218/115540.525265:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7ff1ef840400.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/115540.525302:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7ff1ef840400.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/115540.525325:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7ff1ef840400.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/115540.525352:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7ff1ef840400.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/115540.525377:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7ff1ef840400.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/115540.525402:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7ff1ef840400.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/115540.525433:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7ff1ef840400.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/115540.525455:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7ff1ef840400.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/115540.525475:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7ff1ef840400.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/115540.525496:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7ff1ef840400.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/115540.525531:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7ff1ef840400.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/115540.526419:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7ff1ef840400.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/115540.526524:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7ff1ef840400.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/115540.527263:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7ff1ef840400.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/115540.527334:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7ff1ef840400.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/115540.527367:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7ff1ef840400.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/115540.527389:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7ff1ef840400.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/115540.527420:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7ff1ef840400.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/115540.527445:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7ff1ef840400.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/115540.527473:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7ff1ef840400.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/115540.527573:ERROR:gles2_cmd_decoder.cc(18162)] : [.RenderWorker-0x7ff1ef840400.GpuRasterization]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[736:775:1218/115540.527669:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7ff1ef840400.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/115540.527694:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7ff1ef840400.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/115540.527725:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7ff1ef840400.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/131655.429814:ERROR:gles2_cmd_decoder.cc(18162)] : [.RenderWorker-0x7f9431093200.GpuRasterization]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[736:775:1218/131655.430580:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f9431093200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/131655.430866:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f9431093200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/131655.431160:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f9431093200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/131655.431320:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f9431093200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/131655.431498:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f9431093200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/131655.431690:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f9431093200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/131655.434291:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f9431093200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/131655.434426:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f9431093200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/131655.434558:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f9431093200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/131655.475312:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f9431093200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/131655.475588:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f9431093200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/131655.475682:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f9431093200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/131655.477036:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f9431093200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/131655.477245:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f9431093200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/131655.477486:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f9431093200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/131655.480162:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f9431093200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/131655.480201:ERROR:gles2_cmd_decoder.cc(4582)] : [.RenderWorker-0x7f9431093200.GpuRasterization]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glDrawElements: framebuffer incomplete
[736:775:1218/131655.480340:ERROR:gles2_cmd_decoder.cc(18162)] : [.RenderWorker-0x7f9431093200.GpuRasterization]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[736:775:1218/193148.221612:WARNING:ipc_message_attachment_set.cc(49)] : MessageAttachmentSet destroyed with unconsumed attachments: 0/1
[736:137503:1218/201956.547845:ERROR:vt_video_decode_accelerator_mac.cc(782)] : Illegal attempt to decode without IDR. Discarding decode requests until next IDR.
[736:775:1219/004740.882919:WARNING:ipc_message_attachment_set.cc(49)] : MessageAttachmentSet destroyed with unconsumed attachments: 0/1
[736:775:1219/004741.130551:WARNING:ipc_message_attachment_set.cc(49)] : MessageAttachmentSet destroyed with unconsumed attachments: 0/1
[736:775:1219/004741.168420:WARNING:ipc_message_attachment_set.cc(49)] : MessageAttachmentSet destroyed with unconsumed attachments: 0/1
[736:775:1219/004741.182811:WARNING:ipc_message_attachment_set.cc(49)] : MessageAttachmentSet destroyed with unconsumed attachments: 0/1
 
20171219_011140.jpg
4.1 MB View Download
Labels: Needs-Bisect Needs-Triage-M64
Cc: sandeepkumars@chromium.org
Labels: TE-NeedsTriageFromMTV
Tested the issue using #64.0.3282.24 on Mac 10.12.3 Intel HD 5000 graphics and Mac 10.13 Beta Intel HD 4000 graphics and could not reproduce the issue as per the steps mentioned in comment #0. No purple screen is observed on watching the video on external monitor.

Requesting MTV team to check the issue in Mac 10.13.2 Intel HD 5000 graphics as the mentioned machine is not available here in Hyd.

Thanks!! 


This bug is definitely related to High Sierra (never happened on Sierra). I could reproduce it without problems
What I also forget to mention: It's important to wait till the mouse cursor is also hidden. When the mouse cursor does not hide it does not get purple. Another example URL (wait till all controls and mouse cursor hidden): https://video.golem.de/audio-video/20247/star-wars-episode-8-fazit.html
I was able to reproduce this error with certain (but not all) MP4 files in Quicktime with an external monitor. Nevertheless I see this error more often in Chrome than in other programs. Because I can see this error in Quicktime it's now an macOS problem and not only a Chrome problem.
Cc: hubbe@chromium.org
 as per c#4, since this issue also repro on Quicktime in addition to Chrome browser, this seems a MacOS graphic card bug.
 
Hubbe@, can you confirm this is not a chrome bug? 
It seems it's also dependent on which monitor you use (it's visible on Philips BDM3270 but not on Samsung S24F350). Sorry for opening this bug... it looked like it was a Chrome only bug at the beginning. Very hard to reproduce and only with certain monitors and graphic chipsets on 10.13.2
Status: WontFix (was: Unconfirmed)
this is more likely a Mac bug but not Chrome bug.

Sign in to add a comment