Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2023
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 200.77 KB | None | 0 0
  1. Graphics Feature Status
  2. Canvas: Hardware accelerated
  3. Canvas out-of-process rasterization: Disabled
  4. Direct Rendering Display Compositor: Disabled
  5. Compositing: Hardware accelerated
  6. Multiple Raster Threads: Enabled
  7. OpenGL: Enabled
  8. Rasterization: Hardware accelerated
  9. Raw Draw: Disabled
  10. Video Decode: Hardware accelerated
  11. Video Encode: Hardware accelerated
  12. Vulkan: Disabled
  13. WebGL: Hardware accelerated
  14. WebGL2: Hardware accelerated
  15. WebGPU: Hardware accelerated
  16. Driver Bug Workarounds
  17. clear_uniforms_before_first_program_use
  18. decode_encode_srgb_for_generatemipmap
  19. disable_delayed_copy_nv12
  20. disable_vp_super_resolution
  21. enable_webgl_timer_query_extensions
  22. exit_on_context_lost
  23. disabled_extension_GL_KHR_blend_equation_advanced
  24. disabled_extension_GL_KHR_blend_equation_advanced_coherent
  25. Problems Detected
  26. Some drivers are unable to reset the D3D device in the GPU process sandbox
  27. Applied Workarounds: exit_on_context_lost
  28. Clear uniforms before first program use on all platforms: 124764, 349137
  29. Applied Workarounds: clear_uniforms_before_first_program_use
  30. Disable KHR_blend_equation_advanced until cc shaders are updated: 661715
  31. Applied Workarounds: disable(GL_KHR_blend_equation_advanced), disable(GL_KHR_blend_equation_advanced_coherent)
  32. Decode and Encode before generateMipmap for srgb format textures on Windows: 634519
  33. Applied Workarounds: decode_encode_srgb_for_generatemipmap
  34. Delayed copy NV12 displays incorrect colors on NVIDIA drivers.: 728670
  35. Applied Workarounds: disable_delayed_copy_nv12
  36. Expose WebGL's disjoint_timer_query extensions on platforms with site isolation: 808744, 870491
  37. Applied Workarounds: enable_webgl_timer_query_extensions
  38. Don't use video processor super resolution on Intel Gen9 and older GPUs and non-Intel GPUs.: 1318380
  39. Applied Workarounds: disable_vp_super_resolution
  40. ANGLE Features
  41. allowCompressedFormats (Frontend workarounds): Enabled: true
  42. Allow compressed formats
  43. cacheCompiledShader (Frontend features) anglebug:7036: Disabled
  44. Enable to cache compiled shaders
  45. disableAnisotropicFiltering (Frontend workarounds): Disabled
  46. Disable support for anisotropic filtering
  47. disableDrawBuffersIndexed (Frontend features) anglebug:7724: Disabled
  48. Disable support for OES_draw_buffers_indexed and EXT_draw_buffers_indexed
  49. disableProgramBinary (Frontend features) anglebug:5007: Disabled
  50. Disable support for GL_OES_get_program_binary
  51. disableProgramCachingForTransformFeedback (Frontend workarounds): Disabled
  52. On some GPUs, program binaries don't contain transform feedback varyings
  53. emulatePixelLocalStorage (Frontend features) anglebug:7279: Disabled: false
  54. Emulate ANGLE_shader_pixel_local_storage using shader images
  55. enableCaptureLimits (Frontend features) anglebug:5750: Disabled
  56. Set the context limits like frame capturing was enabled
  57. enableCompressingPipelineCacheInThreadPool (Frontend workarounds) anglebug:4722: Disabled: false
  58. Enable compressing pipeline cache in thread pool.
  59. enableProgramBinaryForCapture (Frontend features) anglebug:5658: Disabled
  60. Even if FrameCapture is enabled, enable GL_OES_get_program_binary
  61. forceDepthAttachmentInitOnClear (Frontend workarounds) anglebug:7246: Disabled: isAMD
  62. Force depth attachment initialization on clear ops
  63. forceGlErrorChecking (Frontend features) https://issuetracker.google.com/220069903: Disabled
  64. Force GL error checking (i.e. prevent applications from disabling error checking
  65. forceInitShaderVariables (Frontend features): Disabled
  66. Force-enable shader variable initialization
  67. forceRobustResourceInit (Frontend features) anglebug:6041: Disabled
  68. Force-enable robust resource init
  69. loseContextOnOutOfMemory (Frontend workarounds): Enabled: true
  70. Some users rely on a lost context notification if a GL_OUT_OF_MEMORY error occurs
  71. scalarizeVecAndMatConstructorArgs (Frontend workarounds) 1165751: Disabled: false
  72. Always rewrite vec/mat constructors to be consistent
  73. addMockTextureNoRenderTarget (D3D workarounds) anglebug:2152: Disabled: isIntel && capsVersion >= IntelDriverVersion(160000) && capsVersion < IntelDriverVersion(164815)
  74. On some drivers when rendering with no render target, two bugs lead to incorrect behavior
  75. allowClearForRobustResourceInit (D3D workarounds) 941620: Enabled: true
  76. Some drivers corrupt texture data when clearing for robust resource initialization.
  77. allowES3OnFL100 (D3D workarounds): Disabled: false
  78. Allow ES3 on 10.0 devices
  79. allowTranslateUniformBlockToStructuredBuffer (D3D workarounds) anglebug:3682: Enabled: IsWin10OrGreater()
  80. There is a slow fxc compile performance issue with dynamic uniform indexing if translating a uniform block with a large array member to cbuffer.
  81. callClearTwice (D3D workarounds) 655534: Disabled: isIntel && isSkylake && capsVersion >= IntelDriverVersion(160000) && capsVersion < IntelDriverVersion(164771)
  82. Using clear() may not take effect
  83. depthStencilBlitExtraCopy (D3D workarounds) anglebug:1452: Disabled: (part1 <= 13u && part2 < 6881) && isNvidia && driverVersionValid
  84. Bug in some drivers triggers a TDR when using CopySubresourceRegion from a staging texture to a depth/stencil
  85. disableB5G6R5Support (D3D workarounds): Disabled: (isIntel && capsVersion >= IntelDriverVersion(150000) && capsVersion < IntelDriverVersion(154539)) || isAMD
  86. Textures with the format DXGI_FORMAT_B5G6R5_UNORM have incorrect data
  87. disableRasterizerOrderViews (D3D workarounds) anglebug:7279: Disabled
  88. Disable ROVs for testing
  89. emulateIsnanFloat (D3D workarounds) 650547: Disabled: isIntel && isSkylake && capsVersion >= IntelDriverVersion(160000) && capsVersion < IntelDriverVersion(164542)
  90. Using isnan() on highp float will get wrong answer
  91. emulateTinyStencilTextures (D3D workarounds): Disabled: isAMD && !(deviceCaps.featureLevel < D3D_FEATURE_LEVEL_10_1)
  92. 1x1 and 2x2 mips of depth/stencil textures aren't sampled correctly
  93. expandIntegerPowExpressions (D3D workarounds): Enabled: true
  94. The HLSL optimizer has a bug with optimizing 'pow' in certain integer-valued expressions
  95. flushAfterEndingTransformFeedback (D3D workarounds): Enabled: isNvidia
  96. Some drivers sometimes write out-of-order results to StreamOut buffers when transform feedback is used to repeatedly write to the same buffer positions
  97. forceAtomicValueResolution (D3D workarounds) anglebug:3246: Enabled: isNvidia
  98. On some drivers the return value from RWByteAddressBuffer.InterlockedAdd does not resolve when used in the .yzw components of a RWByteAddressBuffer.Store operation
  99. getDimensionsIgnoresBaseLevel (D3D workarounds): Enabled: isNvidia
  100. Some drivers do not take into account the base level of the texture in the results of the HLSL GetDimensions builtin
  101. mrtPerfWorkaround (D3D workarounds): Enabled: true
  102. Some drivers have a bug where they ignore null render targets
  103. preAddTexelFetchOffsets (D3D workarounds): Disabled: isIntel
  104. HLSL's function texture.Load returns 0 when the parameter Location is negative, even if the sum of Offset and Location is in range
  105. rewriteUnaryMinusOperator (D3D workarounds): Disabled: isIntel && (isBroadwell || isHaswell) && capsVersion >= IntelDriverVersion(150000) && capsVersion < IntelDriverVersion(154624)
  106. Evaluating unary minus operator on integer may get wrong answer in vertex shaders
  107. selectViewInGeometryShader (D3D workarounds): Disabled: !deviceCaps.supportsVpRtIndexWriteFromVertexShader
  108. The viewport or render target slice will be selected in the geometry shader stage for the ANGLE_multiview extension
  109. setDataFasterThanImageUpload (D3D workarounds): Enabled: !(isIvyBridge || isBroadwell || isHaswell)
  110. Set data faster than image upload
  111. skipVSConstantRegisterZero (D3D workarounds): Enabled: isNvidia
  112. In specific cases the driver doesn't handle constant register zero correctly
  113. useInstancedPointSpriteEmulation (D3D workarounds): Disabled: isFeatureLevel9_3
  114. Some D3D11 renderers do not support geometry shaders for pointsprite emulation
  115. useSystemMemoryForConstantBuffers (D3D workarounds) 593024: Disabled: isIntel
  116. Copying from staging storage to constant buffer storage does not work
  117. zeroMaxLodWorkaround (D3D workarounds): Disabled: isFeatureLevel9_3
  118. Missing an option to disable mipmaps on a mipmapped texture
  119. DAWN Info
  120.  
  121. <Discrete GPU> D3D12 backend - NVIDIA GeForce GTX 1080
  122. [Default Toggle Names]
  123. lazy_clear_resource_on_first_use: https://crbug.com/dawn/145: Clears resource to zero on first usage. This initializes the resource so that no dirty bits from recycled memory is present in the new resource.
  124. use_d3d12_render_pass: https://crbug.com/dawn/36: Use the D3D12 render pass API introduced in Windows build 1809 by default. On versions of Windows prior to build 1809, or when this toggle is turned off, Dawn will emulate a render pass.
  125. use_d3d12_residency_management: https://crbug.com/dawn/193: Enable residency management. This allows page-in and page-out of resource heaps in GPU memory. This component improves overcommitted performance by keeping the most recently used resources local to the GPU. Turning this component off can cause allocation failures when application memory exceeds physical device memory.
  126. disallow_unsafe_apis: http://crbug.com/1138528: Produces validation errors on API entry points or parameter combinations that aren't considered secure yet.
  127. d3d12_split_buffer_texture_copy_for_rows_per_image_paddings: https://crbug.com/dawn/1289: D3D12 requires more buffer storage than it should when rowsPerImage is greater than copyHeight, which means there are pure padding row(s) on each image. In this situation, the buffer used for B2T/T2B copy might be big enough according to WebGPU's spec but it doesn't meet D3D12's requirement, then we need to workaround it via split the copy operation into two copies, in order to make B2T/T2B copy being done correctly on D3D12.
  128. apply_clear_big_integer_color_value_with_draw: https://crbug.com/dawn/537: Apply the clear value of the color attachment with a draw call when load op is 'clear'. This toggle is enabled by default on D3D12 backends when we set large integer values (> 2^24 or < -2^24 for signed integer formats) as the clear value of a color attachment with 32-bit integer or unsigned integer formats because D3D12 APIs only support using float numbers as clear values, while a float number cannot always precisely represent an integer that is greater than 2^24 or smaller than -2^24). This toggle is also enabled on Intel GPUs on Metal backend due to a driver issue on Intel Metal driver.
  129. [WebGPU Forced Toggles - enabled]
  130. disallow_spirv: https://crbug.com/1214923: Disallow usage of SPIR-V completely so that only WGSL is used for shader modules. This is useful to prevent a Chromium renderer process from successfully sending SPIR-V code to be compiled in the GPU process.
  131. [Supported Features]
  132. texture-compression-bc
  133. pipeline-statistics-query
  134. timestamp-query
  135. depth32float-stencil8
  136. indirect-first-instance
  137. rg11b10ufloat-renderable
  138. dawn-internal-usages
  139. multiplanar-formats
  140. dawn-native
  141.  
  142. <CPU> D3D12 backend - Microsoft Basic Render Driver
  143. [Default Toggle Names]
  144. lazy_clear_resource_on_first_use: https://crbug.com/dawn/145: Clears resource to zero on first usage. This initializes the resource so that no dirty bits from recycled memory is present in the new resource.
  145. use_d3d12_resource_heap_tier2: https://crbug.com/dawn/27: Enable support for resource heap tier 2. Resource heap tier 2 allows mixing of texture and buffers in the same heap. This allows better heap re-use and reduces fragmentation.
  146. use_d3d12_render_pass: https://crbug.com/dawn/36: Use the D3D12 render pass API introduced in Windows build 1809 by default. On versions of Windows prior to build 1809, or when this toggle is turned off, Dawn will emulate a render pass.
  147. use_d3d12_residency_management: https://crbug.com/dawn/193: Enable residency management. This allows page-in and page-out of resource heaps in GPU memory. This component improves overcommitted performance by keeping the most recently used resources local to the GPU. Turning this component off can cause allocation failures when application memory exceeds physical device memory.
  148. disallow_unsafe_apis: http://crbug.com/1138528: Produces validation errors on API entry points or parameter combinations that aren't considered secure yet.
  149. d3d12_split_buffer_texture_copy_for_rows_per_image_paddings: https://crbug.com/dawn/1289: D3D12 requires more buffer storage than it should when rowsPerImage is greater than copyHeight, which means there are pure padding row(s) on each image. In this situation, the buffer used for B2T/T2B copy might be big enough according to WebGPU's spec but it doesn't meet D3D12's requirement, then we need to workaround it via split the copy operation into two copies, in order to make B2T/T2B copy being done correctly on D3D12.
  150. apply_clear_big_integer_color_value_with_draw: https://crbug.com/dawn/537: Apply the clear value of the color attachment with a draw call when load op is 'clear'. This toggle is enabled by default on D3D12 backends when we set large integer values (> 2^24 or < -2^24 for signed integer formats) as the clear value of a color attachment with 32-bit integer or unsigned integer formats because D3D12 APIs only support using float numbers as clear values, while a float number cannot always precisely represent an integer that is greater than 2^24 or smaller than -2^24). This toggle is also enabled on Intel GPUs on Metal backend due to a driver issue on Intel Metal driver.
  151. [WebGPU Forced Toggles - enabled]
  152. disallow_spirv: https://crbug.com/1214923: Disallow usage of SPIR-V completely so that only WGSL is used for shader modules. This is useful to prevent a Chromium renderer process from successfully sending SPIR-V code to be compiled in the GPU process.
  153. [Supported Features]
  154. texture-compression-bc
  155. pipeline-statistics-query
  156. timestamp-query
  157. depth32float-stencil8
  158. indirect-first-instance
  159. shader-f16
  160. rg11b10ufloat-renderable
  161. dawn-internal-usages
  162. multiplanar-formats
  163. dawn-native
  164.  
  165. <Discrete GPU> Vulkan backend - NVIDIA GeForce GTX 1080
  166. [Default Toggle Names]
  167. lazy_clear_resource_on_first_use: https://crbug.com/dawn/145: Clears resource to zero on first usage. This initializes the resource so that no dirty bits from recycled memory is present in the new resource.
  168. use_temporary_buffer_in_texture_to_texture_copy: https://crbug.com/dawn/42: Split texture-to-texture copy into two copies: copy from source texture into a temporary buffer, and copy from the temporary buffer into the destination texture when copying between compressed textures that don't have block-aligned sizes. This workaround is enabled by default on all Vulkan drivers to solve an issue in the Vulkan SPEC about the texture-to-texture copies with compressed formats. See #1005 (https://github.com/KhronosGroup/Vulkan-Docs/issues/1005) for more details.
  169. vulkan_use_d32s8: https://crbug.com/dawn/286: Vulkan mandates support of either D32_FLOAT_S8 or D24_UNORM_S8. When available the backend will use D32S8 (toggle to on) but setting the toggle to off will make it use the D24S8 format when possible.
  170. vulkan_use_s8: https://crbug.com/dawn/666: Vulkan has a pure stencil8 format but it is not universally available. When this toggle is on, the backend will use S8 for the stencil8 format, otherwise it will fallback to D32S8 or D24S8.
  171. disallow_unsafe_apis: http://crbug.com/1138528: Produces validation errors on API entry points or parameter combinations that aren't considered secure yet.
  172. use_vulkan_zero_initialize_workgroup_memory_extension: https://crbug.com/dawn/1302: Initialize workgroup memory with OpConstantNull on Vulkan when the Vulkan extension VK_KHR_zero_initialize_workgroup_memory is supported.
  173. [WebGPU Forced Toggles - enabled]
  174. disallow_spirv: https://crbug.com/1214923: Disallow usage of SPIR-V completely so that only WGSL is used for shader modules. This is useful to prevent a Chromium renderer process from successfully sending SPIR-V code to be compiled in the GPU process.
  175. [Supported Features]
  176. texture-compression-bc
  177. pipeline-statistics-query
  178. timestamp-query
  179. depth-clip-control
  180. depth32float-stencil8
  181. chromium-experimental-dp4a
  182. indirect-first-instance
  183. rg11b10ufloat-renderable
  184. dawn-internal-usages
  185. dawn-native
  186.  
  187. <CPU> Vulkan backend - SwiftShader Device (Subzero)
  188. [Default Toggle Names]
  189. lazy_clear_resource_on_first_use: https://crbug.com/dawn/145: Clears resource to zero on first usage. This initializes the resource so that no dirty bits from recycled memory is present in the new resource.
  190. use_temporary_buffer_in_texture_to_texture_copy: https://crbug.com/dawn/42: Split texture-to-texture copy into two copies: copy from source texture into a temporary buffer, and copy from the temporary buffer into the destination texture when copying between compressed textures that don't have block-aligned sizes. This workaround is enabled by default on all Vulkan drivers to solve an issue in the Vulkan SPEC about the texture-to-texture copies with compressed formats. See #1005 (https://github.com/KhronosGroup/Vulkan-Docs/issues/1005) for more details.
  191. vulkan_use_d32s8: https://crbug.com/dawn/286: Vulkan mandates support of either D32_FLOAT_S8 or D24_UNORM_S8. When available the backend will use D32S8 (toggle to on) but setting the toggle to off will make it use the D24S8 format when possible.
  192. vulkan_use_s8: https://crbug.com/dawn/666: Vulkan has a pure stencil8 format but it is not universally available. When this toggle is on, the backend will use S8 for the stencil8 format, otherwise it will fallback to D32S8 or D24S8.
  193. disallow_unsafe_apis: http://crbug.com/1138528: Produces validation errors on API entry points or parameter combinations that aren't considered secure yet.
  194. use_vulkan_zero_initialize_workgroup_memory_extension: https://crbug.com/dawn/1302: Initialize workgroup memory with OpConstantNull on Vulkan when the Vulkan extension VK_KHR_zero_initialize_workgroup_memory is supported.
  195. [WebGPU Forced Toggles - enabled]
  196. disallow_spirv: https://crbug.com/1214923: Disallow usage of SPIR-V completely so that only WGSL is used for shader modules. This is useful to prevent a Chromium renderer process from successfully sending SPIR-V code to be compiled in the GPU process.
  197. [Supported Features]
  198. texture-compression-bc
  199. texture-compression-etc2
  200. texture-compression-astc
  201. timestamp-query
  202. depth-clip-control
  203. depth32float-stencil8
  204. indirect-first-instance
  205. rg11b10ufloat-renderable
  206. dawn-internal-usages
  207. dawn-native
  208. Version Information
  209. Data exported
  210. 2023-02-03T23:36:04.620Z
  211. Chrome version
  212. Chrome/108.0.5359.216
  213. Operating system
  214. Windows NT 10.0.19045
  215. Software rendering list URL
  216. https://chromium.googlesource.com/chromium/src/+/b56dd1a70b55d8e27010fe3236eece443fe6b6af/gpu/config/software_rendering_list.json
  217. Driver bug list URL
  218. https://chromium.googlesource.com/chromium/src/+/b56dd1a70b55d8e27010fe3236eece443fe6b6af/gpu/config/gpu_driver_bug_list.json
  219. ANGLE commit id
  220. unknown hash
  221. 2D graphics backend
  222. Skia/108 8c5e09f079a3e8eeb97532cf1cbc6e0934ce40f7
  223. Command Line
  224. "C:\Users\MUSTANG\AppData\Local\Vivaldi\Application\vivaldi.exe" --flag-switches-begin --flag-switches-end --save-page-as-mhtml
  225. Driver Information
  226. Initialization time
  227. 2402
  228. In-process GPU
  229. false
  230. Passthrough Command Decoder
  231. true
  232. Sandboxed
  233. true
  234. GPU0
  235. VENDOR= 0x10de, DEVICE=0x1b80, SUBSYS=0x85aa1043, REV=161, LUID={0,319166035}, DRIVER_VENDOR=NVIDIA, DRIVER_VERSION=31.0.15.2824 *ACTIVE*
  236. GPU1
  237. VENDOR= 0x1414, DEVICE=0x008c, LUID={0,69585}, DRIVER_VERSION=10.0.19041.2075
  238. Optimus
  239. false
  240. AMD switchable
  241. false
  242. Desktop compositing
  243. Aero Glass
  244. Direct composition
  245. true
  246. Supports overlays
  247. true
  248. YUY2 overlay support
  249. SOFTWARE
  250. NV12 overlay support
  251. SOFTWARE
  252. BGRA8 overlay support
  253. SOFTWARE
  254. RGB10A2 overlay support
  255. SOFTWARE
  256. Diagonal Monitor Size of \\.\DISPLAY6
  257. 48.7"
  258. Driver D3D12 feature level
  259. D3D 12.1
  260. Driver Vulkan API version
  261. Vulkan API 1.3.0
  262. GPU CUDA compute capability major version
  263. 0
  264. Pixel shader version
  265. 5.0
  266. Vertex shader version
  267. 5.0
  268. Max. MSAA samples
  269. 8
  270. Machine model name
  271. Machine model version
  272. GL_VENDOR
  273. Google Inc. (NVIDIA)
  274. GL_RENDERER
  275. ANGLE (NVIDIA, NVIDIA GeForce GTX 1080 Direct3D11 vs_5_0 ps_5_0, D3D11-31.0.15.2824)
  276. GL_VERSION
  277. OpenGL ES 2.0.0 (ANGLE 2.1.0 git hash: unknown hash)
  278. GL_EXTENSIONS
  279. GL_AMD_performance_monitor GL_ANGLE_base_vertex_base_instance GL_ANGLE_base_vertex_base_instance_shader_builtin GL_ANGLE_client_arrays GL_ANGLE_depth_texture GL_ANGLE_framebuffer_blit GL_ANGLE_framebuffer_multisample GL_ANGLE_get_serialized_context_string GL_ANGLE_get_tex_level_parameter GL_ANGLE_instanced_arrays GL_ANGLE_lossy_etc_decode GL_ANGLE_memory_size GL_ANGLE_multi_draw GL_ANGLE_pack_reverse_row_order GL_ANGLE_program_cache_control GL_ANGLE_provoking_vertex 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_lose_context GL_CHROMIUM_sync_query GL_EXT_EGL_image_external_wrap_modes GL_EXT_base_instance GL_EXT_blend_func_extended GL_EXT_blend_minmax GL_EXT_clip_control GL_EXT_color_buffer_half_float GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers GL_EXT_draw_elements_base_vertex GL_EXT_float_blend GL_EXT_frag_depth GL_EXT_instanced_arrays GL_EXT_map_buffer_range GL_EXT_multi_draw_indirect GL_EXT_multisampled_render_to_texture 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_bptc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc_srgb GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_norm16 GL_EXT_texture_rg GL_EXT_texture_storage GL_EXT_texture_type_2_10_10_10_REV GL_EXT_unpack_subimage GL_KHR_debug GL_KHR_parallel_shader_compile GL_NV_EGL_stream_consumer_external GL_NV_fence GL_NV_framebuffer_blit GL_NV_pack_subimage GL_NV_pixel_buffer_object GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_compressed_EAC_R11_signed_texture GL_OES_compressed_EAC_R11_unsigned_texture GL_OES_compressed_EAC_RG11_signed_texture GL_OES_compressed_EAC_RG11_unsigned_texture GL_OES_compressed_ETC2_RGB8_texture GL_OES_compressed_ETC2_RGBA8_texture GL_OES_compressed_ETC2_punchthroughA_RGBA8_texture GL_OES_compressed_ETC2_punchthroughA_sRGB8_alpha_texture GL_OES_compressed_ETC2_sRGB8_alpha8_texture GL_OES_compressed_ETC2_sRGB8_texture GL_OES_depth24 GL_OES_depth32 GL_OES_draw_elements_base_vertex GL_OES_element_index_uint GL_OES_fbo_render_mipmap 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_border_clamp 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_texture_stencil8 GL_OES_vertex_array_object GL_WEBGL_video_texture
  280. Disabled Extensions
  281. GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent
  282. Disabled WebGL Extensions
  283. Window system binding vendor
  284. Google Inc. (NVIDIA)
  285. Window system binding version
  286. 1.5 (ANGLE 2.1.0 git hash: unknown hash)
  287. Window system binding extensions
  288. 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_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_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_display_semaphore_share_group EGL_ANGLE_create_context_client_arrays EGL_ANGLE_program_cache_control EGL_ANGLE_robust_resource_initialization EGL_ANGLE_create_context_extensions_enabled EGL_ANDROID_blob_cache EGL_ANDROID_recordable EGL_ANGLE_image_d3d11_texture EGL_ANGLE_create_context_backwards_compatible EGL_KHR_no_config_context EGL_KHR_create_context_no_error EGL_KHR_reusable_sync
  289. Direct rendering version
  290. unknown
  291. Reset notification strategy
  292. 0x8252
  293. GPU process crash count
  294. 0
  295. gfx::BufferFormats supported for allocation and texturing
  296. R_8: not supported, R_16: not supported, RG_88: not supported, RG_1616: not supported, BGR_565: not supported, RGBA_4444: not supported, RGBX_8888: not supported, RGBA_8888: not supported, BGRX_8888: not supported, BGRA_1010102: not supported, RGBA_1010102: not supported, BGRA_8888: not supported, RGBA_F16: not supported, YVU_420: not supported, YUV_420_BIPLANAR: not supported, P010: not supported
  297. Compositor Information
  298. Tile Update Mode
  299. One-copy
  300. Partial Raster
  301. Enabled
  302. GpuMemoryBuffers Status
  303. R_8
  304. Software only
  305. R_16
  306. Software only
  307. RG_88
  308. Software only
  309. RG_1616
  310. Software only
  311. BGR_565
  312. Software only
  313. RGBA_4444
  314. Software only
  315. RGBX_8888
  316. GPU_READ, SCANOUT
  317. RGBA_8888
  318. GPU_READ, SCANOUT
  319. BGRX_8888
  320. Software only
  321. BGRA_1010102
  322. Software only
  323. RGBA_1010102
  324. Software only
  325. BGRA_8888
  326. Software only
  327. RGBA_F16
  328. Software only
  329. YVU_420
  330. Software only
  331. YUV_420_BIPLANAR
  332. GPU_READ, SCANOUT
  333. P010
  334. Software only
  335. Display(s) Information
  336. Info
  337. Display[917481049] bounds=[0,0 5120x1440], workarea=[0,0 5120x1400], scale=1, rotation=0, panel_rotation=0 external.
  338. Color space (sRGB/no-alpha)
  339. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  340. Buffer format (sRGB/no-alpha)
  341. BGRX_8888
  342. Color space (sRGB/alpha)
  343. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  344. Buffer format (sRGB/alpha)
  345. BGRA_8888
  346. Color space (WCG/no-alpha)
  347. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  348. Buffer format (WCG/no-alpha)
  349. BGRX_8888
  350. Color space (WCG/alpha)
  351. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  352. Buffer format (WCG/alpha)
  353. BGRA_8888
  354. Color space (HDR/no-alpha)
  355. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  356. Buffer format (HDR/no-alpha)
  357. BGRX_8888
  358. Color space (HDR/alpha)
  359. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  360. Buffer format (HDR/alpha)
  361. BGRA_8888
  362. Color volume
  363. {name:'srgb', r:[0.6400, 0.3300], g:[0.3000, 0.6000], b:[0.1500, 0.3300], w:[0.3127, 0.3290]}
  364. SDR white level in nits
  365. 203
  366. HDR relative maximum luminance
  367. 1
  368. Bits per color component
  369. 8
  370. Bits per pixel
  371. 24
  372. Refresh Rate in Hz
  373. 120
  374. Video Acceleration Information
  375. Decoding
  376. Decode h264 baseline
  377. 64x64 to 4096x4096 pixels
  378. Decode h264 main
  379. 64x64 to 4096x4096 pixels
  380. Decode h264 high
  381. 64x64 to 4096x4096 pixels
  382. Decode vp9 profile0
  383. 64x64 to 8192x8192 pixels
  384. Decode hevc main
  385. 64x64 to 8192x8192 pixels
  386. Decode hevc main 10
  387. 64x64 to 8192x8192 pixels
  388. Encoding
  389. Encode h264 baseline
  390. 32x32 to 1920x1088 pixels, and/or 30.000 fps
  391. Encode h264 main
  392. 32x32 to 1920x1088 pixels, and/or 30.000 fps
  393. Encode h264 high
  394. 32x32 to 1920x1088 pixels, and/or 30.000 fps
  395. Vulkan Information
  396. Device Performance Information
  397. Total Physical Memory (Gb)
  398. 15
  399. Total Disk Space (Gb)
  400. 446
  401. Hardware Concurrency
  402. 8
  403. System Commit Limit (Gb)
  404. 31
  405. D3D11 Feature Level
  406. 12_1
  407. Has Discrete GPU
  408. yes
  409. Software Rendering
  410. No
  411. Diagnostics
  412. 0
  413. b3DAccelerationEnabled
  414. true
  415. b3DAccelerationExists
  416. true
  417. bAGPEnabled
  418. true
  419. bAGPExistenceValid
  420. true
  421. bAGPExists
  422. true
  423. bCanRenderWindow
  424. true
  425. bDDAccelerationEnabled
  426. true
  427. bDriverBeta
  428. false
  429. bDriverDebug
  430. false
  431. bDriverSigned
  432. false
  433. bDriverSignedValid
  434. false
  435. bNoHardware
  436. false
  437. dwBpp
  438. 32
  439. dwDDIVersion
  440. 12
  441. dwHeight
  442. 1440
  443. dwRefreshRate
  444. 120
  445. dwWHQLLevel
  446. 0
  447. dwWidth
  448. 5120
  449. iAdapter
  450. 0
  451. lDriverSize
  452. 772496
  453. lMiniVddSize
  454. 0
  455. szAGPStatusEnglish
  456. Enabled
  457. szAGPStatusLocalized
  458. Вкл
  459. szChipType
  460. NVIDIA GeForce GTX 1080
  461. szD3DStatusEnglish
  462. Enabled
  463. szD3DStatusLocalized
  464. Вкл
  465. szDACType
  466. Integrated RAMDAC
  467. szDDIVersionEnglish
  468. 12
  469. szDDIVersionLocalized
  470. 12
  471. szDDStatusEnglish
  472. Enabled
  473. szDDStatusLocalized
  474. Вкл
  475. szDXVAHDEnglish
  476. Supported
  477. szDXVAModes
  478. szDescription
  479. NVIDIA GeForce GTX 1080
  480. szDeviceId
  481. 0x1B80
  482. szDeviceIdentifier
  483. {D7B71E3E-58C0-11CF-FB78-A5A50EC2D235}
  484. szDeviceName
  485. \\.\DISPLAY6
  486. szDisplayMemoryEnglish
  487. 16232 MB
  488. szDisplayMemoryLocalized
  489. 16232 MB
  490. szDisplayModeEnglish
  491. 5120 x 1440 (32 bit) (120Hz)
  492. szDisplayModeLocalized
  493. 5120 x 1440 (32 bit) (120Hz)
  494. szDriverAssemblyVersion
  495. 31.0.15.2824
  496. szDriverAttributes
  497. Final Retail
  498. szDriverDateEnglish
  499. 15.01.2023 4:00:00
  500. szDriverDateLocalized
  501. 1/15/2023 04:00:00
  502. szDriverLanguageEnglish
  503. English
  504. szDriverLanguageLocalized
  505. Английский
  506. szDriverModelEnglish
  507. WDDM 2.7
  508. szDriverModelLocalized
  509. WDDM 2.7
  510. szDriverName
  511. C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_d1bd230cd08e7436\nvldumdx.dll,C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_d1bd230cd08e7436\nvldumdx.dll,C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_d1bd230cd08e7436\nvldumdx.dll,C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_d1bd230cd08e7436\nvldumdx.dll
  512. szDriverNodeStrongName
  513. oem149.inf:0f066de361856a84:Section024:31.0.15.2824:pci\ven_10de&dev_1b80
  514. szDriverSignDate
  515. Unknown
  516. szDriverVersion
  517. 31.00.0015.2824
  518. szKeyDeviceID
  519. Enum\PCI\VEN_10DE&DEV_1B80&SUBSYS_85AA1043&REV_A1
  520. szKeyDeviceKey
  521. \Registry\Machine\System\CurrentControlSet\Control\Video\{930F6C27-DF35-11EC-9D45-806E6F6E6963}\0000
  522. szManufacturer
  523. NVIDIA
  524. szMiniVdd
  525. Нет данных
  526. szMiniVddDateEnglish
  527. Unknown
  528. szMiniVddDateLocalized
  529. Нет данных
  530. szMonitorMaxRes
  531. Unknown
  532. szMonitorName
  533. Generic PnP Monitor
  534. szNotesEnglish
  535. No problems found.
  536. szNotesLocalized
  537. Неполадок не найдено.
  538. szOverlayEnglish
  539. Not Supported
  540. szRankOfInstalledDriver
  541. 00CF2001
  542. szRegHelpText
  543. Unknown
  544. szRevision
  545. Unknown
  546. szRevisionId
  547. 0x00A1
  548. szSubSysId
  549. 0x85AA1043
  550. szTestResultD3D7English
  551. Not run
  552. szTestResultD3D7Localized
  553. Не выполнена
  554. szTestResultD3D8English
  555. Not run
  556. szTestResultD3D8Localized
  557. Не выполнена
  558. szTestResultD3D9English
  559. Not run
  560. szTestResultD3D9Localized
  561. Не выполнена
  562. szTestResultDDEnglish
  563. Not run
  564. szTestResultDDLocalized
  565. Не выполнена
  566. szVdd
  567. Нет данных
  568. szVendorId
  569. 0x10DE
  570. Log Messages
  571. [54440:22664:0203/230555.120:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  572. [54440:22664:0203/230555.318:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  573. [54440:22664:0203/230555.321:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  574. [54440:22664:0203/230555.323:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  575. [54440:22664:0203/230556.881:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  576. [54440:22664:0203/230556.884:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  577. [54440:22664:0203/230556.890:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  578. [54440:22664:0203/230556.895:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  579. [54440:22664:0203/230557.022:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  580. [54440:22664:0203/230557.025:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  581. [54440:22664:0203/230557.027:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  582. [54440:22664:0203/230641.031:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  583. [54440:22664:0203/230641.032:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  584. [54440:22664:0203/230641.032:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  585. [54440:22664:0203/230641.032:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  586. [54440:22664:0203/230641.032:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  587. [54440:22664:0203/230641.033:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  588. [54440:22664:0203/230641.039:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  589. [54440:22664:0203/230641.045:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  590. [54440:22664:0203/230641.051:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  591. [54440:22664:0203/230641.056:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  592. [54440:22664:0203/230659.464:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  593. [54440:22664:0203/230659.464:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  594. [54440:22664:0203/230659.471:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  595. [54440:22664:0203/230659.477:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  596. [54440:22664:0203/230659.495:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  597. [54440:22664:0203/230659.498:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  598. [54440:22664:0203/230659.501:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  599. [54440:22664:0203/230659.504:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  600. [54440:22664:0203/230659.706:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  601. [54440:22664:0203/230700.575:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  602. [54440:22664:0203/230700.599:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  603. [54440:22664:0203/230700.603:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  604. [54440:22664:0203/230700.608:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  605. [54440:22664:0203/230700.632:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  606. [54440:22664:0203/230700.635:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  607. [54440:22664:0203/230700.638:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  608. [54440:22664:0203/230700.642:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  609. [54440:22664:0203/230700.972:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  610. [54440:22664:0203/230700.977:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  611. [54440:22664:0203/230700.981:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  612. [54440:22664:0203/230700.997:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  613. [54440:22664:0203/230701.002:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  614. [54440:22664:0203/230701.004:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  615. [54440:22664:0203/230701.008:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  616. [54440:22664:0203/230701.412:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  617. [54440:22664:0203/230701.431:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  618. [54440:22664:0203/230701.447:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  619. [54440:22664:0203/230701.466:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  620. [54440:22664:0203/230701.479:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  621. [54440:22664:0203/230701.497:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  622. [54440:22664:0203/230701.588:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  623. [54440:22664:0203/230705.165:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  624. [54440:22664:0203/230705.176:INFO:SkChromeRemoteGlyphCache.cpp(1014)] : Bad font data serialization line: 1014
  625. [54440:22664:0203/230705.527:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  626. [54440:22664:0203/230705.532:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  627. [54440:22664:0203/230705.537:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  628. [54440:22664:0203/230705.542:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  629. [54440:22664:0203/230705.546:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  630. [54440:22664:0203/230705.547:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  631. [54440:22664:0203/230706.223:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  632. [54440:22664:0203/230706.263:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  633. [54440:22664:0203/230706.279:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  634. [54440:22664:0203/230709.132:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  635. [54440:22664:0203/230709.153:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  636. [54440:22664:0203/230709.189:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  637. [54440:22664:0203/230709.189:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  638. [54440:22664:0203/230709.189:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  639. [54440:22664:0203/230709.190:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  640. [54440:22664:0203/230709.190:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  641. [54440:22664:0203/230709.193:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  642. [54440:22664:0203/230709.198:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  643. [54440:22664:0203/230709.204:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  644. [54440:22664:0203/230709.613:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  645. [54440:22664:0203/230709.617:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  646. [54440:22664:0203/230709.622:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  647. [54440:22664:0203/230709.648:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  648. [54440:22664:0203/230709.672:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  649. [54440:22664:0203/230711.111:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  650. [54440:22664:0203/230711.126:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  651. [54440:22664:0203/230711.143:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  652. [54440:22664:0203/230711.160:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  653. [54440:22664:0203/230711.263:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  654. [54440:22664:0203/230712.177:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  655. [54440:22664:0203/230712.177:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  656. [54440:22664:0203/230712.178:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  657. [54440:22664:0203/230712.178:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  658. [54440:22664:0203/230712.178:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  659. [54440:22664:0203/230712.178:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  660. [54440:22664:0203/230712.178:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (128, 64)
  661. [54440:22664:0203/230712.180:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (64, 64)
  662. [54440:22664:0203/230712.182:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (320, 64)
  663. [54440:22664:0203/230712.182:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (256, 64)
  664. [54440:22664:0203/230712.182:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (64, 64)
  665. [54440:22664:0203/230712.187:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (512, 576)
  666. [54440:22664:0203/230712.374:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  667. [54440:22664:0203/230712.888:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  668. [54440:22664:0203/230712.905:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  669. [54440:22664:0203/230712.921:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  670. [54440:22664:0203/230713.732:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  671. [54440:22664:0203/230713.735:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  672. [54440:22664:0203/230713.740:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  673. [54440:22664:0203/230713.753:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  674. [54440:22664:0203/230713.757:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  675. [54440:22664:0203/230713.761:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  676. [54440:22664:0203/230713.765:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  677. [54440:22664:0203/230714.064:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  678. [54440:22664:0203/230714.069:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  679. [54440:22664:0203/230714.073:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  680. [54440:22664:0203/230714.088:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  681. [54440:22664:0203/230714.091:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  682. [54440:22664:0203/230714.094:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  683. [54440:22664:0203/230714.097:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  684. [54440:22664:0203/230714.722:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  685. [54440:22664:0203/230714.727:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  686. [54440:22664:0203/230714.732:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  687. [54440:22664:0203/230714.756:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  688. [54440:22664:0203/230714.759:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  689. [54440:22664:0203/230714.762:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  690. [54440:22664:0203/230714.767:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  691. [54440:22664:0203/230714.774:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  692. [54440:22664:0203/230714.782:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  693. [54440:22664:0203/230715.447:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  694. [54440:22664:0203/230715.452:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  695. [54440:22664:0203/230715.457:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  696. [54440:22664:0203/230715.471:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  697. [54440:22664:0203/230715.473:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  698. [54440:22664:0203/230715.476:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  699. [54440:22664:0203/230715.480:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  700. [54440:22664:0203/230715.681:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  701. [54440:22664:0203/230715.690:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  702. [54440:22664:0203/230715.714:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  703. [54440:22664:0203/230715.719:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  704. [54440:22664:0203/230715.723:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  705. [54440:22664:0203/230715.756:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  706. [54440:22664:0203/230715.761:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  707. [54440:22664:0203/230715.763:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  708. [54440:22664:0203/230715.765:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  709. [54440:22664:0203/230716.189:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  710. [54440:22664:0203/230716.193:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  711. [54440:22664:0203/230716.198:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  712. [54440:22664:0203/230716.231:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  713. [54440:22664:0203/230716.236:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  714. [54440:22664:0203/230716.240:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  715. [54440:22664:0203/230716.244:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  716. [54440:22664:0203/230720.489:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  717. [54440:22664:0203/230720.494:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  718. [54440:22664:0203/230720.499:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  719. [54440:22664:0203/230720.558:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  720. [54440:22664:0203/230720.561:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  721. [54440:22664:0203/230720.564:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  722. [54440:22664:0203/230720.568:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  723. [54440:22664:0203/230741.030:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  724. [54440:22664:0203/230741.030:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  725. [54440:22664:0203/230741.030:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  726. [54440:22664:0203/230741.030:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  727. [54440:22664:0203/230741.035:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  728. [54440:22664:0203/230741.040:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  729. [54440:22664:0203/230741.050:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  730. [54440:22664:0203/230741.240:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  731. [54440:22664:0203/230741.243:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  732. [54440:22664:0203/230741.247:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  733. [54440:22664:0203/230741.250:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  734. [54440:22664:0203/230745.141:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  735. [54440:22664:0203/230745.146:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  736. [54440:22664:0203/230745.150:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  737. [54440:22664:0203/230745.162:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  738. [54440:22664:0203/230745.166:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  739. [54440:22664:0203/230745.171:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  740. [54440:22664:0203/230745.175:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  741. [54440:22664:0203/230745.340:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  742. [54440:22664:0203/230754.574:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  743. [54440:22664:0203/230754.574:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  744. [54440:22664:0203/230755.981:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  745. [54440:22664:0203/230756.023:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  746. [54440:22664:0203/230756.225:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  747. [54440:22664:0203/230805.767:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  748. [54440:22664:0203/230805.767:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  749. [54440:22664:0203/230805.792:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  750. [54440:22664:0203/230805.801:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  751. [54440:22664:0203/230805.832:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  752. [54440:22664:0203/230806.189:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  753. [54440:22664:0203/230806.198:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  754. [54440:22664:0203/230806.205:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  755. [54440:22664:0203/230806.216:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  756. [54440:22664:0203/230806.231:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  757. [54440:22664:0203/230806.247:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  758. [54440:22664:0203/230806.253:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  759. [54440:22664:0203/230806.261:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  760. [54440:22664:0203/230806.269:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  761. [54440:22664:0203/230806.503:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  762. [54440:22664:0203/230806.503:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  763. [54440:22664:0203/230806.503:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  764. [54440:22664:0203/230806.503:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  765. [54440:22664:0203/230806.503:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  766. [54440:22664:0203/230806.503:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  767. [54440:22664:0203/230806.504:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  768. [54440:22664:0203/230806.506:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  769. [54440:22664:0203/230806.509:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  770. [54440:22664:0203/230806.509:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  771. [54440:22664:0203/230806.513:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  772. [54440:22664:0203/230806.635:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  773. [54440:22664:0203/230806.635:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  774. [54440:22664:0203/230806.635:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  775. [54440:22664:0203/230806.644:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (128, 64)
  776. [54440:22664:0203/230806.645:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (64, 64)
  777. [54440:22664:0203/230806.647:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  778. [54440:22664:0203/230806.658:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (512, 576)
  779. [54440:22664:0203/230806.952:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  780. [54440:22664:0203/230806.952:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  781. [54440:22664:0203/230806.966:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (128, 64)
  782. [54440:22664:0203/230806.967:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (64, 64)
  783. [54440:22664:0203/230807.163:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  784. [54440:22664:0203/231013.607:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  785. [54440:22664:0203/231013.608:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  786. [54440:22664:0203/231013.608:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  787. [54440:22664:0203/231013.608:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  788. [54440:22664:0203/231013.608:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  789. [54440:22664:0203/231013.610:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  790. [54440:22664:0203/231013.610:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  791. [54440:22664:0203/231013.610:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  792. [54440:22664:0203/231013.611:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  793. [54440:22664:0203/231013.691:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  794. [54440:22664:0203/231013.698:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  795. [54440:22664:0203/231013.704:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  796. [54440:22664:0203/231013.708:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  797. [54440:22664:0203/231013.762:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  798. [54440:22664:0203/231013.766:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  799. [54440:22664:0203/231013.770:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  800. [54440:22664:0203/231013.774:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  801. [54440:22664:0203/231014.343:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  802. [54440:22664:0203/231014.345:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  803. [54440:22664:0203/231014.348:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  804. [54440:22664:0203/231014.359:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  805. [54440:22664:0203/231014.362:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  806. [54440:22664:0203/231014.364:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  807. [54440:22664:0203/231014.366:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  808. [54440:22664:0203/231014.425:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  809. [54440:22664:0203/231014.428:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  810. [54440:22664:0203/231014.431:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  811. [54440:22664:0203/231014.442:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  812. [54440:22664:0203/231014.445:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  813. [54440:22664:0203/231014.448:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  814. [54440:22664:0203/231014.451:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  815. [54440:22664:0203/231014.652:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  816. [54440:22664:0203/231014.655:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  817. [54440:22664:0203/231014.659:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  818. [54440:22664:0203/231014.676:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  819. [54440:22664:0203/231014.679:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  820. [54440:22664:0203/231014.682:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  821. [54440:22664:0203/231014.684:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  822. [54440:22664:0203/231015.117:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  823. [54440:22664:0203/231015.134:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  824. [54440:22664:0203/231015.151:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  825. [54440:22664:0203/231015.167:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  826. [54440:22664:0203/231015.185:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  827. [54440:22664:0203/231015.201:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  828. [54440:22664:0203/231015.344:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  829. [54440:22664:0203/231924.315:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  830. [54440:22664:0203/231924.315:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  831. [54440:22664:0203/231924.315:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  832. [54440:22664:0203/231924.315:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  833. [54440:22664:0203/231924.315:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  834. [54440:22664:0203/231924.315:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  835. [54440:22664:0203/231924.315:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  836. [54440:22664:0203/231924.315:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  837. [54440:22664:0203/231924.316:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  838. [54440:22664:0203/231924.316:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  839. [54440:22664:0203/231924.439:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  840. [54440:22664:0203/231924.443:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  841. [54440:22664:0203/231924.448:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  842. [54440:22664:0203/231924.469:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  843. [54440:22664:0203/231924.473:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  844. [54440:22664:0203/231924.477:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  845. [54440:22664:0203/231925.586:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  846. [54440:22664:0203/231932.030:INFO:SkChromeRemoteGlyphCache.cpp(1014)] : Bad font data serialization line: 1014
  847. [54440:22664:0203/231932.031:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  848. [54440:22664:0203/231932.031:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  849. [54440:22664:0203/231932.032:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  850. [54440:22664:0203/231932.077:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  851. [54440:22664:0203/231932.100:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  852. [54440:22664:0203/231932.123:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  853. [54440:22664:0203/231932.261:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  854. [54440:22664:0203/231932.278:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  855. [54440:22664:0203/231932.291:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  856. [54440:22664:0203/231932.311:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  857. [54440:22664:0203/231932.325:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  858. [54440:22664:0203/231940.810:INFO:SkChromeRemoteGlyphCache.cpp(1014)] : Bad font data serialization line: 1014
  859. [54440:22664:0203/231940.810:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  860. [54440:22664:0203/231940.810:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  861. [54440:22664:0203/232025.492:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  862. [54440:22664:0203/232025.492:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  863. [54440:22664:0203/232025.492:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  864. [54440:22664:0203/232025.492:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  865. [54440:22664:0203/232025.494:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  866. [54440:22664:0203/232025.494:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  867. [54440:22664:0203/232025.494:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  868. [54440:22664:0203/232025.494:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  869. [54440:22664:0203/232025.495:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  870. [54440:22664:0203/232025.496:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  871. [54440:22664:0203/232025.585:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  872. [54440:22664:0203/232025.590:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  873. [54440:22664:0203/232025.596:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  874. [54440:22664:0203/232025.615:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  875. [54440:22664:0203/232025.618:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  876. [54440:22664:0203/232025.622:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  877. [54440:22664:0203/232027.729:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  878. [54440:22664:0203/232027.770:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  879. [54440:22664:0203/232027.770:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  880. [54440:22664:0203/232027.770:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  881. [54440:22664:0203/232027.770:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  882. [54440:22664:0203/232027.770:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  883. [54440:22664:0203/232027.771:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (128, 64)
  884. [54440:22664:0203/232027.771:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (64, 64)
  885. [54440:22664:0203/232027.773:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (256, 64)
  886. [54440:22664:0203/232027.773:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (64, 64)
  887. [54440:22664:0203/232027.780:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (320, 384)
  888. [54440:22664:0203/232027.985:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  889. [54440:22664:0203/232027.986:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (64, 64)
  890. [54440:22664:0203/232028.026:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  891. [54440:22664:0203/232030.877:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  892. [54440:22664:0203/232030.962:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  893. [54440:22664:0203/232030.979:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  894. [54440:22664:0203/232030.996:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  895. [54440:22664:0203/232031.013:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  896. [54440:22664:0203/232031.026:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  897. [54440:22664:0203/232031.046:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  898. [54440:22664:0203/232031.254:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  899. [54440:22664:0203/232031.621:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  900. [54440:22664:0203/232032.147:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  901. [54440:22664:0203/232032.150:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  902. [54440:22664:0203/232032.155:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  903. [54440:22664:0203/232037.807:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  904. [54440:22664:0203/232037.807:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  905. [54440:22664:0203/232037.807:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  906. [54440:22664:0203/232037.807:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  907. [54440:22664:0203/232037.811:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  908. [54440:22664:0203/232037.816:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  909. [54440:22664:0203/232037.824:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  910. [54440:22664:0203/232037.930:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  911. [54440:22664:0203/232037.933:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  912. [54440:22664:0203/232037.936:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  913. [54440:22664:0203/232038.977:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  914. [54440:22664:0203/232038.981:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  915. [54440:22664:0203/232038.985:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  916. [54440:22664:0203/232039.955:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  917. [54440:22664:0203/232039.958:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  918. [54440:22664:0203/232039.961:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  919. [54440:22664:0203/232040.328:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  920. [54440:22664:0203/232040.333:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  921. [54440:22664:0203/232040.337:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  922. [54440:22664:0203/232040.447:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  923. [54440:22664:0203/232040.450:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  924. [54440:22664:0203/232040.454:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  925. [54440:22664:0203/232059.086:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  926. [54440:22664:0203/232059.086:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  927. [54440:22664:0203/232059.086:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  928. [54440:22664:0203/232059.086:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  929. [54440:22664:0203/232059.086:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  930. [54440:22664:0203/232059.087:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  931. [54440:22664:0203/232059.091:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  932. [54440:22664:0203/232059.095:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  933. [54440:22664:0203/232059.098:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  934. [54440:22664:0203/232059.109:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  935. [54440:22664:0203/232059.112:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  936. [54440:22664:0203/232059.115:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  937. [54440:22664:0203/232059.530:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  938. [54440:22664:0203/232059.547:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  939. [54440:22664:0203/232059.563:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  940. [54440:22664:0203/232059.580:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  941. [54440:22664:0203/232103.546:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  942. [54440:22664:0203/232103.562:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  943. [54440:22664:0203/232103.578:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  944. [54440:22664:0203/232103.594:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  945. [54440:22664:0203/232103.610:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  946. [54440:22664:0203/232103.630:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  947. [54440:22664:0203/232105.230:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  948. [54440:22664:0203/232105.762:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  949. [54440:22664:0203/232105.762:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  950. [54440:22664:0203/232105.762:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  951. [54440:22664:0203/232105.762:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  952. [54440:22664:0203/232105.763:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  953. [54440:22664:0203/232105.768:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  954. [54440:22664:0203/232105.772:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  955. [54440:22664:0203/232105.789:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  956. [54440:22664:0203/232105.792:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  957. [54440:22664:0203/232105.794:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  958. [54440:22664:0203/232105.796:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  959. [54440:22664:0203/232116.570:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  960. [54440:22664:0203/232116.572:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  961. [54440:22664:0203/232116.581:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  962. [54440:22664:0203/232116.590:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  963. [54440:22664:0203/232116.787:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  964. [54440:22664:0203/232116.787:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  965. [54440:22664:0203/232116.787:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  966. [54440:22664:0203/232116.788:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  967. [54440:22664:0203/232116.792:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  968. [54440:22664:0203/232116.796:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  969. [54440:22664:0203/232116.801:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  970. [54440:22664:0203/232116.813:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  971. [54440:22664:0203/232116.817:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  972. [54440:22664:0203/232116.821:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  973. [54440:22664:0203/232116.824:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  974. [54440:22664:0203/232117.022:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  975. [54440:22664:0203/232117.025:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  976. [54440:22664:0203/232117.029:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  977. [54440:22664:0203/232117.033:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  978. [54440:22664:0203/232117.040:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  979. [54440:22664:0203/232117.042:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  980. [54440:22664:0203/232117.046:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  981. [54440:22664:0203/232117.050:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  982. [54440:22664:0203/232117.097:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  983. [54440:22664:0203/232117.101:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  984. [54440:22664:0203/232117.103:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  985. [54440:22664:0203/232117.106:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  986. [54440:22664:0203/232117.114:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  987. [54440:22664:0203/232117.119:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  988. [54440:22664:0203/232117.122:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  989. [54440:22664:0203/232117.125:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  990. [54440:22664:0203/232808.342:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  991. [54440:22664:0203/232808.342:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  992. [54440:22664:0203/232817.202:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  993. [54440:22664:0203/232817.218:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  994. [54440:22664:0203/233357.742:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  995. [54440:22664:0203/233357.743:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  996. [54440:22664:0203/233357.743:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  997. [54440:22664:0203/233357.743:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  998. [54440:22664:0203/233357.743:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  999. [54440:22664:0203/233357.743:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1000. [54440:22664:0203/233357.749:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1001. [54440:22664:0203/233357.753:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1002. [54440:22664:0203/233357.758:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1003. [54440:22664:0203/233357.775:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1004. [54440:22664:0203/233357.778:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1005. [54440:22664:0203/233357.782:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1006. [54440:22664:0203/233357.784:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1007. [54440:22664:0203/233358.073:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1008. [54440:22664:0203/233358.077:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1009. [54440:22664:0203/233358.082:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1010. [54440:22664:0203/233358.084:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1011. [54440:22664:0203/233358.097:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1012. [54440:22664:0203/233358.100:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1013. [54440:22664:0203/233358.102:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1014. [54440:22664:0203/233358.105:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1015. [54440:22664:0203/233358.182:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1016. [54440:22664:0203/233358.185:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1017. [54440:22664:0203/233358.188:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1018. [54440:22664:0203/233358.190:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1019. [54440:22664:0203/233358.201:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1020. [54440:22664:0203/233358.203:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1021. [54440:22664:0203/233358.206:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1022. [54440:22664:0203/233358.209:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1023. [54440:22664:0203/234354.522:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1024. [54440:22664:0203/234354.523:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1025. [54440:22664:0203/234354.540:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1026. [54440:22664:0203/234354.791:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1027. [54440:22664:0203/234354.799:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1028. [54440:22664:0203/234354.816:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1029. [54440:22664:0203/234354.826:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1030. [54440:22664:0203/234354.835:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1031. [54440:22664:0203/234354.841:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1032. [54440:22664:0203/234354.922:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1033. [54440:22664:0203/235122.602:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1034. [54440:22664:0203/235122.609:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1035. [54440:25236:0204/000740.555:WARNING:angle_platform_impl.cc(48)] : HLSLCompiler.cpp:257 (compileToBinary): C:\fakepath(143,3-70): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
  1036. [54440:21992:0204/002056.363:WARNING:angle_platform_impl.cc(48)] : HLSLCompiler.cpp:257 (compileToBinary): C:\fakepath(157,3-70): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
  1037. [54440:65648:0204/005037.090:WARNING:angle_platform_impl.cc(48)] : HLSLCompiler.cpp:257 (compileToBinary): C:\fakepath(133,3-70): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
  1038. [54440:48884:0204/010514.168:WARNING:angle_platform_impl.cc(48)] : HLSLCompiler.cpp:257 (compileToBinary): C:\fakepath(158,3-70): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
  1039. [54440:48884:0204/010529.679:WARNING:angle_platform_impl.cc(48)] : HLSLCompiler.cpp:257 (compileToBinary): C:\fakepath(148,3-70): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
  1040. [54440:68340:0204/015706.948:WARNING:angle_platform_impl.cc(48)] : HLSLCompiler.cpp:257 (compileToBinary): C:\fakepath(143,3-70): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
  1041. [54440:58076:0204/023439.152:WARNING:angle_platform_impl.cc(48)] : HLSLCompiler.cpp:257 (compileToBinary): C:\fakepath(133,3-70): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
  1042. [54440:22664:0204/031348.270:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1043. [54440:22664:0204/031348.270:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1044. [54440:22664:0204/031348.270:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1045. [54440:22664:0204/031348.270:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1046. [54440:22664:0204/031348.270:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1047. [54440:22664:0204/031348.279:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1048. [54440:22664:0204/031348.279:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1049. [54440:22664:0204/031348.279:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1050. [54440:22664:0204/031348.279:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1051. [54440:22664:0204/031348.418:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1052. [54440:22664:0204/031348.423:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1053. [54440:22664:0204/031348.429:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1054. [54440:22664:0204/031348.434:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1055. [54440:22664:0204/031348.518:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1056. [54440:22664:0204/031348.522:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1057. [54440:22664:0204/031348.525:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1058. [54440:22664:0204/031348.531:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1059. [54440:22664:0204/031349.239:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1060. [54440:22664:0204/031349.254:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1061. [54440:22664:0204/031349.270:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1062. [54440:22664:0204/031349.287:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1063. [54440:22664:0204/031349.303:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1064. [54440:22664:0204/031349.320:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1065. [54440:22664:0204/031434.221:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1066. [54440:22664:0204/031434.224:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1067. [54440:22664:0204/031434.227:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1068. [54440:22664:0204/031434.230:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1069. [54440:22664:0204/031434.406:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1070. [54440:22664:0204/031434.406:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1071. [54440:22664:0204/031434.407:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1072. [54440:22664:0204/031434.407:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1073. [54440:22664:0204/031434.407:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1074. [54440:22664:0204/031434.441:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1075. [54440:22664:0204/031434.445:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1076. [54440:22664:0204/031434.449:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1077. [54440:22664:0204/031434.453:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1078. [54440:22664:0204/031434.458:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1079. [54440:22664:0204/031434.458:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1080. [54440:22664:0204/031711.067:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1081. [54440:22664:0204/031711.068:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1082. [54440:22664:0204/031711.068:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1083. [54440:22664:0204/031711.068:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1084. [54440:22664:0204/031711.068:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1085. [54440:22664:0204/031711.068:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1086. [54440:22664:0204/031711.073:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1087. [54440:22664:0204/031711.077:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1088. [54440:22664:0204/031711.083:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1089. [54440:22664:0204/031711.153:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1090. [54440:22664:0204/031711.157:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1091. [54440:22664:0204/031711.163:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1092. [54440:22664:0204/031711.168:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1093. [54440:22664:0204/031711.992:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1094. [54440:22664:0204/031712.000:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1095. [54440:22664:0204/031712.008:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1096. [54440:22664:0204/031712.017:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1097. [54440:22664:0204/031712.026:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1098. [54440:22664:0204/031712.033:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1099. [54440:22664:0204/031712.042:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1100. [54440:22664:0204/031712.050:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1101. [54440:22664:0204/031712.058:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1102. [54440:22664:0204/031712.067:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1103. [54440:22664:0204/031712.075:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1104. [54440:22664:0204/031712.083:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1105. [54440:22664:0204/031712.100:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1106. [54440:22664:0204/031712.150:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1107. [54440:22664:0204/031712.242:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1108. [54440:22664:0204/031712.350:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1109. [54440:22664:0204/031719.256:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1110. [54440:22664:0204/031719.257:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1111. [54440:22664:0204/031719.265:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1112. [54440:22664:0204/031719.277:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1113. [54440:22664:0204/031719.285:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1114. [54440:22664:0204/031719.410:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1115. [54440:22664:0204/031719.410:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1116. [54440:22664:0204/031719.410:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1117. [54440:22664:0204/031719.410:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1118. [54440:22664:0204/031719.411:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1119. [54440:22664:0204/031719.414:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1120. [54440:22664:0204/031719.417:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1121. [54440:22664:0204/031719.422:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1122. [54440:22664:0204/031719.428:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1123. [54440:22664:0204/031719.431:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1124. [54440:22664:0204/031719.434:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1125. [54440:22664:0204/031719.438:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1126. [54440:22664:0204/031719.527:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1127. [54440:22664:0204/031719.529:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1128. [54440:22664:0204/031719.533:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1129. [54440:22664:0204/031719.536:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1130. [54440:22664:0204/031719.545:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1131. [54440:22664:0204/031719.548:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1132. [54440:22664:0204/031719.551:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1133. [54440:22664:0204/031719.554:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1134. [54440:22664:0204/031719.757:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1135. [54440:22664:0204/031719.972:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1136. [54440:22664:0204/031719.976:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1137. [54440:22664:0204/031719.980:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1138. [54440:22664:0204/031719.984:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1139. [54440:22664:0204/031719.988:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1140. [54440:22664:0204/031719.989:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1141. [54440:22664:0204/031728.518:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1142. [54440:22664:0204/031728.567:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1143. [54440:22664:0204/031728.585:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1144. [54440:22664:0204/031728.608:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1145. [54440:22664:0204/031728.893:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1146. [54440:22664:0204/031728.909:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1147. [54440:22664:0204/031728.926:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1148. [54440:22664:0204/031730.569:INFO:SkChromeRemoteGlyphCache.cpp(1014)] : Bad font data serialization line: 1014
  1149. [54440:22664:0204/031730.570:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1150. [54440:22664:0204/031730.573:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1151. [54440:22664:0204/031730.584:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1152. [54440:22664:0204/031730.600:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1153. [54440:22664:0204/031730.618:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1154. [54440:22664:0204/031730.634:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1155. [54440:22664:0204/031730.651:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1156. [54440:22664:0204/031730.668:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1157. [54440:22664:0204/031730.683:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1158. [54440:22664:0204/031730.702:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1159. [54440:22664:0204/031730.717:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1160. [54440:22664:0204/031730.927:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1161. [54440:22664:0204/031744.409:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1162. [54440:22664:0204/031744.409:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1163. [54440:22664:0204/031744.409:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1164. [54440:22664:0204/031744.409:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1165. [54440:22664:0204/031744.409:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1166. [54440:22664:0204/031744.409:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1167. [54440:22664:0204/031744.409:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1168. [54440:22664:0204/031744.409:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1169. [54440:22664:0204/031744.409:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1170. [54440:22664:0204/031744.409:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1171. [54440:22664:0204/031744.456:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1172. [54440:22664:0204/031744.461:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1173. [54440:22664:0204/031744.466:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1174. [54440:22664:0204/031744.471:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1175. [54440:22664:0204/031744.481:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1176. [54440:22664:0204/031744.484:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1177. [54440:22664:0204/031744.487:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1178. [54440:22664:0204/031744.491:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1179. [54440:22664:0204/031745.428:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1180. [54440:22664:0204/031745.436:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1181. [54440:22664:0204/031745.444:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1182. [54440:22664:0204/031753.363:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1183. [54440:22664:0204/031753.363:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1184. [54440:22664:0204/031753.363:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1185. [54440:22664:0204/031753.363:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1186. [54440:22664:0204/031753.365:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1187. [54440:22664:0204/031753.368:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1188. [54440:22664:0204/031753.374:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1189. [54440:22664:0204/031753.453:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1190. [54440:22664:0204/031753.455:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1191. [54440:22664:0204/031753.458:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1192. [54440:22664:0204/031753.466:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1193. [54440:22664:0204/031757.038:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1194. [54440:22664:0204/031757.040:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1195. [54440:22664:0204/031757.043:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1196. [54440:22664:0204/031757.048:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1197. [54440:22664:0204/031757.051:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1198. [54440:22664:0204/031757.054:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1199. [54440:22664:0204/031757.057:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1200. [54440:22664:0204/031757.136:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1201. [54440:22664:0204/031757.194:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1202. [54440:22664:0204/031758.195:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1203. [54440:22664:0204/031758.195:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1204. [54440:22664:0204/031758.195:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1205. [54440:22664:0204/031758.196:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1206. [54440:22664:0204/031758.196:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1207. [54440:22664:0204/031758.196:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1208. [54440:22664:0204/031758.196:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1209. [54440:22664:0204/031758.197:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1210. [54440:22664:0204/031758.199:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1211. [54440:22664:0204/031758.200:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1212. [54440:22664:0204/031758.202:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (320, 384)
  1213. [54440:22664:0204/031758.273:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1214. [54440:22664:0204/031758.273:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1215. [54440:22664:0204/031758.274:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1216. [54440:22664:0204/031758.274:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1217. [54440:22664:0204/031758.336:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1218. [54440:22664:0204/031758.593:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1219. [54440:22664:0204/031758.593:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (192, 64)
  1220. [54440:22664:0204/031758.826:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1221. [54440:22664:0204/031806.122:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1222. [54440:22664:0204/031806.127:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1223. [54440:22664:0204/031806.132:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1224. [54440:22664:0204/031806.137:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1225. [54440:22664:0204/031806.142:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1226. [54440:22664:0204/031806.142:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1227. [54440:22664:0204/031806.570:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1228. [54440:22664:0204/031806.602:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1229. [54440:22664:0204/031806.622:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1230. [54440:22664:0204/031806.970:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1231. [54440:22664:0204/031806.970:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1232. [54440:22664:0204/031806.970:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1233. [54440:22664:0204/031806.970:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1234. [54440:22664:0204/031806.971:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1235. [54440:22664:0204/031806.974:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1236. [54440:22664:0204/031806.979:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1237. [54440:22664:0204/031806.982:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1238. [54440:22664:0204/031807.005:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1239. [54440:22664:0204/031807.008:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1240. [54440:22664:0204/031807.014:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1241. [54440:22664:0204/031809.407:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1242. [54440:22664:0204/031809.411:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1243. [54440:22664:0204/031809.416:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1244. [54440:22664:0204/031809.421:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1245. [54440:22664:0204/031809.433:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1246. [54440:22664:0204/031809.437:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1247. [54440:22664:0204/031809.441:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1248. [54440:22664:0204/031809.713:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1249. [54440:22664:0204/031809.728:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1250. [54440:22664:0204/031809.747:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1251. [54440:22664:0204/031810.327:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1252. [54440:22664:0204/031810.344:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1253. [54440:22664:0204/031810.360:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1254. [54440:22664:0204/031810.377:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1255. [54440:22664:0204/031810.394:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1256. [54440:22664:0204/031810.411:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1257. [54440:22664:0204/031810.427:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1258. [54440:22664:0204/031811.268:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1259. [54440:22664:0204/031811.286:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1260. [54440:22664:0204/031811.302:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1261. [54440:22664:0204/031811.319:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1262. [54440:22664:0204/031811.337:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1263. [54440:22664:0204/031811.378:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1264. [54440:22664:0204/031811.383:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1265. [54440:22664:0204/031811.392:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1266. [54440:22664:0204/031811.400:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1267. [54440:22664:0204/031811.408:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1268. [54440:22664:0204/031811.611:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1269. [54440:22664:0204/031811.985:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1270. [54440:22664:0204/031847.785:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1271. [54440:22664:0204/031847.785:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1272. [54440:22664:0204/031847.785:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1273. [54440:22664:0204/031847.785:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1274. [54440:22664:0204/031847.785:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1275. [54440:22664:0204/031847.788:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1276. [54440:22664:0204/031847.788:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1277. [54440:22664:0204/031847.788:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1278. [54440:22664:0204/031847.788:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1279. [54440:22664:0204/031847.789:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1280. [54440:22664:0204/031847.849:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1281. [54440:22664:0204/031847.854:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1282. [54440:22664:0204/031847.859:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1283. [54440:22664:0204/031847.863:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1284. [54440:22664:0204/031847.889:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1285. [54440:22664:0204/031847.891:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1286. [54440:22664:0204/031847.894:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1287. [54440:22664:0204/031847.897:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1288. [54440:22664:0204/031849.987:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1289. [54440:22664:0204/031849.994:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1290. [54440:22664:0204/031850.003:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1291. [54440:22664:0204/032957.296:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1292. [54440:22664:0204/032957.296:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1293. [54440:22664:0204/032957.296:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1294. [54440:22664:0204/032957.296:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1295. [54440:22664:0204/032957.296:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1296. [54440:22664:0204/032957.297:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1297. [54440:22664:0204/032957.298:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1298. [54440:22664:0204/032957.298:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1299. [54440:22664:0204/032957.298:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1300. [54440:22664:0204/032957.298:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1301. [54440:22664:0204/032957.342:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1302. [54440:22664:0204/032957.345:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1303. [54440:22664:0204/032957.349:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1304. [54440:22664:0204/032957.354:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1305. [54440:22664:0204/032957.364:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1306. [54440:22664:0204/032957.367:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1307. [54440:22664:0204/032957.372:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1308. [54440:22664:0204/032957.377:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1309. [54440:22664:0204/032957.955:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1310. [54440:22664:0204/032957.955:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1311. [54440:22664:0204/032957.956:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1312. [54440:22664:0204/032957.965:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1313. [54440:22664:0204/032958.838:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1314. [54440:22664:0204/032958.847:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1315. [54440:22664:0204/032958.856:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1316. [54440:22664:0204/032958.863:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1317. [54440:22664:0204/032958.872:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1318. [54440:22664:0204/032958.880:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1319. [54440:22664:0204/033007.911:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1320. [54440:22664:0204/033007.911:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1321. [54440:22664:0204/033007.911:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1322. [54440:22664:0204/033007.911:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1323. [54440:22664:0204/033007.913:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1324. [54440:22664:0204/033007.918:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1325. [54440:22664:0204/033007.922:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1326. [54440:22664:0204/033007.926:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1327. [54440:22664:0204/033007.928:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1328. [54440:22664:0204/033013.038:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1329. [54440:22664:0204/033013.045:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1330. [54440:22664:0204/033013.048:INFO:SkChromeRemoteGlyphCache.cpp(1014)] : Bad font data serialization line: 1014
  1331. [54440:22664:0204/033013.056:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1332. [54440:22664:0204/033013.056:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1333. [54440:22664:0204/033013.057:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1334. [54440:22664:0204/033013.057:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1335. [54440:22664:0204/033013.057:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1336. [54440:22664:0204/033013.059:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1337. [54440:22664:0204/033013.062:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1338. [54440:22664:0204/033013.065:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1339. [54440:22664:0204/033013.068:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1340. [54440:22664:0204/033013.070:INFO:SkChromeRemoteGlyphCache.cpp(1014)] : Bad font data serialization line: 1014
  1341. [54440:22664:0204/033013.070:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1342. [54440:22664:0204/033013.078:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1343. [54440:22664:0204/033013.176:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1344. [54440:22664:0204/033013.176:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1345. [54440:22664:0204/033013.178:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1346. [54440:22664:0204/033013.181:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1347. [54440:22664:0204/033013.183:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1348. [54440:22664:0204/033013.189:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1349. [54440:22664:0204/033013.189:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1350. [54440:22664:0204/033013.189:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1351. [54440:22664:0204/033013.378:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1352. [54440:22664:0204/033014.037:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1353. [54440:22664:0204/033017.237:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1354. [54440:22664:0204/033017.380:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1355. [54440:22664:0204/033017.383:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1356. [54440:22664:0204/033017.387:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1357. [54440:22664:0204/033017.391:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1358. [54440:22664:0204/033017.394:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1359. [54440:22664:0204/033017.395:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1360. [54440:22664:0204/033018.686:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1361. [54440:22664:0204/033018.689:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1362. [54440:22664:0204/033018.693:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1363. [54440:22664:0204/033019.547:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1364. [54440:22664:0204/033019.549:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1365. [54440:22664:0204/033019.551:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1366. [54440:22664:0204/033019.553:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1367. [54440:22664:0204/033021.806:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1368. [54440:22664:0204/033021.808:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1369. [54440:22664:0204/033021.810:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1370. [54440:22664:0204/033023.598:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1371. [54440:22664:0204/033023.600:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1372. [54440:22664:0204/033023.602:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1373. [54440:22664:0204/033023.604:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1374. [54440:22664:0204/033024.327:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1375. [54440:22664:0204/033024.331:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1376. [54440:22664:0204/033024.336:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1377. [54440:22664:0204/033025.254:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1378. [54440:22664:0204/033025.258:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1379. [54440:22664:0204/033025.262:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1380. [54440:22664:0204/033025.265:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1381. [54440:22664:0204/033026.491:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1382. [54440:22664:0204/033026.491:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1383. [54440:22664:0204/033026.491:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1384. [54440:22664:0204/033026.491:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1385. [54440:22664:0204/033026.491:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1386. [54440:22664:0204/033026.526:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1387. [54440:22664:0204/033026.529:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1388. [54440:22664:0204/033026.532:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1389. [54440:22664:0204/033026.536:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1390. [54440:22664:0204/033027.408:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1391. [54440:22664:0204/033027.414:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1392. [54440:22664:0204/033027.418:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1393. [54440:22664:0204/033027.423:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1394. [54440:22664:0204/033027.437:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1395. [54440:22664:0204/033027.440:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1396. [54440:22664:0204/033027.442:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1397. [54440:22664:0204/033027.446:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1398. [54440:22664:0204/033027.573:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1399. [54440:22664:0204/033027.574:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1400. [54440:22664:0204/033027.576:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1401. [54440:22664:0204/033027.578:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1402. [54440:22664:0204/033027.605:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1403. [54440:22664:0204/033027.606:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1404. [54440:22664:0204/033027.608:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1405. [54440:22664:0204/033027.609:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1406. [54440:22664:0204/033027.923:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1407. [54440:22664:0204/033027.924:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1408. [54440:22664:0204/033027.925:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1409. [54440:22664:0204/033027.927:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1410. [54440:22664:0204/033027.947:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1411. [54440:22664:0204/033027.948:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1412. [54440:22664:0204/033027.950:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1413. [54440:22664:0204/033027.951:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1414. [54440:22664:0204/033028.289:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1415. [54440:22664:0204/033028.313:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1416. [54440:22664:0204/033028.455:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1417. [54440:22664:0204/033028.464:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1418. [54440:22664:0204/033028.471:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1419. [54440:22664:0204/033028.480:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1420. [54440:22664:0204/033028.489:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1421. [54440:22664:0204/033028.497:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1422. [54440:22664:0204/033028.505:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1423. [54440:22664:0204/033028.513:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1424. [54440:22664:0204/033028.522:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1425. [54440:22664:0204/033028.530:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1426. [54440:22664:0204/033028.539:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1427. [54440:22664:0204/033028.588:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1428. [54440:22664:0204/033028.596:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1429. [54440:22664:0204/033028.605:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1430. [54440:22664:0204/033028.957:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1431. [54440:22664:0204/033028.957:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1432. [54440:22664:0204/033028.957:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1433. [54440:22664:0204/033028.957:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1434. [54440:22664:0204/033028.957:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1435. [54440:22664:0204/033028.958:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1436. [54440:22664:0204/033028.958:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (128, 64)
  1437. [54440:22664:0204/033028.959:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (64, 64)
  1438. [54440:22664:0204/033028.960:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1439. [54440:22664:0204/033028.961:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (192, 64)
  1440. [54440:22664:0204/033028.962:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (256, 64)
  1441. [54440:22664:0204/033028.963:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (64, 64)
  1442. [54440:22664:0204/033029.443:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1443. [54440:22664:0204/033029.446:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (320, 512)
  1444. [54440:22664:0204/033029.454:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1445. [54440:22664:0204/033029.454:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1446. [54440:22664:0204/033029.455:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (128, 64)
  1447. [54440:22664:0204/033029.455:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (64, 64)
  1448. [54440:22664:0204/033029.455:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1449. [54440:22664:0204/033029.457:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (128, 64)
  1450. [54440:22664:0204/033029.462:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (512, 576)
  1451. [54440:22664:0204/033029.958:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1452. [54440:22664:0204/033029.960:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1453. [54440:22664:0204/033030.701:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (128, 64)
  1454. [54440:22664:0204/033030.701:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (64, 64)
  1455. [54440:22664:0204/033030.702:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1456. [54440:22664:0204/033030.706:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1457. [54440:22664:0204/033030.708:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (256, 64)
  1458. [54440:22664:0204/033030.708:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (64, 64)
  1459. [54440:22664:0204/033031.198:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1460. [54440:22664:0204/033042.644:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1461. [54440:22664:0204/033042.652:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1462. [54440:22664:0204/033042.687:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1463. [54440:22664:0204/033042.687:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1464. [54440:22664:0204/033042.688:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1465. [54440:22664:0204/033042.688:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1466. [54440:22664:0204/033042.688:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1467. [54440:22664:0204/033042.689:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1468. [54440:22664:0204/033042.691:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1469. [54440:22664:0204/033042.694:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1470. [54440:22664:0204/033042.697:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1471. [54440:22664:0204/033042.701:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1472. [54440:22664:0204/033042.701:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1473. [54440:22664:0204/033042.806:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1474. [54440:22664:0204/033045.831:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1475. [54440:22664:0204/033045.873:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1476. [54440:22664:0204/033045.889:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1477. [54440:22664:0204/033049.290:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1478. [54440:22664:0204/033049.305:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1479. [54440:22664:0204/033049.323:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1480. [54440:22664:0204/033049.323:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1481. [54440:22664:0204/033049.323:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1482. [54440:22664:0204/033049.323:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1483. [54440:22664:0204/033049.323:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1484. [54440:22664:0204/033049.325:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1485. [54440:22664:0204/033049.328:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1486. [54440:22664:0204/033049.330:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1487. [54440:22664:0204/033049.348:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1488. [54440:22664:0204/033049.349:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1489. [54440:22664:0204/033049.351:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1490. [54440:22664:0204/033049.354:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1491. [54440:22664:0204/033049.455:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1492. [54440:22664:0204/033049.457:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1493. [54440:22664:0204/033049.459:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1494. [54440:22664:0204/033049.461:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1495. [54440:22664:0204/033049.490:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1496. [54440:22664:0204/033049.491:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1497. [54440:22664:0204/033049.493:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1498. [54440:22664:0204/033049.495:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1499. [54440:22664:0204/033050.823:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1500. [54440:22664:0204/033050.824:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1501. [54440:22664:0204/033050.826:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1502. [54440:22664:0204/033050.828:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1503. [54440:22664:0204/033050.860:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1504. [54440:22664:0204/033050.860:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1505. [54440:22664:0204/033050.861:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1506. [54440:22664:0204/033050.861:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1507. [54440:22664:0204/033050.861:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1508. [54440:22664:0204/033050.861:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1509. [54440:22664:0204/033050.863:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1510. [54440:22664:0204/033050.865:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1511. [54440:22664:0204/033050.867:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1512. [54440:22664:0204/033050.869:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1513. [54440:22664:0204/033052.982:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1514. [54440:22664:0204/033052.984:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1515. [54440:22664:0204/033052.986:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1516. [54440:22664:0204/033052.988:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1517. [54440:22664:0204/033053.080:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1518. [54440:22664:0204/033053.083:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1519. [54440:22664:0204/033053.085:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1520. [54440:22664:0204/033053.087:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1521. [54440:22664:0204/033053.339:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1522. [54440:22664:0204/033053.340:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1523. [54440:22664:0204/033053.342:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1524. [54440:22664:0204/033053.343:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1525. [54440:22664:0204/033053.349:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1526. [54440:22664:0204/033053.351:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1527. [54440:22664:0204/033053.352:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1528. [54440:22664:0204/033053.354:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1529. [54440:22664:0204/033053.448:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1530. [54440:22664:0204/033053.450:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1531. [54440:22664:0204/033053.451:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1532. [54440:22664:0204/033053.452:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1533. [54440:22664:0204/033053.456:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1534. [54440:22664:0204/033053.458:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1535. [54440:22664:0204/033053.460:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1536. [54440:22664:0204/033053.462:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1537. [54440:22664:0204/033053.956:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1538. [54440:22664:0204/033053.965:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1539. [54440:22664:0204/033053.974:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1540. [54440:22664:0204/033053.981:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1541. [54440:22664:0204/033053.990:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1542. [54440:22664:0204/033053.997:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1543. [54440:22664:0204/033054.006:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1544. [54440:22664:0204/033054.014:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1545. [54440:22664:0204/033054.022:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1546. [54440:22664:0204/033054.030:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1547. [54440:22664:0204/033054.039:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1548. [54440:22664:0204/033054.047:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1549. [54440:22664:0204/033054.056:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1550. [54440:22664:0204/033054.089:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1551. [54440:22664:0204/033054.097:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1552. [54440:22664:0204/033054.105:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1553. [54440:22664:0204/033054.113:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1554. [54440:22664:0204/033054.122:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1555. [54440:22664:0204/033054.130:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1556. [54440:22664:0204/033054.139:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1557. [54440:22664:0204/033054.148:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1558. [54440:22664:0204/033054.155:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1559. [54440:22664:0204/033054.164:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1560. [54440:22664:0204/033054.174:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1561. [54440:22664:0204/033054.214:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1562. [54440:22664:0204/033054.227:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1563. [54440:22664:0204/033054.235:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1564. [54440:22664:0204/033054.241:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1565. [54440:22664:0204/033054.249:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1566. [54440:22664:0204/033054.256:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1567. [54440:22664:0204/033054.266:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1568. [54440:22664:0204/033054.273:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1569. [54440:22664:0204/033054.281:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
  1570. [54440:22664:0204/033054.364:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1600, 352)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement