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

Issue 821855 link

Starred by 8 users

Issue metadata

Status: Fixed
Owner:
Closed: Mar 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 1
Type: Bug



Sign in to add a comment

Blank (but interactive) renderer

Project Member Reported by sebmarchand@chromium.org, Mar 14 2018

Issue description

Chrome Version: 67.0.3370.0
OS: Win10

I've been getting a lot of "blank" renderers recently, i.e. a tab that was previously rendering fine become totally blank but stay interactive (if a video is playing I can still hear it, I can click on links on the page despite not seeing them etc...).

See attached screenshot for an example of what I see.

 
image.png
66.5 KB View Download
Components: Blink>Compositing
Here's the list of experiments I'm enrolled in:

AccountConsistencyVariations-Control_DiceMigration
AdTagging-Enabled
Animated App Menu Icon-EnableWithDelay
AutofillFieldMetadata-Enabled
AutofillRationalizeFieldTypePredictions-Default
AutofillSingleClick-Control
BetterMultiTabsLoading_Dogfood-UseOnloadSignalWith10SecTimoutForSessionRestore_Dogfood
BlockTabUnders-Enabled
CSSExternalScanner-Control
CheckerImaging-Control2
ChromeChannelCanary-Enabled
ClientSideDetectionModel-Model0_Control
ComplexityBasedVideoBuffering-Disabled
ConsumeGestureOnNavigation-Control
DataCompressionProxyHoldback-Disabled
DataReductionProxyRobustConnection-Enabled_Dogfood
DrawOcclusion-Experiment
FixDocumentLeakInAutofillAgent-Default
GCMTokenInvalidAfterDays-Enabled
GFE-Default
GaiaPasswordReuse-SofterWarningWarnOnLowReputation
HTTP2-Control
HTTPBadPhase3-NotSecureWarning
IncognitoWindowInProductHelp-Enabled_2b
LazyParseCSS-Control
LocalScreenCasting-Control
LowPriorityIframes2-Enabled_4G_Dogfood
MediaFoundationVideoCapture-Enabled
NTPQuerySuggestions-Dev_Vasco_LogOnly
NTPUseGoogleLocalNtp-EnabledNoInteractives_Dogfood
NativeCrxBindings-Enabled
NavigationMojoResponse-Enabled_2018_02_12
NetAdaptiveProxyConnectionTimeout-Enabled_Dogfood
NetworkQualityEstimator-Enabled_all_Dogfood
NewTabInProductHelp-Default
OOPHeapProfiling-Dogfood-control_sampling_Dogfood
OmniboxBundledExperimentV1-Dev_Desktop_HideSuggestionAndBreakWordsAndMore_Dogfood
OmniboxTailSuggestionDogfoodV1-Dev_Desktop_OmniboxTailSuggestions_Dogfood
OverflowIconsForMediaControls-Enabled
PasswordGeneration-Enabled
PostQuantumPaddingP2-Default
QUIC-EnabledBBR2
RendererSchedulerWakeUpThrottling-Default
RendererSideResourceScheduler-Enabled_3_1024_0118
ReportingAPIAndNetworkErrorLogging-ReportingDisabledNELEnabled
ResourceLoadScheduler-Default
RootLayerScrolling-Enabled
SRTExperimentalEngineTrial-NewCleaner_Launch
SRTPromptFieldTrial-NewCleanerUIExperiment
SafeBrowsingAdSamplerTrigger-Control_Normal
SavePreviousDocumentResources-Enabled_onload
ScrollAnchorSerialization-Control
ServiceWorkerPaymentApps-Enabled
SimpleCachePriorityExperiment-Control2
SimpleCacheTrial-ExperimentYes3
SimplifyHttpsIndicator-Default
SlimmingPaintV175-Enabled
SpeculativePreconnectValidation-Learning2
StabilityDebugging-Enabled5
StackProfiling-PeriodicSampling_Control
SurfaceSynchronization-Control
SyncUserLanguageDetectionEventsStability-DisableSyncUserLanguageDetectionEvents
SyncUserTranslationEventsStability-EnableSyncUserTranslationEvents
TLS13Variant-ControlV4
TabMetricsLogging-PerSourceLogTimeout0ms
ThrottleDelayable-Default
UKM-Enabled_20180309
UMA-Population-Restrict-dogfood
UMA-Uniformity-Trial-1-Percent-group_74
UMA-Uniformity-Trial-10-Percent-group_02
UMA-Uniformity-Trial-100-Percent-group_01
UMA-Uniformity-Trial-20-Percent-group_03
UMA-Uniformity-Trial-5-Percent-group_09
UMA-Uniformity-Trial-50-Percent-default
UkmSamplingRate-Sampled
UnifiedTouchAdjustment-Control
UserInitiatedChromeCleanupsFieldTrial-On
V8ContextSnapshot-Enabled
WebRTC-SimulcastScreenshare-Control_Dogfood
WorkStealingInScriptRunner-BackgroundCompile


Components: Internals>Services>Viz
Hey yiyix@, could this be caused by the "DrawOcclusion-Experiment" ?
Cc: yiyix@chromium.org
Here's my chrome://gpu report:


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: Software only. Hardware acceleration disabled
Rasterization: Hardware accelerated
Surface Synchronization: Disabled
Video Decode: Hardware accelerated
Viz Service Display Compositor: Disabled
WebGL: Hardware accelerated
WebGL2: Hardware accelerated
Driver Bug Workarounds
clear_uniforms_before_first_program_use
decode_encode_srgb_for_generatemipmap
disable_accelerated_vpx_decode
disable_delayed_copy_nv12
disable_discard_framebuffer
disable_dxgi_zero_copy_video
disable_framebuffer_cmaa
exit_on_context_lost
force_cube_complete
scalarize_vec_and_mat_constructor_args
texsubimage_faster_than_teximage
Problems Detected
Some drivers are unable to reset the D3D device in the GPU process sandbox
Applied Workarounds: exit_on_context_lost
TexSubImage is faster for full uploads on ANGLE
Applied Workarounds: texsubimage_faster_than_teximage
Clear uniforms before first program use on all platforms: 124764, 349137
Applied Workarounds: clear_uniforms_before_first_program_use
Always rewrite vec/mat constructors to be consistent: 398694
Applied Workarounds: scalarize_vec_and_mat_constructor_args
ANGLE crash on glReadPixels from incomplete cube map texture: 518889
Applied Workarounds: force_cube_complete
Framebuffer discarding can hurt performance on non-tilers: 570897
Applied Workarounds: disable_discard_framebuffer
Use GL_INTEL_framebuffer_CMAA on ChromeOS: 535198
Applied Workarounds: disable_framebuffer_cmaa
Zero-copy NV12 video displays incorrect colors on NVIDIA drivers.: 635319
Applied Workarounds: disable_dxgi_zero_copy_video
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)
Decode and Encode before generateMipmap for srgb format textures on Windows: 634519
Applied Workarounds: decode_encode_srgb_for_generatemipmap
VPx decoding isn't supported well before Windows 10 creators update.: 616318, 667532
Applied Workarounds: disable_accelerated_vpx_decode
Delayed copy NV12 displays incorrect colors on NVIDIA drivers.: 728670
Applied Workarounds: disable_delayed_copy_nv12
Don't expose disjoint_timer_query extensions to WebGL: 808744
Native GpuMemoryBuffers have been disabled, either via about:flags or command line.
Disabled Features: native_gpu_memory_buffers
Surface synchronization has been disabled by Finch trial or command line.
Disabled Features: surface_synchronization
Viz service display compositor is not enabled by default.
Disabled Features: viz_display_compositor
Checker-imaging has been disabled via finch trial or the command line.
Disabled Features: checker_imaging
Version Information
Data exported	2018-03-14T18:37:00.201Z
Chrome version	Chrome/67.0.3370.0
Operating system	Windows NT 10.0.14393
Software rendering list URL	https://chromium.googlesource.com/chromium/src/+/540244ed4952574c2bb88ac553397e47e5f03c4e/gpu/config/software_rendering_list.json
Driver bug list URL	https://chromium.googlesource.com/chromium/src/+/540244ed4952574c2bb88ac553397e47e5f03c4e/gpu/config/gpu_driver_bug_list.json
ANGLE commit id	4ea3b4505abb
2D graphics backend	Skia/67 296de50b4c2e31f94b8c3fafae8fcd7bcfb00e0b-
Command Line	"C:\Users\sebmarchand\AppData\Local\Google\Chrome SxS\Application\chrome.exe" --isolate-origins=https://chromium.org/,https://corp.googleapis.com/,https://storage.googleapis.com,https://ajax.googleapis.com,https://fonts.googleapis.com,https://googleplex.com/,https://googlesource.com/,https://youtube.com/,https://google.com/,https://googleacquisitionmigration.com/,https://googleusercontent.com/,https://googleprod.com/,https://nest.com/,https://myworkday.com/,https://chromiumapp.org/,https://lucidchart.com/,https://service-now.com/,https://concursolutions.com/,https://salesforce.com/,https://gcorppartners.com/,https://morganstanley.com/,https://schwab.com/,https://qualtrics.com/,https://ultipro.com/,https://google.secure2-enroll.com/,https://googlegroups.com/,https://google.secure.force.com/,https://ebenefitsnow.com/,https://firebase.com/,https://elo.plusrelocation.com/,https://anthem.com/,https://g.viapeople.net/,https://gdjap.com/,https://asana.com/,https://perquisite.net/,https://postini.com/,https://perkhub.com/,https://gstave.us/,https://geolearning.com/,https://lecorpio.com/,https://inverify.net/,https://preceda.com.au/,https://secureacceptance.cybersource.com/,https://solium.com/,https://fgvms.com/,https://ridecell.com/,https://tds.ie/,https://sprinklr.com/,https://smartsheet.com/,https://fieldglass.net/,https://dochub.com/ --flag-switches-begin --flag-switches-end --isolate-origins=https://chromium.org/,https://corp.googleapis.com/,https://storage.googleapis.com,https://ajax.googleapis.com,https://fonts.googleapis.com,https://googleplex.com/,https://googlesource.com/,https://youtube.com/,https://google.com/,https://googleacquisitionmigration.com/,https://googleusercontent.com/,https://googleprod.com/,https://nest.com/,https://myworkday.com/,https://chromiumapp.org/,https://lucidchart.com/,https://service-now.com/,https://concursolutions.com/,https://salesforce.com/,https://gcorppartners.com/,https://morganstanley.com/,https://schwab.com/,https://qualtrics.com/,https://ultipro.com/,https://google.secure2-enroll.com/,https://googlegroups.com/,https://google.secure.force.com/,https://ebenefitsnow.com/,https://firebase.com/,https://elo.plusrelocation.com/,https://anthem.com/,https://g.viapeople.net/,https://gdjap.com/,https://asana.com/,https://perquisite.net/,https://postini.com/,https://perkhub.com/,https://gstave.us/,https://geolearning.com/,https://lecorpio.com/,https://inverify.net/,https://preceda.com.au/,https://secureacceptance.cybersource.com/,https://solium.com/,https://fgvms.com/,https://ridecell.com/,https://tds.ie/,https://sprinklr.com/,https://smartsheet.com/,https://fieldglass.net/,https://dochub.com/
Driver Information
Initialization time	193
In-process GPU	false
Passthrough Command Decoder	false
Direct Composition	true
Supports overlays	false
Sandboxed	true
GPU0	VENDOR = 0x10de, DEVICE= 0x13ba *ACTIVE*
Optimus	false
Optimus	false
AMD switchable	false
Desktop compositing	Aero Glass
Diagonal Monitor Size of \\.\DISPLAY1	29.7"
Diagonal Monitor Size of \\.\DISPLAY2	24.0"
Driver vendor	NVIDIA
Driver version	21.21.13.7563
Driver date	10-21-2016
Pixel shader version	5.0
Vertex shader version	5.0
Max. MSAA samples	8
Machine model name	
Machine model version	
GL_VENDOR	Google Inc.
GL_RENDERER	ANGLE (NVIDIA Quadro K2200 Direct3D11 vs_5_0 ps_5_0)
GL_VERSION	OpenGL ES 2.0 (ANGLE 2.1.0.4ea3b4505abb)
GL_EXTENSIONS	GL_ANGLE_client_arrays GL_ANGLE_depth_texture GL_ANGLE_framebuffer_blit GL_ANGLE_framebuffer_multisample GL_ANGLE_instanced_arrays GL_ANGLE_lossy_etc_decode GL_ANGLE_pack_reverse_row_order GL_ANGLE_program_cache_control GL_ANGLE_request_extension GL_ANGLE_robust_client_memory GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ANGLE_texture_usage GL_ANGLE_translated_shader_source GL_CHROMIUM_bind_generates_resource GL_CHROMIUM_bind_uniform_location GL_CHROMIUM_color_buffer_float_rgb GL_CHROMIUM_color_buffer_float_rgba GL_CHROMIUM_copy_compressed_texture GL_CHROMIUM_copy_texture GL_CHROMIUM_sync_query GL_EXT_blend_minmax GL_EXT_color_buffer_half_float GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers GL_EXT_frag_depth GL_EXT_map_buffer_range GL_EXT_occlusion_query_boolean GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_sRGB GL_EXT_shader_texture_lod GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_s3tc_srgb GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_rg GL_EXT_texture_storage GL_EXT_unpack_subimage GL_KHR_debug GL_NV_EGL_stream_consumer_external GL_NV_fence GL_NV_pack_subimage GL_NV_pixel_buffer_object GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth32 GL_OES_element_index_uint GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_surfaceless_context GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_array_object
Disabled Extensions	GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent
Disabled WebGL Extensions	EXT_disjoint_timer_query EXT_disjoint_timer_query_webgl2
Window system binding vendor	Google Inc. (adapter LUID: 00000000000140ce)
Window system binding version	1.4 (ANGLE 2.1.0.4ea3b4505abb)
Window system binding extensions	EGL_EXT_create_context_robustness EGL_ANGLE_d3d_share_handle_client_buffer EGL_ANGLE_d3d_texture_client_buffer EGL_ANGLE_surface_d3d_texture_2d_share_handle EGL_ANGLE_query_surface_pointer EGL_ANGLE_window_fixed_size EGL_ANGLE_keyed_mutex EGL_ANGLE_surface_orientation EGL_ANGLE_direct_composition EGL_NV_post_sub_buffer EGL_KHR_create_context EGL_EXT_device_query EGL_KHR_image EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_get_all_proc_addresses EGL_KHR_stream EGL_KHR_stream_consumer_gltexture EGL_NV_stream_consumer_gltexture_yuv EGL_ANGLE_flexible_surface_compatibility EGL_ANGLE_stream_producer_d3d_texture EGL_ANGLE_create_context_webgl_compatibility EGL_CHROMIUM_create_context_bind_generates_resource EGL_CHROMIUM_sync_control EGL_EXT_pixel_format_float EGL_KHR_surfaceless_context EGL_ANGLE_display_texture_share_group EGL_ANGLE_create_context_client_arrays EGL_ANGLE_program_cache_control EGL_ANGLE_robust_resource_initialization
Direct rendering	Yes
Reset notification strategy	0x8252
GPU process crash count	0
Compositor Information
Tile Update Mode	One-copy
Partial Raster	Enabled
GpuMemoryBuffers Status
ATC	Software only
ATCIA	Software only
DXT1	Software only
DXT5	Software only
ETC1	Software only
R_8	Software only
R_16	Software only
RG_88	Software only
BGR_565	Software only
RGBA_4444	Software only
RGBX_8888	GPU_READ, SCANOUT
RGBA_8888	GPU_READ, SCANOUT
BGRX_8888	Software only
BGRX_1010102	Software only
RGBX_1010102	Software only
BGRA_8888	Software only
RGBA_F16	Software only
YVU_420	Software only
YUV_420_BIPLANAR	Software only
UYVY_422	Software only
Display(s) Information
Info	Display[2528732444] bounds=0,0 2560x1600, workarea=0,0 2560x1560, scale=1, external
Color space information	{primaries:[[0.5988,0.2251,0.1404,],[0.2722,0.6723,0.0555,],[0.0068,0.0800,0.7380,],], 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
Info	Display[2779098405] bounds=2560,0 1200x1920, workarea=2560,0 1200x1920, scale=1, external
Color space information	{primaries:[[0.6019,0.2177,0.1446,],[0.2822,0.6531,0.0647,],[0.0079,0.0352,0.7818,],], transfer:0.0774*x + 0.0000 if x < 0.0404 else (0.9479*x + 0.0521)**2.4000 + 0.0000, matrix:RGB, range:FULL}
Bits per color component	8
Bits per pixel	24
Video Acceleration Information
Decode h264 baseline	up to 4096x2304 pixels
Decode h264 baseline	up to 2304x4096 pixels
Decode h264 main	up to 4096x2304 pixels
Decode h264 main	up to 2304x4096 pixels
Decode h264 high	up to 4096x2304 pixels
Decode h264 high	up to 2304x4096 pixels
Encode h264 baseline	up to 3840x2176 pixels and/or 30.000 fps
Encode h264 main	up to 3840x2176 pixels and/or 30.000 fps
Encode h264 high	up to 3840x2176 pixels and/or 30.000 fps
Diagnostics
... loading ...
Log Messages
[38536:41200:0314/110819.791:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(46,8-58): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(54,9-43): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[38536:33580:0314/110819.802:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(29,8-58): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(37,9-43): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[38536:41200:0314/110819.812:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(49,8-58): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(57,9-43): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[38536:33580:0314/110819.884:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(46,8-58): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(50,8-28): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[38536:41200:0314/110819.893:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(29,8-58): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(33,8-28): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[38536:33580:0314/110819.902:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(49,8-58): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(53,8-28): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[38536:33580:0314/110821.096:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(65,10-42): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(87,10-42): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[38536:33580:0314/110821.262:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(46,8-58): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(54,9-43): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[38536:41200:0314/110823.419:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(35,8-58): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(43,9-43): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[38536:33580:0314/110824.712:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(46,8-58): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(50,8-28): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[38536:33580:0314/110904.844:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(57,8-58): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(65,9-43): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[38536:33580:0314/111131.321:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(47,8-58): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(55,9-43): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[38536:41200:0314/112016.310:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(47,8-58): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(51,8-28): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[38536:33580:0314/112440.145:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(56,8-58): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(64,9-43): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[38536:39900:0314/132218.729:ERROR:gles2_cmd_decoder.cc(18297)] : [.DisplayCompositor-00000259B34E3040]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[38536:39900:0314/132218.729:ERROR:gles2_cmd_decoder.cc(10138)] : [.DisplayCompositor-00000259B34E3040]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[38536:39900:0314/132218.731:ERROR:gles2_cmd_decoder.cc(18297)] : [.DisplayCompositor-00000259B34E3040]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[38536:39900:0314/132218.731:ERROR:gles2_cmd_decoder.cc(10138)] : [.DisplayCompositor-00000259B34E3040]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[38536:11580:0314/132239.485:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(57,9-52): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[38536:11580:0314/132239.502:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(57,23-43): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[38536:17920:0314/132843.504:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(45,8-21): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(53,9-43): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[38536:17920:0314/133631.136:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(35,8-58): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(39,8-28): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
Components: -Blink>Compositing Internals>Compositing
It just happened to me again in 67.0.3375.0 (Win x64), here's the chrome://gpu report:


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: Software only. Hardware acceleration disabled
Rasterization: Hardware accelerated
Surface Synchronization: Disabled
Video Decode: Hardware accelerated
Viz Service Display Compositor: Disabled
WebGL: Hardware accelerated
WebGL2: Hardware accelerated
Driver Bug Workarounds
clear_uniforms_before_first_program_use
decode_encode_srgb_for_generatemipmap
disable_accelerated_vpx_decode
disable_delayed_copy_nv12
disable_discard_framebuffer
disable_dxgi_zero_copy_video
disable_framebuffer_cmaa
exit_on_context_lost
force_cube_complete
scalarize_vec_and_mat_constructor_args
texsubimage_faster_than_teximage
Problems Detected
Some drivers are unable to reset the D3D device in the GPU process sandbox
Applied Workarounds: exit_on_context_lost
TexSubImage is faster for full uploads on ANGLE
Applied Workarounds: texsubimage_faster_than_teximage
Clear uniforms before first program use on all platforms: 124764, 349137
Applied Workarounds: clear_uniforms_before_first_program_use
Always rewrite vec/mat constructors to be consistent: 398694
Applied Workarounds: scalarize_vec_and_mat_constructor_args
ANGLE crash on glReadPixels from incomplete cube map texture: 518889
Applied Workarounds: force_cube_complete
Framebuffer discarding can hurt performance on non-tilers: 570897
Applied Workarounds: disable_discard_framebuffer
Use GL_INTEL_framebuffer_CMAA on ChromeOS: 535198
Applied Workarounds: disable_framebuffer_cmaa
Zero-copy NV12 video displays incorrect colors on NVIDIA drivers.: 635319
Applied Workarounds: disable_dxgi_zero_copy_video
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)
Decode and Encode before generateMipmap for srgb format textures on Windows: 634519
Applied Workarounds: decode_encode_srgb_for_generatemipmap
VPx decoding isn't supported well before Windows 10 creators update.: 616318, 667532
Applied Workarounds: disable_accelerated_vpx_decode
Delayed copy NV12 displays incorrect colors on NVIDIA drivers.: 728670
Applied Workarounds: disable_delayed_copy_nv12
Don't expose disjoint_timer_query extensions to WebGL: 808744
Native GpuMemoryBuffers have been disabled, either via about:flags or command line.
Disabled Features: native_gpu_memory_buffers
Surface synchronization has been disabled by Finch trial or command line.
Disabled Features: surface_synchronization
Viz service display compositor is not enabled by default.
Disabled Features: viz_display_compositor
Checker-imaging has been disabled via finch trial or the command line.
Disabled Features: checker_imaging
Version Information
Data exported	2018-03-19T19:21:04.764Z
Chrome version	Chrome/67.0.3375.0
Operating system	Windows NT 10.0.14393
Software rendering list URL	https://chromium.googlesource.com/chromium/src/+/9a9b208d93102cd427f37a45e2bdc28c07f23cbc/gpu/config/software_rendering_list.json
Driver bug list URL	https://chromium.googlesource.com/chromium/src/+/9a9b208d93102cd427f37a45e2bdc28c07f23cbc/gpu/config/gpu_driver_bug_list.json
ANGLE commit id	dfebe9b2d5d9
2D graphics backend	Skia/67 a7b84c5a50da02dbb18a84dfaa72e456190c1427-
Command Line	"C:\Users\sebmarchand\AppData\Local\Google\Chrome SxS\Application\chrome.exe" --isolate-origins=https://chromium.org/,https://corp.googleapis.com/,https://storage.googleapis.com,https://ajax.googleapis.com,https://fonts.googleapis.com,https://googleplex.com/,https://googlesource.com/,https://youtube.com/,https://google.com/,https://googleacquisitionmigration.com/,https://googleusercontent.com/,https://googleprod.com/,https://nest.com/,https://myworkday.com/,https://chromiumapp.org/,https://lucidchart.com/,https://service-now.com/,https://concursolutions.com/,https://salesforce.com/,https://gcorppartners.com/,https://morganstanley.com/,https://schwab.com/,https://qualtrics.com/,https://ultipro.com/,https://google.secure2-enroll.com/,https://googlegroups.com/,https://google.secure.force.com/,https://ebenefitsnow.com/,https://firebase.com/,https://elo.plusrelocation.com/,https://anthem.com/,https://g.viapeople.net/,https://gdjap.com/,https://asana.com/,https://perquisite.net/,https://postini.com/,https://perkhub.com/,https://gstave.us/,https://geolearning.com/,https://lecorpio.com/,https://inverify.net/,https://preceda.com.au/,https://secureacceptance.cybersource.com/,https://solium.com/,https://fgvms.com/,https://ridecell.com/,https://tds.ie/,https://sprinklr.com/,https://smartsheet.com/,https://fieldglass.net/,https://dochub.com/ --flag-switches-begin --flag-switches-end --isolate-origins=https://chromium.org/,https://corp.googleapis.com/,https://storage.googleapis.com,https://ajax.googleapis.com,https://fonts.googleapis.com,https://googleplex.com/,https://googlesource.com/,https://youtube.com/,https://google.com/,https://googleacquisitionmigration.com/,https://googleusercontent.com/,https://googleprod.com/,https://nest.com/,https://myworkday.com/,https://chromiumapp.org/,https://lucidchart.com/,https://service-now.com/,https://concursolutions.com/,https://salesforce.com/,https://gcorppartners.com/,https://morganstanley.com/,https://schwab.com/,https://qualtrics.com/,https://ultipro.com/,https://google.secure2-enroll.com/,https://googlegroups.com/,https://google.secure.force.com/,https://ebenefitsnow.com/,https://firebase.com/,https://elo.plusrelocation.com/,https://anthem.com/,https://g.viapeople.net/,https://gdjap.com/,https://asana.com/,https://perquisite.net/,https://postini.com/,https://perkhub.com/,https://gstave.us/,https://geolearning.com/,https://lecorpio.com/,https://inverify.net/,https://preceda.com.au/,https://secureacceptance.cybersource.com/,https://solium.com/,https://fgvms.com/,https://ridecell.com/,https://tds.ie/,https://sprinklr.com/,https://smartsheet.com/,https://fieldglass.net/,https://dochub.com/
Driver Information
Initialization time	174
In-process GPU	false
Passthrough Command Decoder	true
Direct Composition	true
Supports overlays	false
Sandboxed	true
GPU0	VENDOR = 0x10de, DEVICE= 0x13ba *ACTIVE*
Optimus	false
Optimus	false
AMD switchable	false
Desktop compositing	Aero Glass
Diagonal Monitor Size of \\.\DISPLAY1	29.7"
Diagonal Monitor Size of \\.\DISPLAY2	24.0"
Driver vendor	NVIDIA
Driver version	21.21.13.7563
Driver date	10-21-2016
Pixel shader version	5.0
Vertex shader version	5.0
Max. MSAA samples	8
Machine model name	
Machine model version	
GL_VENDOR	Google Inc.
GL_RENDERER	ANGLE (NVIDIA Quadro K2200 Direct3D11 vs_5_0 ps_5_0)
GL_VERSION	OpenGL ES 2.0 (ANGLE 2.1.0.dfebe9b2d5d9)
GL_EXTENSIONS	GL_ANGLE_client_arrays GL_ANGLE_depth_texture GL_ANGLE_framebuffer_blit GL_ANGLE_framebuffer_multisample GL_ANGLE_instanced_arrays GL_ANGLE_lossy_etc_decode GL_ANGLE_pack_reverse_row_order GL_ANGLE_program_cache_control GL_ANGLE_request_extension GL_ANGLE_robust_client_memory GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ANGLE_texture_usage GL_ANGLE_translated_shader_source GL_CHROMIUM_bind_generates_resource GL_CHROMIUM_bind_uniform_location GL_CHROMIUM_color_buffer_float_rgb GL_CHROMIUM_color_buffer_float_rgba GL_CHROMIUM_copy_compressed_texture GL_CHROMIUM_copy_texture GL_CHROMIUM_sync_query GL_EXT_blend_minmax GL_EXT_color_buffer_half_float GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers GL_EXT_frag_depth GL_EXT_map_buffer_range GL_EXT_occlusion_query_boolean GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_sRGB GL_EXT_shader_texture_lod GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_s3tc_srgb GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_rg GL_EXT_texture_storage GL_EXT_unpack_subimage GL_KHR_debug GL_NV_EGL_stream_consumer_external GL_NV_fence GL_NV_pack_subimage GL_NV_pixel_buffer_object GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth32 GL_OES_element_index_uint GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_surfaceless_context GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_array_object
Disabled Extensions	GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent
Disabled WebGL Extensions	EXT_disjoint_timer_query EXT_disjoint_timer_query_webgl2
Window system binding vendor	Google Inc. (adapter LUID: 00000000000140ce)
Window system binding version	1.4 (ANGLE 2.1.0.dfebe9b2d5d9)
Window system binding extensions	EGL_EXT_create_context_robustness EGL_ANGLE_d3d_share_handle_client_buffer EGL_ANGLE_d3d_texture_client_buffer EGL_ANGLE_surface_d3d_texture_2d_share_handle EGL_ANGLE_query_surface_pointer EGL_ANGLE_window_fixed_size EGL_ANGLE_keyed_mutex EGL_ANGLE_surface_orientation EGL_ANGLE_direct_composition EGL_NV_post_sub_buffer EGL_KHR_create_context EGL_EXT_device_query EGL_KHR_image EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_get_all_proc_addresses EGL_KHR_stream EGL_KHR_stream_consumer_gltexture EGL_NV_stream_consumer_gltexture_yuv EGL_ANGLE_flexible_surface_compatibility EGL_ANGLE_stream_producer_d3d_texture EGL_ANGLE_create_context_webgl_compatibility EGL_CHROMIUM_create_context_bind_generates_resource EGL_CHROMIUM_sync_control EGL_EXT_pixel_format_float EGL_KHR_surfaceless_context EGL_ANGLE_display_texture_share_group EGL_ANGLE_create_context_client_arrays EGL_ANGLE_program_cache_control EGL_ANGLE_robust_resource_initialization EGL_ANGLE_create_context_extensions_enabled
Direct rendering	Yes
Reset notification strategy	0x8252
GPU process crash count	0
Compositor Information
Tile Update Mode	One-copy
Partial Raster	Enabled
GpuMemoryBuffers Status
ATC	Software only
ATCIA	Software only
DXT1	Software only
DXT5	Software only
ETC1	Software only
R_8	Software only
R_16	Software only
RG_88	Software only
BGR_565	Software only
RGBA_4444	Software only
RGBX_8888	GPU_READ, SCANOUT
RGBA_8888	GPU_READ, SCANOUT
BGRX_8888	Software only
BGRX_1010102	Software only
RGBX_1010102	Software only
BGRA_8888	Software only
RGBA_F16	Software only
YVU_420	Software only
YUV_420_BIPLANAR	Software only
UYVY_422	Software only
Display(s) Information
Info	Display[2528732444] bounds=[0,0 2560x1600], workarea=[0,0 2560x1560], scale=1, external.
Color space information	{primaries:[[0.5988,0.2251,0.1404,],[0.2722,0.6723,0.0555,],[0.0068,0.0800,0.7380,],], 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
Info	Display[2779098405] bounds=[2560,0 1200x1920], workarea=[2560,0 1200x1920], scale=1, external.
Color space information	{primaries:[[0.6019,0.2177,0.1446,],[0.2822,0.6531,0.0647,],[0.0079,0.0352,0.7818,],], transfer:0.0774*x + 0.0000 if x < 0.0404 else (0.9479*x + 0.0521)**2.4000 + 0.0000, matrix:RGB, range:FULL}
Bits per color component	8
Bits per pixel	24
Video Acceleration Information
Decode h264 baseline	up to 4096x2304 pixels
Decode h264 baseline	up to 2304x4096 pixels
Decode h264 main	up to 4096x2304 pixels
Decode h264 main	up to 2304x4096 pixels
Decode h264 high	up to 4096x2304 pixels
Decode h264 high	up to 2304x4096 pixels
Encode h264 baseline	up to 3840x2176 pixels and/or 30.000 fps
Encode h264 main	up to 3840x2176 pixels and/or 30.000 fps
Encode h264 high	up to 3840x2176 pixels and/or 30.000 fps
Diagnostics
0
b3DAccelerationEnabled	true
b3DAccelerationExists	true
bAGPEnabled	true
bAGPExistenceValid	true
bAGPExists	true
bCanRenderWindow	true
bDDAccelerationEnabled	true
bDriverBeta	false
bDriverDebug	false
bDriverSigned	false
bDriverSignedValid	false
bNoHardware	false
dwBpp	32
dwDDIVersion	12
dwHeight	1600
dwRefreshRate	60
dwWHQLLevel	0
dwWidth	2560
iAdapter	0
lDriverSize	17569488
lMiniVddSize	0
szAGPStatusEnglish	Enabled
szAGPStatusLocalized	Enabled
szChipType	Quadro K2200
szD3DStatusEnglish	Enabled
szD3DStatusLocalized	Enabled
szDACType	Integrated RAMDAC
szDDIVersionEnglish	12
szDDIVersionLocalized	12
szDDStatusEnglish	Enabled
szDDStatusLocalized	Enabled
szDXVAHDEnglish	Supported
szDXVAModes	
szDescription	NVIDIA Quadro K2200
szDeviceId	0x13BA
szDeviceIdentifier	{D7B71E3E-50FA-11CF-076E-9A3018C2D835}
szDeviceName	\\.\DISPLAY1
szDisplayMemoryEnglish	36784 MB
szDisplayMemoryLocalized	36784 MB
szDisplayModeEnglish	2560 x 1600 (32 bit) (60Hz)
szDisplayModeLocalized	2560 x 1600 (32 bit) (60Hz)
szDriverAssemblyVersion	21.21.13.7563
szDriverAttributes	Final Retail
szDriverDateEnglish	10/20/2016 8:00:00 PM
szDriverDateLocalized	10/20/2016 20:00:00
szDriverLanguageEnglish	English
szDriverLanguageLocalized	English
szDriverModelEnglish	WDDM 2.1
szDriverModelLocalized	WDDM 2.1
szDriverName	C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispwi.inf_amd64_f6d875fdd69bdc31\nvd3dumx.dll,C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispwi.inf_amd64_f6d875fdd69bdc31\nvwgf2umx.dll,C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispwi.inf_amd64_f6d875fdd69bdc31\nvwgf2umx.dll,C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispwi.inf_amd64_f6d875fdd69bdc31\nvwgf2umx.dll
szDriverNodeStrongName	oem8.inf:0f066de3ac9cce8c:Section084:21.21.13.7563:pci\ven_10de&dev_13ba
szDriverSignDate	Unknown
szDriverVersion	21.21.0013.7563
szKeyDeviceID	Enum\PCI\VEN_10DE&DEV_13BA&SUBSYS_1097103C&REV_A2
szKeyDeviceKey	\Registry\Machine\System\CurrentControlSet\Control\Video\{F1AE8DC4-392F-4D4E-8953-61CE2A12503D}\0000
szManufacturer	NVIDIA
szMiniVdd	unknown
szMiniVddDateEnglish	Unknown
szMiniVddDateLocalized	unknown
szMonitorMaxRes	Unknown
szMonitorName	HP ZR30w Wide LCD Monitor
szNotesEnglish	No problems found.
szNotesLocalized	No problems found.
szOverlayEnglish	Supported
szRankOfInstalledDriver	00D12001
szRegHelpText	Unknown
szRevision	Unknown
szRevisionId	0x00A2
szSubSysId	0x1097103C
szTestResultD3D7English	Not run
szTestResultD3D7Localized	Not run
szTestResultD3D8English	Not run
szTestResultD3D8Localized	Not run
szTestResultD3D9English	Not run
szTestResultD3D9Localized	Not run
szTestResultDDEnglish	Not run
szTestResultDDLocalized	Not run
szVdd	unknown
szVendorId	0x10DE
1
b3DAccelerationEnabled	true
b3DAccelerationExists	true
bAGPEnabled	true
bAGPExistenceValid	true
bAGPExists	true
bCanRenderWindow	true
bDDAccelerationEnabled	true
bDriverBeta	false
bDriverDebug	false
bDriverSigned	false
bDriverSignedValid	false
bNoHardware	false
dwBpp	32
dwDDIVersion	12
dwHeight	1920
dwRefreshRate	59
dwWHQLLevel	0
dwWidth	1200
iAdapter	1
lDriverSize	17569488
lMiniVddSize	0
szAGPStatusEnglish	Enabled
szAGPStatusLocalized	Enabled
szChipType	Quadro K2200
szD3DStatusEnglish	Enabled
szD3DStatusLocalized	Enabled
szDACType	Integrated RAMDAC
szDDIVersionEnglish	12
szDDIVersionLocalized	12
szDDStatusEnglish	Enabled
szDDStatusLocalized	Enabled
szDXVAHDEnglish	Supported
szDXVAModes	
szDescription	NVIDIA Quadro K2200
szDeviceId	0x13BA
szDeviceIdentifier	{D7B71E3E-50FA-11CF-076E-9A3018C2D835}
szDeviceName	\\.\DISPLAY2
szDisplayMemoryEnglish	36784 MB
szDisplayMemoryLocalized	36784 MB
szDisplayModeEnglish	1200 x 1920 (32 bit) (59Hz)
szDisplayModeLocalized	1200 x 1920 (32 bit) (59Hz)
szDriverAssemblyVersion	21.21.13.7563
szDriverAttributes	Final Retail
szDriverDateEnglish	10/20/2016 8:00:00 PM
szDriverDateLocalized	10/20/2016 20:00:00
szDriverLanguageEnglish	English
szDriverLanguageLocalized	English
szDriverModelEnglish	WDDM 2.1
szDriverModelLocalized	WDDM 2.1
szDriverName	C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispwi.inf_amd64_f6d875fdd69bdc31\nvd3dumx.dll,C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispwi.inf_amd64_f6d875fdd69bdc31\nvwgf2umx.dll,C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispwi.inf_amd64_f6d875fdd69bdc31\nvwgf2umx.dll,C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispwi.inf_amd64_f6d875fdd69bdc31\nvwgf2umx.dll
szDriverNodeStrongName	oem8.inf:0f066de3ac9cce8c:Section084:21.21.13.7563:pci\ven_10de&dev_13ba
szDriverSignDate	Unknown
szDriverVersion	21.21.0013.7563
szKeyDeviceID	Enum\PCI\VEN_10DE&DEV_13BA&SUBSYS_1097103C&REV_A2
szKeyDeviceKey	\Registry\Machine\System\CurrentControlSet\Control\Video\{F1AE8DC4-392F-4D4E-8953-61CE2A12503D}\0001
szManufacturer	NVIDIA
szMiniVdd	unknown
szMiniVddDateEnglish	Unknown
szMiniVddDateLocalized	unknown
szMonitorMaxRes	Unknown
szMonitorName	Dell U2410(DP)
szNotesEnglish	No problems found.
szNotesLocalized	No problems found.
szOverlayEnglish	Supported
szRankOfInstalledDriver	00D12001
szRegHelpText	Unknown
szRevision	Unknown
szRevisionId	0x00A2
szSubSysId	0x1097103C
szTestResultD3D7English	Not run
szTestResultD3D7Localized	Not run
szTestResultD3D8English	Not run
szTestResultD3D8Localized	Not run
szTestResultD3D9English	Not run
szTestResultD3D9Localized	Not run
szTestResultDDEnglish	Not run
szTestResultDDLocalized	Not run
szVdd	unknown
szVendorId	0x10DE
Log Messages
[26140:40920:0319/100921.859:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(46,8-56): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(54,9-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[26140:42520:0319/100921.870:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(29,8-56): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(37,9-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[26140:40920:0319/100921.880:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(49,8-56): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(57,9-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[26140:42520:0319/100922.368:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(46,8-56): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(54,9-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[26140:40920:0319/100922.829:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(65,10-34): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(87,10-34): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[26140:40920:0319/104100.919:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(47,8-56): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(55,9-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[26140:42520:0319/104105.733:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(35,8-56): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(43,9-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[26140:32684:0319/124132.378:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(46,8-56): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(54,8-26): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[26140:1304:0319/124132.393:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(49,8-56): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(57,8-26): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[26140:32684:0319/124132.405:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(49,8-56): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(57,8-26): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[26140:32684:0319/124135.355:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(29,8-56): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(37,8-26): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[26140:31312:0319/141546.439:ERROR:gl_utils.cc(277)] : [.DisplayCompositor-000001CE8D209300] GL_INVALID_OPERATION: Texture was not generated
[26140:31312:0319/141546.440:ERROR:gl_utils.cc(277)] : [.DisplayCompositor-000001CE8D209300] GL_INVALID_OPERATION: Texture was not generated
[26140:31312:0319/141546.440:ERROR:gl_utils.cc(277)] : [.DisplayCompositor-000001CE8D209300] GL_INVALID_OPERATION: Texture was not generated
[26140:31312:0319/141546.440:ERROR:gl_utils.cc(277)] : [.DisplayCompositor-000001CE8D209300] GL_INVALID_OPERATION: Texture was not generated
[26140:31312:0319/141546.440:ERROR:gl_utils.cc(277)] : [.DisplayCompositor-000001CE8D209300] GL_INVALID_OPERATION: Texture was not generated
[26140:31312:0319/141546.440:ERROR:gl_utils.cc(277)] : [.DisplayCompositor-000001CE8D209300] GL_INVALID_OPERATION: Texture was not generated
[26140:31312:0319/141546.440:ERROR:gl_utils.cc(277)] : [.DisplayCompositor-000001CE8D209300] GL_INVALID_OPERATION: Texture was not generated
[26140:31312:0319/141546.440:ERROR:gl_utils.cc(277)] : [.DisplayCompositor-000001CE8D209300] GL_INVALID_OPERATION: Texture was not generated
[26140:31312:0319/141546.502:ERROR:gl_utils.cc(277)] : [.DisplayCompositor-000001CE8D209300] GL_INVALID_OPERATION: Texture was not generated
[26140:31312:0319/141546.502:ERROR:gl_utils.cc(277)] : [.DisplayCompositor-000001CE8D209300] GL_INVALID_OPERATION: Texture was not generated
[26140:31312:0319/141546.502:ERROR:gl_utils.cc(277)] : [.DisplayCompositor-000001CE8D209300] GL_INVALID_OPERATION: Texture was not generated
[26140:31312:0319/141546.502:ERROR:gl_utils.cc(277)] : [.DisplayCompositor-000001CE8D209300] GL_INVALID_OPERATION: Texture was not generated
[26140:32684:0319/143622.770:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(49,8-19): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(57,9-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[26140:33196:0319/150349.118:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(46,8-56): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(54,8-26): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[26140:32684:0319/150556.532:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(47,8-56): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(55,8-26): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[26140:32684:0319/151121.333:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(53,8-56): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(61,8-26): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[26140:33196:0319/151121.348:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(46,8-56): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(54,8-26): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[26140:31312:0319/151536.127:ERROR:gles2_cmd_decoder_passthrough_doers.cc(4126)] : NOT IMPLEMENTED
[26140:32684:0319/151809.981:WARNING:angle_platform_impl.cc(59)] : compileToBinary(228): C:\fakepath(35,8-56): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(43,8-26): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
GpuProcessHostUIShim: The GPU process exited normally. Everything is okay.

Comment 8 by piman@chromium.org, Mar 20 2018

Cc: fsam...@chromium.org
Labels: -Pri-2 Pri-1
Owner: kylec...@chromium.org
Status: Assigned (was: Untriaged)
This seems pretty bad...
We see the background color (not, say, black as would be with missing textures). Could this be a surface references issue? Surface sync is off in those reports, so I'm not sure what else.

Comment 9 by piman@chromium.org, Mar 20 2018

I may have a repro case, I ran into accidentally.
That's on Chrome OS on current dev: 66.0.3359.31 (Official Build) dev (64-bit) (samus)

repro steps:
1- open 1 window with one tab at https://codepen.io/createjs/pen/OORdMw and 5 other tabs (new tab page). Open another 5 windows (1 NTP tab each).
2- switch to the codepen tab and hover the mouse on the "Change View" button, it should highlight
3- with the keyboard (ctrl-tab) cycle through all tabs in that window (may have to do this several times)
When coming back to the codepen tab, we only see the background color but mouse cursor still changes shape as it is moved on the page, links still work etc.

Comment 10 by piman@chromium.org, Mar 20 2018

Labels: FoundIn-66 Target-66 ReleaseBlock-Stable
RBS for visibility, it happens on the current beta branch.
Cc: samans@chromium.org
This could also be a frame eviction bug? Kyle, let me know if you are having trouble repro'ing or you don't think this is your bug. Happy to pick it up as necessary.
If we were missing a surface reference then we could delete the renderer surface when we shouldn't. The renderer isn't hung, so it will eventually submit a new CompositorFrame and show up. I'd expect a brief flicker not the renderer to never appear.

This is almost definitely a manifestation of the frame eviction and surface activation issue we were discussing last week. The six tabs open in one window is crucial because that triggers frame eviction. Having multiple top level Windows open is crucial too because it bogs down the browser UI thread. That enables the following race:

1. Switch tabs. The tab least recently visible is evicted at this point.
2. DelegatedFrameHost::EvictFrame() resets the tab ui::Layer to be a solid color layer with the background color.
3. DelegatedFrameHost tells HostFrameSinkManager/FrameSinkManagerImpl to evict the tab contents. The CompositorFrameSinkSupport immediately makes the Surface garbage collectible. The Surface won't be garbage collected until two things happen though.
4a. There is still a surface reference from the browser UI compositor Surface to the renderer Surface. As soon as the ui::Compositor submits it's next CompositorFrame it will drop the surface reference.
4b. Surface garbage collection happens when the next display compositor frame gets drawn.
5. The large number of top level browser Windows bogs down the browser UI thread. Either 4a or 4b hasn't happened by the time the tab is visible again.
6. When the renderer submits a CompositorFrame it is placed into an existing Surface. There is no OnSurfaceActivation() message. DelegatedFrameHost nevers get OnSurfaceActivation(), so it never sets a fallback SurfaceId on the ui::Layer. We see the background color instead.

I can reproduce this Windows dev and canary and Linux dev. I can also reproduce this on Linux ToT. It's really just the following:
1. Open a browser window with at least 6 tabs.
2. Open 5+ other browser windows. Open 10+ if you have a fast machine.
3. Switch quickly between the 6 tabs in the first Window. One of them will show the background color after a couple cycles.
Cc: kylec...@chromium.org
 Issue 820754  has been merged into this issue.
I can't reproduce in M65 so that's good news. 

The best solution that comes to mind here is allocate a new LocalSurfaceId on frame eviction. I think we do this but only if surface sync is turned on? If we allocated a new LocalSurfaceId there is no longer a race between eviction and showing the Surface again.
"There is no OnSurfaceActivation() message. DelegatedFrameHost nevers get OnSurfaceActivation()" I don't think this is true. I believe we do send first surface activation after resurrection unless something broke it recently.
>I believe we do send first surface activation after resurrection unless something broke it recently.

The surface is never destroyed so it's never resurrected.
But I thought you said it's marked for destruction?
Oh that did change from the original implementation. So we do fire OnFirstSurfaceActivation() still then. Let me dig into why that isn't changing the ui::Layer then.
Status: Started (was: Assigned)
The problem is a bit more complicated. It relies on the race above so that the Surface isn't deleted plus a late CompositorFrame arriving from the renderer. There are more steps that need to happen after 5.

5a. The renderer submits a CompositorFrame. This is a late frame from when it was last showing and isn't useful because the tab is hidden.
5b. The Surface is resurrected, this fires DelegatedFrameHost::OnFirstSurfaceActivation() correctly. This modifies the ui::Layer correctly too.
5c. The frame gets immediately evicted because it's not visible. This calls DelegatedFrameHost::EvictDelegatedFrame() which resets the ui::Layer back to a solid color again.
5d . FrameSinkManagerImpl::EvictSurfaces() gets called and hits this if statement.
https://cs.chromium.org/chromium/src/components/viz/service/frame_sinks/frame_sink_manager_impl.cc?l=271&rcl=3025c6785ffda5f6c443b6f38c92af305fa3f8e7
5e. CompositorFrameSinkSupport:: last_activated_surface_id_ hasn't been set yet and the if statement is false. This means the Surface doesn't actually get evicted, so Surface::Reset() never gets called.

At this point there is a Surface for renderer that hasn't been destroyed but DelegatedFrameHost is just showing a solid color. Step 6 happens and we see only the background color.

Basically CompositorFrameSinkSupport:: last_activated_surface_id_ needs to get set earlier than it does. I'll see if reversing the order these two lines occur in causes problems.

https://cs.chromium.org/chromium/src/components/viz/service/surfaces/surface.cc?l=326&rcl=b6e210a40d04c74aa2bc7dfee2d4f56da8b47e2a
https://cs.chromium.org/chromium/src/components/viz/service/surfaces/surface.cc?l=330&rcl=b6e210a40d04c74aa2bc7dfee2d4f56da8b47e2a
Labels: ReleaseBlock-Beta
The fix is running CQ right now in https://crrev.com/c/971642. It's a little late for the first beta RC but this should be merged into the next beta RC.
Project Member

Comment 22 by bugdroid1@chromium.org, Mar 20 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/df985d6aede925cb81021f1fc285955f060451b8

commit df985d6aede925cb81021f1fc285955f060451b8
Author: kylechar <kylechar@chromium.org>
Date: Tue Mar 20 22:50:14 2018

Fix blank tabs after eviction.

This CL fixes a race whereby tabs can be blank after frame eviction.
There was an ordering problem, where a late CompositorFrame from the
evicted frame would cause a Surface to be resurrected and then
immediately re-evicted. The second eviction would fail because
CompositorFrameSinkSupport didn't know the surface had been resurrected
yet.

Also change tests to use mock version of FrameSinkManagerClient to
test eviction in the same call stack as activation.

Bug:  821855 
Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel
Change-Id: Iddc0f6826956ccd89e25f8fca9513d237874894b
Reviewed-on: https://chromium-review.googlesource.com/971642
Commit-Queue: kylechar <kylechar@chromium.org>
Reviewed-by: Fady Samuel <fsamuel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#544575}
[modify] https://crrev.com/df985d6aede925cb81021f1fc285955f060451b8/components/viz/service/frame_sinks/compositor_frame_sink_support_unittest.cc
[modify] https://crrev.com/df985d6aede925cb81021f1fc285955f060451b8/components/viz/service/surfaces/surface.cc

Project Member

Comment 23 by sheriffbot@chromium.org, Mar 21 2018

Cc: piman@chromium.org
This issue is marked as a release blocker with no milestone associated. Please add an appropriate milestone.

All release blocking issues should have milestones associated to it, so that the issue can tracked and the fixes can be pushed promptly.

Thanks for your time! To disable nags, add the Disable-Nags label.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Labels: M-66
Any particular reason we don't request the merge now?
Labels: Merge-Request-66
Requesting merge into M66. #22 fixes the problem with tab contents not drawing after quickly switching between 6+ tabs.
Project Member

Comment 27 by sheriffbot@chromium.org, Mar 21 2018

Labels: -Merge-Request-66 Merge-Review-66 Hotlist-Merge-Review
This bug requires manual review: M66 has already been promoted to the beta branch, so this requires manual review
Please contact the milestone owner if you have questions.
Owners: cmasso@(Android), cmasso@(iOS), josafat@(ChromeOS), abdulsyed@(Desktop)

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
How safe is this merge? Is it well tested in Canary?
The merge should be safe. I've discussed the ordering change with fsamuel@ and samans@, the people most familiar with this code, and we didn't see any potential problems. It's been on canary for 36 hours now without any complaints.
Labels: -Merge-Review-66 Merge-Approved-66
Approving merge for M66. Branch:3359
Project Member

Comment 31 by bugdroid1@chromium.org, Mar 22 2018

Labels: -merge-approved-66 merge-merged-3359
The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/50628681e3731b9e73cb7ff2b1e34dbeabffcd55

commit 50628681e3731b9e73cb7ff2b1e34dbeabffcd55
Author: kylechar <kylechar@chromium.org>
Date: Thu Mar 22 20:13:39 2018

Fix blank tabs after eviction.

This CL fixes a race whereby tabs can be blank after frame eviction.
There was an ordering problem, where a late CompositorFrame from the
evicted frame would cause a Surface to be resurrected and then
immediately re-evicted. The second eviction would fail because
CompositorFrameSinkSupport didn't know the surface had been resurrected
yet.

Also change tests to use mock version of FrameSinkManagerClient to
test eviction in the same call stack as activation.

TBR=kylechar@chromium.org

(cherry picked from commit df985d6aede925cb81021f1fc285955f060451b8)

Bug:  821855 
Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel
Change-Id: Iddc0f6826956ccd89e25f8fca9513d237874894b
Reviewed-on: https://chromium-review.googlesource.com/971642
Commit-Queue: kylechar <kylechar@chromium.org>
Reviewed-by: Fady Samuel <fsamuel@chromium.org>
Cr-Original-Commit-Position: refs/heads/master@{#544575}
Reviewed-on: https://chromium-review.googlesource.com/976532
Reviewed-by: kylechar <kylechar@chromium.org>
Cr-Commit-Position: refs/branch-heads/3359@{#384}
Cr-Branched-From: 66afc5e5d10127546cc4b98b9117aff588b5e66b-refs/heads/master@{#540276}
[modify] https://crrev.com/50628681e3731b9e73cb7ff2b1e34dbeabffcd55/components/viz/service/surfaces/surface.cc

Status: Fixed (was: Started)

Comment 33 by jmeurin@google.com, Mar 27 2018

It's still happening in 67.0.3376.0. What 67 version should have the fix?
Just to update unable to repro the issue following steps as per comment #9 on chrome OS 66.0.3359.31/10452.11.0 dev-channel Samus device(without fix) and on latest M-66 beta build 66.0.3359.67/10452.30.0(with fix).

Hence unable to verify this.

@piman : Could you please help in verifying the Issue.


Thanks..!!
Labels: Needs-Feedback
Unable to reproduce the issue on chrome reported version 67.0.3370.0 using Windows-7 & 10 with steps mentioned below:
1) Launched chrome reported version and opened codepen: https://codepen.io/createjs/pen/OORdMw
2) On New Tab Page opened 5 different sites and again came to codepen, navigated over "Change view", it got highlighted
3) By using Ctrl+Tab navigated to all the builds many times, didn't observed blank page on codepen page.

Note: Reproducible steps as per comment#9
Observations: Tested the issue on chrome version# 67.0.3370.0 & 66.0.3359.31 using Windows 10 & 7, as per comment# 13 tried with reproducible steps present in issue:  820754 , but unable to reproduce the issue.

kylechar/piman@ Please find the attached screen cast for your reference and please help us in verifying the fix.

Thanks!
821855.mp4
5.2 MB View Download

Comment 36 by piman@chromium.org, Mar 28 2018

@#34: I could still repro the issue on Samus on 67.0.3376.0 (the latest dev). I think the fix went in to 3377.1 according to https://chromiumdash.appspot.com/commit/df985d6aede925cb81021f1fc285955f060451b8
so no surprise there.
Sorry, I don't have a Samus available to test a custom version at the moment.

@#35: the difference in my test case is that, on top of the several tabs (6+) that I have in one window, I also open 5+ extra windows (each with one tab on the new tab page). You may want to try that. I'm not sure if 5 extra windows are enough, especially since it seems to depend on the machine performance to trigger the race, but it seems like a good number to try.
jmeurin: The fix landed in Windows+Mac 67.0.3377.0 and Linux 67.0.3377.1 so you'll need a newer version. It should be present in dev and beta builds that are shipped this week, not sure when those are going out exactly but soon.
kylechar@, thank you so much for verifying the fix on Latest M66 Beta#66.0.3359.66.

Note to TE: In-order to repro, we need to use "--disable-features=SurfaceSynchronization".

Sign in to add a comment